public class RedissonReactiveClusterServerCommands extends RedissonReactiveServerCommands implements org.springframework.data.redis.connection.ReactiveClusterServerCommands
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<String> |
bgReWriteAof(org.springframework.data.redis.connection.RedisClusterNode node) |
reactor.core.publisher.Mono<String> |
bgSave(org.springframework.data.redis.connection.RedisClusterNode node) |
reactor.core.publisher.Mono<Long> |
dbSize(org.springframework.data.redis.connection.RedisClusterNode node) |
reactor.core.publisher.Mono<String> |
flushAll(org.springframework.data.redis.connection.RedisClusterNode node) |
reactor.core.publisher.Mono<String> |
flushDb(org.springframework.data.redis.connection.RedisClusterNode node) |
reactor.core.publisher.Flux<org.springframework.data.redis.core.types.RedisClientInfo> |
getClientList(org.springframework.data.redis.connection.RedisClusterNode node) |
reactor.core.publisher.Mono<Properties> |
getConfig(org.springframework.data.redis.connection.RedisClusterNode node,
String pattern) |
reactor.core.publisher.Mono<Properties> |
info() |
reactor.core.publisher.Mono<Properties> |
info(org.springframework.data.redis.connection.RedisClusterNode node) |
reactor.core.publisher.Mono<Properties> |
info(org.springframework.data.redis.connection.RedisClusterNode node,
String section) |
reactor.core.publisher.Mono<Properties> |
info(String section) |
reactor.core.publisher.Mono<Long> |
lastSave(org.springframework.data.redis.connection.RedisClusterNode node) |
reactor.core.publisher.Mono<String> |
resetConfigStats(org.springframework.data.redis.connection.RedisClusterNode node) |
reactor.core.publisher.Mono<String> |
save(org.springframework.data.redis.connection.RedisClusterNode node) |
reactor.core.publisher.Mono<String> |
setConfig(org.springframework.data.redis.connection.RedisClusterNode node,
String param,
String value) |
reactor.core.publisher.Mono<Long> |
time(org.springframework.data.redis.connection.RedisClusterNode node) |
static byte[] |
toByteArray(ByteBuffer buffer) |
bgReWriteAof, bgSave, dbSize, flushAll, flushDb, getClientList, getClientName, getConfig, killClient, lastSave, resetConfigStats, save, setClientName, setConfig, timepublic reactor.core.publisher.Mono<String> bgReWriteAof(org.springframework.data.redis.connection.RedisClusterNode node)
bgReWriteAof in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<String> bgSave(org.springframework.data.redis.connection.RedisClusterNode node)
bgSave in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<Long> lastSave(org.springframework.data.redis.connection.RedisClusterNode node)
lastSave in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<String> save(org.springframework.data.redis.connection.RedisClusterNode node)
save in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<Long> dbSize(org.springframework.data.redis.connection.RedisClusterNode node)
dbSize in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<String> flushDb(org.springframework.data.redis.connection.RedisClusterNode node)
flushDb in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<String> flushAll(org.springframework.data.redis.connection.RedisClusterNode node)
flushAll in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<Properties> info()
info in interface org.springframework.data.redis.connection.ReactiveServerCommandsinfo in class RedissonReactiveServerCommandspublic reactor.core.publisher.Mono<Properties> info(String section)
info in interface org.springframework.data.redis.connection.ReactiveServerCommandsinfo in class RedissonReactiveServerCommandspublic reactor.core.publisher.Mono<Properties> info(org.springframework.data.redis.connection.RedisClusterNode node)
info in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<Properties> info(org.springframework.data.redis.connection.RedisClusterNode node, String section)
info in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<Properties> getConfig(org.springframework.data.redis.connection.RedisClusterNode node, String pattern)
getConfig in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<String> setConfig(org.springframework.data.redis.connection.RedisClusterNode node, String param, String value)
setConfig in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<String> resetConfigStats(org.springframework.data.redis.connection.RedisClusterNode node)
resetConfigStats in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Mono<Long> time(org.springframework.data.redis.connection.RedisClusterNode node)
time in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.core.types.RedisClientInfo> getClientList(org.springframework.data.redis.connection.RedisClusterNode node)
getClientList in interface org.springframework.data.redis.connection.ReactiveClusterServerCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2020 Redisson. All rights reserved.