Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReactiveListCommands.PopResponse
|
static class |
ReactiveRedisConnection.BooleanResponse<I>
ReactiveRedisConnection.CommandResponse implementation for Boolean responses. |
static class |
ReactiveRedisConnection.ByteBufferResponse<I>
ReactiveRedisConnection.CommandResponse implementation for ByteBuffer responses. |
static class |
ReactiveRedisConnection.MultiValueResponse<I,O>
ReactiveRedisConnection.CommandResponse implementation for List responses. |
static class |
ReactiveRedisConnection.NumericResponse<I,O extends Number>
ReactiveRedisConnection.CommandResponse implementation for numeric responses. |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.