Class RedissonKeysReactive

java.lang.Object
org.redisson.reactive.RedissonKeysReactive

public class RedissonKeysReactive extends Object
Author:
Nikita Koksharov
  • Constructor Details

  • Method Details

    • getKeys

      public reactor.core.publisher.Flux<String> getKeys()
    • getKeys

      public reactor.core.publisher.Flux<String> getKeys(int count)
    • getKeysByPattern

      public reactor.core.publisher.Flux<String> getKeysByPattern(String pattern)
    • getKeysByPattern

      public reactor.core.publisher.Flux<String> getKeysByPattern(String pattern, int count)