Class AbstractCuckooCommands<K,​V>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfadd​(K key, V value)  
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfaddnx​(K key, V value)  
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfcount​(K key, V value)  
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfdel​(K key, V value)  
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfexists​(K key, V value)  
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsert​(K key, CfInsertArgs args, V... values)  
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsert​(K key, V... values)  
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsertnx​(K key, CfInsertArgs args, V... values)  
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsertnx​(K key, V... values)  
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfmexists​(K key, V... values)  
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfreserve​(K key, long capacity)  
      (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfreserve​(K key, long capacity, CfReserveArgs args)  
    • Method Detail

      • _cfadd

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfadd​(K key,
                                                                             V value)
      • _cfaddnx

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfaddnx​(K key,
                                                                               V value)
      • _cfcount

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfcount​(K key,
                                                                               V value)
      • _cfdel

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfdel​(K key,
                                                                             V value)
      • _cfexists

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfexists​(K key,
                                                                                V value)
      • _cfinsert

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsert​(K key,
                                                                                V... values)
      • _cfinsert

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsert​(K key,
                                                                                CfInsertArgs args,
                                                                                V... values)
      • _cfinsertnx

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsertnx​(K key,
                                                                                  V... values)
      • _cfinsertnx

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfinsertnx​(K key,
                                                                                  CfInsertArgs args,
                                                                                  V... values)
      • _cfmexists

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfmexists​(K key,
                                                                                 V... values)
      • _cfreserve

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfreserve​(K key,
                                                                                 long capacity)
      • _cfreserve

        io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> _cfreserve​(K key,
                                                                                 long capacity,
                                                                                 CfReserveArgs args)