public class RedissonReactiveServerCommands extends Object implements org.springframework.data.redis.connection.ReactiveServerCommands
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<String> |
bgReWriteAof() |
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> |
getClientList() |
reactor.core.publisher.Mono<String> |
getClientName() |
reactor.core.publisher.Mono<Properties> |
getConfig(String pattern) |
reactor.core.publisher.Mono<Properties> |
info() |
reactor.core.publisher.Mono<Properties> |
info(String section) |
reactor.core.publisher.Mono<String> |
killClient(String host,
int port) |
reactor.core.publisher.Mono<Long> |
lastSave() |
reactor.core.publisher.Mono<String> |
resetConfigStats() |
reactor.core.publisher.Mono<String> |
save() |
reactor.core.publisher.Mono<String> |
setClientName(String name) |
reactor.core.publisher.Mono<String> |
setConfig(String param,
String value) |
reactor.core.publisher.Mono<Long> |
time() |
static byte[] |
toByteArray(ByteBuffer buffer) |
public reactor.core.publisher.Mono<String> bgReWriteAof()
bgReWriteAof in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<String> bgSave()
bgSave in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<Long> lastSave()
lastSave in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<String> save()
save in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<Long> dbSize()
dbSize in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<String> flushDb()
flushDb in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<String> flushAll()
flushAll in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<Properties> info()
info in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<Properties> info(String section)
info in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<Properties> getConfig(String pattern)
getConfig in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<String> setConfig(String param, String value)
setConfig in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<String> resetConfigStats()
resetConfigStats in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<Long> time()
time in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<String> killClient(String host, int port)
killClient in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<String> setClientName(String name)
setClientName in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Mono<String> getClientName()
getClientName in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.core.types.RedisClientInfo> getClientList()
getClientList in interface org.springframework.data.redis.connection.ReactiveServerCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2021 Redisson. All rights reserved.