| Package | Description |
|---|---|
| org.springframework.data.redis.connection.jredis |
Connection package for JRedis library.
|
| org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JredisPool
Deprecated.
since 1.7. Will be removed in subsequent version.
|
| Constructor and Description |
|---|
JredisConnection(org.jredis.JRedis jredis,
Pool<org.jredis.JRedis> pool)
Deprecated.
|
JredisConnectionFactory(Pool<org.jredis.JRedis> pool)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LettucePool
Pool of Lettuce
StatefulConnections |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLettucePool
Default implementation of
LettucePool. |
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.