Class RedissonKeysRx

java.lang.Object
org.redisson.rx.RedissonKeysRx

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

  • Method Details

    • getKeys

      public io.reactivex.rxjava3.core.Flowable<String> getKeys()
    • getKeys

      public io.reactivex.rxjava3.core.Flowable<String> getKeys(int count)
    • getKeysByPattern

      public io.reactivex.rxjava3.core.Flowable<String> getKeysByPattern(String pattern)
    • getKeysByPattern

      public io.reactivex.rxjava3.core.Flowable<String> getKeysByPattern(String pattern, int count)