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(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) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand>> |
rename(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand>> |
renameNX(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand> commands) |
static byte[] |
toByteArray(ByteBuffer buffer) |
del, encodingOf, exists, expire, expireAt, idletime, keys, mDel, move, mUnlink, persist, pExpire, pExpireAt, pTtl, randomKey, refcount, scan, touch, ttl, type, unlinkclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdel, del, encodingOf, exists, exists, expire, expire, expireAt, expireAt, idletime, keys, keys, mDel, mDel, move, move, mUnlink, mUnlink, persist, persist, pExpire, pExpire, pExpireAt, pExpireAt, pTtl, pTtl, randomKey, refcount, rename, renameNX, scan, scan, touch, touch, ttl, ttl, type, type, unlink, unlinkpublic RedissonReactiveClusterKeyCommands(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 reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand>> rename(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand> commands)
rename in interface org.springframework.data.redis.connection.ReactiveKeyCommandsrename in class RedissonReactiveKeyCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand>> renameNX(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand> commands)
renameNX in interface org.springframework.data.redis.connection.ReactiveKeyCommandsrenameNX in class RedissonReactiveKeyCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2021 Redisson. All rights reserved.