Class RedissonReactiveServerCommands
java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveServerCommands
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveServerCommands
- Direct Known Subclasses:
RedissonReactiveClusterServerCommands
public class RedissonReactiveServerCommands
extends Object
implements org.springframework.data.redis.connection.ReactiveServerCommands
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<String> reactor.core.publisher.Mono<String> bgSave()reactor.core.publisher.Mono<Long> dbSize()reactor.core.publisher.Mono<String> flushAll()reactor.core.publisher.Mono<String> flushDb()reactor.core.publisher.Flux<org.springframework.data.redis.core.types.RedisClientInfo> reactor.core.publisher.Mono<String> reactor.core.publisher.Mono<Properties> reactor.core.publisher.Mono<Properties> info()reactor.core.publisher.Mono<Properties> reactor.core.publisher.Mono<String> killClient(String host, int port) reactor.core.publisher.Mono<Long> lastSave()reactor.core.publisher.Mono<String> reactor.core.publisher.Mono<String> save()reactor.core.publisher.Mono<String> setClientName(String name) reactor.core.publisher.Mono<String> reactor.core.publisher.Mono<Long> time()reactor.core.publisher.Mono<Long> static byte[]toByteArray(ByteBuffer buffer)
-
Method Details
-
bgReWriteAof
- Specified by:
bgReWriteAofin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
bgSave
- Specified by:
bgSavein interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
lastSave
- Specified by:
lastSavein interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
save
- Specified by:
savein interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
dbSize
- Specified by:
dbSizein interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
flushDb
- Specified by:
flushDbin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
flushAll
- Specified by:
flushAllin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
info
- Specified by:
infoin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
info
- Specified by:
infoin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
getConfig
- Specified by:
getConfigin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
setConfig
- Specified by:
setConfigin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
resetConfigStats
- Specified by:
resetConfigStatsin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
time
- Specified by:
timein interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
time
- Specified by:
timein interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
killClient
- Specified by:
killClientin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
setClientName
- Specified by:
setClientNamein interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
getClientName
- Specified by:
getClientNamein interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
getClientList
public reactor.core.publisher.Flux<org.springframework.data.redis.core.types.RedisClientInfo> getClientList()- Specified by:
getClientListin interfaceorg.springframework.data.redis.connection.ReactiveServerCommands
-
toByteArray
-