| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api |
Standalone Redis connection API.
|
| io.lettuce.core.cluster.pubsub.api.sync |
Redis Cluster Pub/Sub API for synchronous executed commands.
|
| io.lettuce.core.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 |
|---|---|
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 © 2021 lettuce.io. All rights reserved.