Package | Description |
---|---|
com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
com.lambdaworks.redis.api |
Standalone Redis connection API.
|
com.lambdaworks.redis.cluster.pubsub.api.sync | |
com.lambdaworks.redis.pubsub.api.sync |
Pub/Sub Redis API for synchronous executed commands.
|
Modifier and Type | Field and Description |
---|---|
protected RedisCommands<K,V> |
StatefulRedisConnectionImpl.sync |
Modifier and Type | Method and Description |
---|---|
protected RedisCommands<K,V> |
StatefulRedisConnectionImpl.newRedisSyncCommandsImpl()
Create a new instance of
RedisCommands . |
RedisCommands<K,V> |
StatefulRedisConnectionImpl.sync() |
Modifier and Type | Method and Description |
---|---|
RedisConnectionPool<RedisCommands<String,String>> |
RedisClient.pool()
Deprecated.
Will be removed in future versions. Use
ConnectionPoolSupport . |
RedisConnectionPool<RedisCommands<String,String>> |
RedisClient.pool(int maxIdle,
int maxActive)
Deprecated.
Will be removed in future versions. Use
ConnectionPoolSupport . |
<K,V> RedisConnectionPool<RedisCommands<K,V>> |
RedisClient.pool(RedisCodec<K,V> codec,
int maxIdle,
int maxActive)
Deprecated.
Will be removed in future versions. Use
ConnectionPoolSupport . |
Modifier and Type | Method and Description |
---|---|
RedisCommands<K,V> |
StatefulRedisConnection.sync()
Returns the
RedisCommands API for the current connection. |
Modifier and Type | Interface and Description |
---|---|
interface |
RedisClusterPubSubCommands<K,V>
Synchronous and thread-safe Redis Cluster PubSub API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RedisPubSubCommands<K,V>
Synchronous and thread-safe Redis PubSub API.
|
Copyright © 2018 lettuce.io. All rights reserved.