Class RedissonReactiveClusterServerCommands
java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveServerCommands
org.redisson.spring.data.connection.RedissonReactiveClusterServerCommands
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveClusterServerCommands,org.springframework.data.redis.connection.ReactiveServerCommands
public class RedissonReactiveClusterServerCommands
extends RedissonReactiveServerCommands
implements org.springframework.data.redis.connection.ReactiveClusterServerCommands
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionreactor.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> reactor.core.publisher.Mono<Properties> info()reactor.core.publisher.Mono<Properties> reactor.core.publisher.Mono<Properties> info(org.springframework.data.redis.connection.RedisClusterNode node) reactor.core.publisher.Mono<Properties> 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) Methods inherited from class org.redisson.spring.data.connection.RedissonReactiveServerCommands
bgReWriteAof, bgSave, dbSize, flushAll, flushDb, getClientList, getClientName, getConfig, killClient, lastSave, resetConfigStats, save, setClientName, setConfig, timeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveServerCommands
bgReWriteAof, bgSave, dbSize, flushAll, flushDb, getClientList, getClientName, getConfig, killClient, lastSave, resetConfigStats, save, setClientName, setConfig, time
-
Method Details
-
bgReWriteAof
public reactor.core.publisher.Mono<String> bgReWriteAof(org.springframework.data.redis.connection.RedisClusterNode node) - Specified by:
bgReWriteAofin interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
bgSave
public reactor.core.publisher.Mono<String> bgSave(org.springframework.data.redis.connection.RedisClusterNode node) - Specified by:
bgSavein interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
lastSave
public reactor.core.publisher.Mono<Long> lastSave(org.springframework.data.redis.connection.RedisClusterNode node) - Specified by:
lastSavein interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
save
public reactor.core.publisher.Mono<String> save(org.springframework.data.redis.connection.RedisClusterNode node) - Specified by:
savein interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
dbSize
public reactor.core.publisher.Mono<Long> dbSize(org.springframework.data.redis.connection.RedisClusterNode node) - Specified by:
dbSizein interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
flushDb
public reactor.core.publisher.Mono<String> flushDb(org.springframework.data.redis.connection.RedisClusterNode node) - Specified by:
flushDbin interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
flushAll
public reactor.core.publisher.Mono<String> flushAll(org.springframework.data.redis.connection.RedisClusterNode node) - Specified by:
flushAllin interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
info
- Specified by:
infoin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands- Overrides:
infoin classRedissonReactiveServerCommands
-
info
- Specified by:
infoin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands- Overrides:
infoin classRedissonReactiveServerCommands
-
info
public reactor.core.publisher.Mono<Properties> info(org.springframework.data.redis.connection.RedisClusterNode node) - Specified by:
infoin interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
info
public reactor.core.publisher.Mono<Properties> info(org.springframework.data.redis.connection.RedisClusterNode node, String section) - Specified by:
infoin interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
getConfig
public reactor.core.publisher.Mono<Properties> getConfig(org.springframework.data.redis.connection.RedisClusterNode node, String pattern) - Specified by:
getConfigin interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
setConfig
public reactor.core.publisher.Mono<String> setConfig(org.springframework.data.redis.connection.RedisClusterNode node, String param, String value) - Specified by:
setConfigin interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
resetConfigStats
public reactor.core.publisher.Mono<String> resetConfigStats(org.springframework.data.redis.connection.RedisClusterNode node) - Specified by:
resetConfigStatsin interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
time
public reactor.core.publisher.Mono<Long> time(org.springframework.data.redis.connection.RedisClusterNode node) - Specified by:
timein interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
getClientList
public reactor.core.publisher.Flux<org.springframework.data.redis.core.types.RedisClientInfo> getClientList(org.springframework.data.redis.connection.RedisClusterNode node) - Specified by:
getClientListin interfaceorg.springframework.data.redis.connection.ReactiveClusterServerCommands
-
toByteArray
-