public interface SpringLettuceClusterClient<K,V>
| 限定符和类型 | 方法和说明 |
|---|---|
io.lettuce.core.cluster.api.async.RedisClusterAsyncCommands<K,V> |
asyncCommands()
获取单例的Redis异步Command (线程安全)
|
io.lettuce.core.api.StatefulConnection<K,V> |
getConnection()
获取单例的Redis连接 (线程安全), 请勿手动关闭连接
|
io.lettuce.core.cluster.api.sync.RedisClusterCommands<K,V> |
syncCommands()
获取单例的Redis同步Command (线程安全)
|