public class RedissonReactiveClusterKeyCommands extends RedissonReactiveKeyCommands implements org.springframework.data.redis.connection.ReactiveClusterKeyCommands
org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireAtCommand, org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireCommand, org.springframework.data.redis.connection.ReactiveKeyCommands.MoveCommand, org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand| Constructor and Description |
|---|
RedissonReactiveClusterKeyCommands(org.redisson.reactive.CommandReactiveExecutor executorService) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<List<ByteBuffer>> |
keys(org.springframework.data.redis.connection.RedisClusterNode node,
ByteBuffer pattern) |
reactor.core.publisher.Mono<ByteBuffer> |
randomKey(org.springframework.data.redis.connection.RedisClusterNode node) |
static byte[] |
toByteArray(ByteBuffer buffer) |
del, exists, expire, expireAt, keys, mDel, move, persist, pExpire, pExpireAt, pTtl, randomKey, rename, renameNX, ttl, typeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdel, del, exists, exists, expire, expire, expireAt, expireAt, keys, keys, mDel, mDel, move, move, persist, persist, pExpire, pExpire, pExpireAt, pExpireAt, pTtl, pTtl, randomKey, rename, rename, renameNX, renameNX, ttl, ttl, type, typepublic RedissonReactiveClusterKeyCommands(org.redisson.reactive.CommandReactiveExecutor executorService)
public reactor.core.publisher.Mono<List<ByteBuffer>> keys(org.springframework.data.redis.connection.RedisClusterNode node, ByteBuffer pattern)
keys in interface org.springframework.data.redis.connection.ReactiveClusterKeyCommandspublic reactor.core.publisher.Mono<ByteBuffer> randomKey(org.springframework.data.redis.connection.RedisClusterNode node)
randomKey in interface org.springframework.data.redis.connection.ReactiveClusterKeyCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2019 The Redisson Project. All rights reserved.