Uses of Interface
io.lettuce.core.api.sync.RedisCommands
| 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.
|
-
Uses of RedisCommands in io.lettuce.core
Fields in io.lettuce.core declared as RedisCommands Modifier and Type Field Description protected RedisCommands<K,V>StatefulRedisConnectionImpl. syncMethods in io.lettuce.core that return RedisCommands Modifier and Type Method Description protected RedisCommands<K,V>StatefulRedisConnectionImpl. newRedisSyncCommandsImpl()Create a new instance ofRedisCommands.RedisCommands<K,V>StatefulRedisConnectionImpl. sync() -
Uses of RedisCommands in io.lettuce.core.api
Methods in io.lettuce.core.api that return RedisCommands Modifier and Type Method Description RedisCommands<K,V>StatefulRedisConnection. sync()Returns theRedisCommandsAPI for the current connection. -
Uses of RedisCommands in io.lettuce.core.cluster.pubsub.api.sync
Subinterfaces of RedisCommands in io.lettuce.core.cluster.pubsub.api.sync Modifier and Type Interface Description interfaceRedisClusterPubSubCommands<K,V>Synchronous and thread-safe Redis Cluster PubSub API. -
Uses of RedisCommands in io.lettuce.core.pubsub.api.sync
Subinterfaces of RedisCommands in io.lettuce.core.pubsub.api.sync Modifier and Type Interface Description interfaceRedisPubSubCommands<K,V>Synchronous and thread-safe Redis PubSub API.