public interface ReactiveClusterKeyCommands extends ReactiveKeyCommands
ReactiveKeyCommands.ExpireAtCommand, ReactiveKeyCommands.ExpireCommand, ReactiveKeyCommands.MoveCommand, ReactiveKeyCommands.RenameCommand
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<List<ByteBuffer>> |
keys(RedisClusterNode node,
ByteBuffer pattern)
Retrieve all keys for a given pattern from
RedisNode . |
reactor.core.publisher.Mono<ByteBuffer> |
randomKey(RedisClusterNode node)
Retrieve a random key from
RedisNode . |
del, 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, rename, renameNX, renameNX, scan, scan, touch, touch, ttl, ttl, type, type, unlink, unlink
reactor.core.publisher.Mono<List<ByteBuffer>> keys(RedisClusterNode node, ByteBuffer pattern)
RedisNode
.node
- must not be null.pattern
- must not be null.reactor.core.publisher.Mono<ByteBuffer> randomKey(RedisClusterNode node)
RedisNode
.node
- must not be null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.