Class RedissonKeysRx


  • public class RedissonKeysRx
    extends 
    Author:
    Nikita Koksharov
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.reactivex.rxjava3.core.Flowable<> getKeys()  
      io.reactivex.rxjava3.core.Flowable<> getKeys​(int count)  
      io.reactivex.rxjava3.core.Flowable<>  pattern)  
      io.reactivex.rxjava3.core.Flowable<>  pattern, int count)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

    • Method Detail

      • getKeys

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

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

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

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