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
JRedis implementation of
Pool |
Constructor and Description |
---|
JredisConnection(org.jredis.JRedis jredis,
Pool<org.jredis.JRedis> pool) |
JredisConnectionFactory(Pool<org.jredis.JRedis> pool) |
Modifier and Type | Interface and Description |
---|---|
interface |
LettucePool
Pool of Lettuce
RedisAsyncConnection s |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLettucePool
Default implementation of
LettucePool . |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.