Class 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 Detail

      • bgReWriteAof

        public reactor.core.publisher.Mono<String> bgReWriteAof()
        Specified by:
        bgReWriteAof in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • bgSave

        public reactor.core.publisher.Mono<String> bgSave()
        Specified by:
        bgSave in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • lastSave

        public reactor.core.publisher.Mono<Long> lastSave()
        Specified by:
        lastSave in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • save

        public reactor.core.publisher.Mono<String> save()
        Specified by:
        save in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • dbSize

        public reactor.core.publisher.Mono<Long> dbSize()
        Specified by:
        dbSize in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • flushDb

        public reactor.core.publisher.Mono<String> flushDb()
        Specified by:
        flushDb in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • flushAll

        public reactor.core.publisher.Mono<String> flushAll()
        Specified by:
        flushAll in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • info

        public reactor.core.publisher.Mono<Properties> info()
        Specified by:
        info in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • info

        public reactor.core.publisher.Mono<Properties> info​(String section)
        Specified by:
        info in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • getConfig

        public reactor.core.publisher.Mono<Properties> getConfig​(String pattern)
        Specified by:
        getConfig in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • setConfig

        public reactor.core.publisher.Mono<String> setConfig​(String param,
                                                             String value)
        Specified by:
        setConfig in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • resetConfigStats

        public reactor.core.publisher.Mono<String> resetConfigStats()
        Specified by:
        resetConfigStats in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • time

        public reactor.core.publisher.Mono<Long> time()
        Specified by:
        time in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • time

        public reactor.core.publisher.Mono<Long> time​(TimeUnit timeUnit)
        Specified by:
        time in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • killClient

        public reactor.core.publisher.Mono<String> killClient​(String host,
                                                              int port)
        Specified by:
        killClient in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • setClientName

        public reactor.core.publisher.Mono<String> setClientName​(String name)
        Specified by:
        setClientName in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • getClientName

        public reactor.core.publisher.Mono<String> getClientName()
        Specified by:
        getClientName in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • getClientList

        public reactor.core.publisher.Flux<org.springframework.data.redis.core.types.RedisClientInfo> getClientList()
        Specified by:
        getClientList in interface org.springframework.data.redis.connection.ReactiveServerCommands
      • toByteArray

        public static byte[] toByteArray​(ByteBuffer buffer)