Class RedisAPI


  • public class RedisAPI
    extends Object
    Auto generated Redis API client wrapper.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • RedisAPI

        public RedisAPI​(io.vertx.redis.client.RedisAPI delegate)
      • RedisAPI

        public RedisAPI​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDelegate

        public io.vertx.redis.client.RedisAPI getDelegate()
      • close

        public void close()
      • ftAdd

        public RedisAPI ftAdd​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftAdd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • ftAdd

        public RedisAPI ftAdd​(List<String> args)
        Redis command ftAdd.
        Parameters:
        args -
        Returns:
        fluent self
      • rxFtAdd

        public io.reactivex.Maybe<Response> rxFtAdd​(List<String> args)
        Redis command ftAdd.
        Parameters:
        args -
        Returns:
        fluent self
      • ftAggregate

        public RedisAPI ftAggregate​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftAggregate.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtAggregate

        public io.reactivex.Maybe<Response> rxFtAggregate​(List<String> args)
        Redis command ftAggregate.
        Parameters:
        args -
        Returns:
        fluent self
      • ftAliasadd

        public RedisAPI ftAliasadd​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftAliasadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtAliasadd

        public io.reactivex.Maybe<Response> rxFtAliasadd​(List<String> args)
        Redis command ftAliasadd.
        Parameters:
        args -
        Returns:
        fluent self
      • ftAliasdel

        public RedisAPI ftAliasdel​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftAliasdel.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtAliasdel

        public io.reactivex.Maybe<Response> rxFtAliasdel​(List<String> args)
        Redis command ftAliasdel.
        Parameters:
        args -
        Returns:
        fluent self
      • ftAliasupdate

        public RedisAPI ftAliasupdate​(List<String> args,
                                      io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftAliasupdate.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtAliasupdate

        public io.reactivex.Maybe<Response> rxFtAliasupdate​(List<String> args)
        Redis command ftAliasupdate.
        Parameters:
        args -
        Returns:
        fluent self
      • ftAlter

        public RedisAPI ftAlter​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftAlter.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtAlter

        public io.reactivex.Maybe<Response> rxFtAlter​(List<String> args)
        Redis command ftAlter.
        Parameters:
        args -
        Returns:
        fluent self
      • ftConfig

        public RedisAPI ftConfig​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftConfig.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtConfig

        public io.reactivex.Maybe<Response> rxFtConfig​(List<String> args)
        Redis command ftConfig.
        Parameters:
        args -
        Returns:
        fluent self
      • ftCreate

        public RedisAPI ftCreate​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftCreate.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtCreate

        public io.reactivex.Maybe<Response> rxFtCreate​(List<String> args)
        Redis command ftCreate.
        Parameters:
        args -
        Returns:
        fluent self
      • ftCursor

        public RedisAPI ftCursor​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftCursor.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtCursor

        public io.reactivex.Maybe<Response> rxFtCursor​(List<String> args)
        Redis command ftCursor.
        Parameters:
        args -
        Returns:
        fluent self
      • ftDebug

        public RedisAPI ftDebug​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftDebug.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtDebug

        public io.reactivex.Maybe<Response> rxFtDebug​(List<String> args)
        Redis command ftDebug.
        Parameters:
        args -
        Returns:
        fluent self
      • ftDel

        public RedisAPI ftDel​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftDel.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • ftDel

        public RedisAPI ftDel​(List<String> args)
        Redis command ftDel.
        Parameters:
        args -
        Returns:
        fluent self
      • rxFtDel

        public io.reactivex.Maybe<Response> rxFtDel​(List<String> args)
        Redis command ftDel.
        Parameters:
        args -
        Returns:
        fluent self
      • ftDictadd

        public RedisAPI ftDictadd​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftDictadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtDictadd

        public io.reactivex.Maybe<Response> rxFtDictadd​(List<String> args)
        Redis command ftDictadd.
        Parameters:
        args -
        Returns:
        fluent self
      • ftDictdel

        public RedisAPI ftDictdel​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftDictdel.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtDictdel

        public io.reactivex.Maybe<Response> rxFtDictdel​(List<String> args)
        Redis command ftDictdel.
        Parameters:
        args -
        Returns:
        fluent self
      • ftDictdump

        public RedisAPI ftDictdump​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftDictdump.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtDictdump

        public io.reactivex.Maybe<Response> rxFtDictdump​(List<String> args)
        Redis command ftDictdump.
        Parameters:
        args -
        Returns:
        fluent self
      • ftDrop

        public RedisAPI ftDrop​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftDrop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtDrop

        public io.reactivex.Maybe<Response> rxFtDrop​(List<String> args)
        Redis command ftDrop.
        Parameters:
        args -
        Returns:
        fluent self
      • ftDropindex

        public RedisAPI ftDropindex​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftDropindex.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtDropindex

        public io.reactivex.Maybe<Response> rxFtDropindex​(List<String> args)
        Redis command ftDropindex.
        Parameters:
        args -
        Returns:
        fluent self
      • ftExplain

        public RedisAPI ftExplain​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftExplain.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtExplain

        public io.reactivex.Maybe<Response> rxFtExplain​(List<String> args)
        Redis command ftExplain.
        Parameters:
        args -
        Returns:
        fluent self
      • ftExplaincli

        public RedisAPI ftExplaincli​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftExplaincli.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtExplaincli

        public io.reactivex.Maybe<Response> rxFtExplaincli​(List<String> args)
        Redis command ftExplaincli.
        Parameters:
        args -
        Returns:
        fluent self
      • ftGet

        public RedisAPI ftGet​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftGet.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • ftGet

        public RedisAPI ftGet​(List<String> args)
        Redis command ftGet.
        Parameters:
        args -
        Returns:
        fluent self
      • rxFtGet

        public io.reactivex.Maybe<Response> rxFtGet​(List<String> args)
        Redis command ftGet.
        Parameters:
        args -
        Returns:
        fluent self
      • ftInfo

        public RedisAPI ftInfo​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftInfo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtInfo

        public io.reactivex.Maybe<Response> rxFtInfo​(List<String> args)
        Redis command ftInfo.
        Parameters:
        args -
        Returns:
        fluent self
      • ftMget

        public RedisAPI ftMget​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftMget.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtMget

        public io.reactivex.Maybe<Response> rxFtMget​(List<String> args)
        Redis command ftMget.
        Parameters:
        args -
        Returns:
        fluent self
      • ftProfile

        public RedisAPI ftProfile​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftProfile.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtProfile

        public io.reactivex.Maybe<Response> rxFtProfile​(List<String> args)
        Redis command ftProfile.
        Parameters:
        args -
        Returns:
        fluent self
      • ftSafeadd

        public RedisAPI ftSafeadd​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftSafeadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtSafeadd

        public io.reactivex.Maybe<Response> rxFtSafeadd​(List<String> args)
        Redis command ftSafeadd.
        Parameters:
        args -
        Returns:
        fluent self
      • ftSearch

        public RedisAPI ftSearch​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftSearch.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtSearch

        public io.reactivex.Maybe<Response> rxFtSearch​(List<String> args)
        Redis command ftSearch.
        Parameters:
        args -
        Returns:
        fluent self
      • ftSpellcheck

        public RedisAPI ftSpellcheck​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftSpellcheck.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtSpellcheck

        public io.reactivex.Maybe<Response> rxFtSpellcheck​(List<String> args)
        Redis command ftSpellcheck.
        Parameters:
        args -
        Returns:
        fluent self
      • ftSugadd

        public RedisAPI ftSugadd​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftSugadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtSugadd

        public io.reactivex.Maybe<Response> rxFtSugadd​(List<String> args)
        Redis command ftSugadd.
        Parameters:
        args -
        Returns:
        fluent self
      • ftSugdel

        public RedisAPI ftSugdel​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftSugdel.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtSugdel

        public io.reactivex.Maybe<Response> rxFtSugdel​(List<String> args)
        Redis command ftSugdel.
        Parameters:
        args -
        Returns:
        fluent self
      • ftSugget

        public RedisAPI ftSugget​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftSugget.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtSugget

        public io.reactivex.Maybe<Response> rxFtSugget​(List<String> args)
        Redis command ftSugget.
        Parameters:
        args -
        Returns:
        fluent self
      • ftSuglen

        public RedisAPI ftSuglen​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftSuglen.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtSuglen

        public io.reactivex.Maybe<Response> rxFtSuglen​(List<String> args)
        Redis command ftSuglen.
        Parameters:
        args -
        Returns:
        fluent self
      • ftSynadd

        public RedisAPI ftSynadd​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftSynadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtSynadd

        public io.reactivex.Maybe<Response> rxFtSynadd​(List<String> args)
        Redis command ftSynadd.
        Parameters:
        args -
        Returns:
        fluent self
      • ftSyndump

        public RedisAPI ftSyndump​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftSyndump.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtSyndump

        public io.reactivex.Maybe<Response> rxFtSyndump​(List<String> args)
        Redis command ftSyndump.
        Parameters:
        args -
        Returns:
        fluent self
      • ftSynupdate

        public RedisAPI ftSynupdate​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftSynupdate.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtSynupdate

        public io.reactivex.Maybe<Response> rxFtSynupdate​(List<String> args)
        Redis command ftSynupdate.
        Parameters:
        args -
        Returns:
        fluent self
      • ftTagvals

        public RedisAPI ftTagvals​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftTagvals.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtTagvals

        public io.reactivex.Maybe<Response> rxFtTagvals​(List<String> args)
        Redis command ftTagvals.
        Parameters:
        args -
        Returns:
        fluent self
      • ftAliasaddifnx

        public RedisAPI ftAliasaddifnx​(List<String> args,
                                       io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftAliasaddifnx.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtAliasaddifnx

        public io.reactivex.Maybe<Response> rxFtAliasaddifnx​(List<String> args)
        Redis command ftAliasaddifnx.
        Parameters:
        args -
        Returns:
        fluent self
      • ftAliasdelifx

        public RedisAPI ftAliasdelifx​(List<String> args,
                                      io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftAliasdelifx.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtAliasdelifx

        public io.reactivex.Maybe<Response> rxFtAliasdelifx​(List<String> args)
        Redis command ftAliasdelifx.
        Parameters:
        args -
        Returns:
        fluent self
      • ftAlterifnx

        public RedisAPI ftAlterifnx​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftAlterifnx.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtAlterifnx

        public io.reactivex.Maybe<Response> rxFtAlterifnx​(List<String> args)
        Redis command ftAlterifnx.
        Parameters:
        args -
        Returns:
        fluent self
      • ftCreateifnx

        public RedisAPI ftCreateifnx​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftCreateifnx.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtCreateifnx

        public io.reactivex.Maybe<Response> rxFtCreateifnx​(List<String> args)
        Redis command ftCreateifnx.
        Parameters:
        args -
        Returns:
        fluent self
      • ftDropifx

        public RedisAPI ftDropifx​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftDropifx.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtDropifx

        public io.reactivex.Maybe<Response> rxFtDropifx​(List<String> args)
        Redis command ftDropifx.
        Parameters:
        args -
        Returns:
        fluent self
      • ftDropindexifx

        public RedisAPI ftDropindexifx​(List<String> args,
                                       io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftDropindexifx.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtDropindexifx

        public io.reactivex.Maybe<Response> rxFtDropindexifx​(List<String> args)
        Redis command ftDropindexifx.
        Parameters:
        args -
        Returns:
        fluent self
      • ftList

        public RedisAPI ftList​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ftList.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFtList

        public io.reactivex.Maybe<Response> rxFtList​(List<String> args)
        Redis command ftList.
        Parameters:
        args -
        Returns:
        fluent self
      • acl

        public RedisAPI acl​(List<String> args,
                            io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command acl.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • acl

        public RedisAPI acl​(List<String> args)
        Redis command acl.
        Parameters:
        args -
        Returns:
        fluent self
      • rxAcl

        public io.reactivex.Maybe<Response> rxAcl​(List<String> args)
        Redis command acl.
        Parameters:
        args -
        Returns:
        fluent self
      • append

        public RedisAPI append​(String arg0,
                               String arg1,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command append.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • append

        public RedisAPI append​(String arg0,
                               String arg1)
        Redis command append.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxAppend

        public io.reactivex.Maybe<Response> rxAppend​(String arg0,
                                                     String arg1)
        Redis command append.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • asking

        public RedisAPI asking​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command asking.
        Parameters:
        handler -
        Returns:
        fluent self
      • asking

        public RedisAPI asking()
        Redis command asking.
        Returns:
        fluent self
      • rxAsking

        public io.reactivex.Maybe<Response> rxAsking()
        Redis command asking.
        Returns:
        fluent self
      • auth

        public RedisAPI auth​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command auth.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • auth

        public RedisAPI auth​(List<String> args)
        Redis command auth.
        Parameters:
        args -
        Returns:
        fluent self
      • rxAuth

        public io.reactivex.Maybe<Response> rxAuth​(List<String> args)
        Redis command auth.
        Parameters:
        args -
        Returns:
        fluent self
      • bfAdd

        public RedisAPI bfAdd​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bfAdd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • bfAdd

        public RedisAPI bfAdd​(List<String> args)
        Redis command bfAdd.
        Parameters:
        args -
        Returns:
        fluent self
      • rxBfAdd

        public io.reactivex.Maybe<Response> rxBfAdd​(List<String> args)
        Redis command bfAdd.
        Parameters:
        args -
        Returns:
        fluent self
      • bfDebug

        public RedisAPI bfDebug​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bfDebug.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBfDebug

        public io.reactivex.Maybe<Response> rxBfDebug​(List<String> args)
        Redis command bfDebug.
        Parameters:
        args -
        Returns:
        fluent self
      • bfExists

        public RedisAPI bfExists​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bfExists.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBfExists

        public io.reactivex.Maybe<Response> rxBfExists​(List<String> args)
        Redis command bfExists.
        Parameters:
        args -
        Returns:
        fluent self
      • bfInfo

        public RedisAPI bfInfo​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bfInfo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBfInfo

        public io.reactivex.Maybe<Response> rxBfInfo​(List<String> args)
        Redis command bfInfo.
        Parameters:
        args -
        Returns:
        fluent self
      • bfInsert

        public RedisAPI bfInsert​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bfInsert.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBfInsert

        public io.reactivex.Maybe<Response> rxBfInsert​(List<String> args)
        Redis command bfInsert.
        Parameters:
        args -
        Returns:
        fluent self
      • bfLoadchunk

        public RedisAPI bfLoadchunk​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bfLoadchunk.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBfLoadchunk

        public io.reactivex.Maybe<Response> rxBfLoadchunk​(List<String> args)
        Redis command bfLoadchunk.
        Parameters:
        args -
        Returns:
        fluent self
      • bfMadd

        public RedisAPI bfMadd​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bfMadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBfMadd

        public io.reactivex.Maybe<Response> rxBfMadd​(List<String> args)
        Redis command bfMadd.
        Parameters:
        args -
        Returns:
        fluent self
      • bfMexists

        public RedisAPI bfMexists​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bfMexists.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBfMexists

        public io.reactivex.Maybe<Response> rxBfMexists​(List<String> args)
        Redis command bfMexists.
        Parameters:
        args -
        Returns:
        fluent self
      • bfReserve

        public RedisAPI bfReserve​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bfReserve.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBfReserve

        public io.reactivex.Maybe<Response> rxBfReserve​(List<String> args)
        Redis command bfReserve.
        Parameters:
        args -
        Returns:
        fluent self
      • bfScandump

        public RedisAPI bfScandump​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bfScandump.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBfScandump

        public io.reactivex.Maybe<Response> rxBfScandump​(List<String> args)
        Redis command bfScandump.
        Parameters:
        args -
        Returns:
        fluent self
      • bgrewriteaof

        public RedisAPI bgrewriteaof​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bgrewriteaof.
        Parameters:
        handler -
        Returns:
        fluent self
      • rxBgrewriteaof

        public io.reactivex.Maybe<Response> rxBgrewriteaof()
        Redis command bgrewriteaof.
        Returns:
        fluent self
      • bgsave

        public RedisAPI bgsave​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bgsave.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBgsave

        public io.reactivex.Maybe<Response> rxBgsave​(List<String> args)
        Redis command bgsave.
        Parameters:
        args -
        Returns:
        fluent self
      • bitcount

        public RedisAPI bitcount​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bitcount.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBitcount

        public io.reactivex.Maybe<Response> rxBitcount​(List<String> args)
        Redis command bitcount.
        Parameters:
        args -
        Returns:
        fluent self
      • bitfield

        public RedisAPI bitfield​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bitfield.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBitfield

        public io.reactivex.Maybe<Response> rxBitfield​(List<String> args)
        Redis command bitfield.
        Parameters:
        args -
        Returns:
        fluent self
      • bitfieldRo

        public RedisAPI bitfieldRo​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bitfieldRo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBitfieldRo

        public io.reactivex.Maybe<Response> rxBitfieldRo​(List<String> args)
        Redis command bitfieldRo.
        Parameters:
        args -
        Returns:
        fluent self
      • bitop

        public RedisAPI bitop​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bitop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • bitop

        public RedisAPI bitop​(List<String> args)
        Redis command bitop.
        Parameters:
        args -
        Returns:
        fluent self
      • rxBitop

        public io.reactivex.Maybe<Response> rxBitop​(List<String> args)
        Redis command bitop.
        Parameters:
        args -
        Returns:
        fluent self
      • bitpos

        public RedisAPI bitpos​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bitpos.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBitpos

        public io.reactivex.Maybe<Response> rxBitpos​(List<String> args)
        Redis command bitpos.
        Parameters:
        args -
        Returns:
        fluent self
      • blmove

        public RedisAPI blmove​(String arg0,
                               String arg1,
                               String arg2,
                               String arg3,
                               String arg4,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command blmove.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        arg3 -
        arg4 -
        handler -
        Returns:
        fluent self
      • rxBlmove

        public io.reactivex.Maybe<Response> rxBlmove​(String arg0,
                                                     String arg1,
                                                     String arg2,
                                                     String arg3,
                                                     String arg4)
        Redis command blmove.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        arg3 -
        arg4 -
        Returns:
        fluent self
      • blmpop

        public RedisAPI blmpop​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command blmpop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBlmpop

        public io.reactivex.Maybe<Response> rxBlmpop​(List<String> args)
        Redis command blmpop.
        Parameters:
        args -
        Returns:
        fluent self
      • blpop

        public RedisAPI blpop​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command blpop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • blpop

        public RedisAPI blpop​(List<String> args)
        Redis command blpop.
        Parameters:
        args -
        Returns:
        fluent self
      • rxBlpop

        public io.reactivex.Maybe<Response> rxBlpop​(List<String> args)
        Redis command blpop.
        Parameters:
        args -
        Returns:
        fluent self
      • brpop

        public RedisAPI brpop​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command brpop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • brpop

        public RedisAPI brpop​(List<String> args)
        Redis command brpop.
        Parameters:
        args -
        Returns:
        fluent self
      • rxBrpop

        public io.reactivex.Maybe<Response> rxBrpop​(List<String> args)
        Redis command brpop.
        Parameters:
        args -
        Returns:
        fluent self
      • brpoplpush

        public RedisAPI brpoplpush​(String arg0,
                                   String arg1,
                                   String arg2,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command brpoplpush.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxBrpoplpush

        public io.reactivex.Maybe<Response> rxBrpoplpush​(String arg0,
                                                         String arg1,
                                                         String arg2)
        Redis command brpoplpush.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • bzmpop

        public RedisAPI bzmpop​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bzmpop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBzmpop

        public io.reactivex.Maybe<Response> rxBzmpop​(List<String> args)
        Redis command bzmpop.
        Parameters:
        args -
        Returns:
        fluent self
      • bzpopmax

        public RedisAPI bzpopmax​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bzpopmax.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBzpopmax

        public io.reactivex.Maybe<Response> rxBzpopmax​(List<String> args)
        Redis command bzpopmax.
        Parameters:
        args -
        Returns:
        fluent self
      • bzpopmin

        public RedisAPI bzpopmin​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command bzpopmin.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxBzpopmin

        public io.reactivex.Maybe<Response> rxBzpopmin​(List<String> args)
        Redis command bzpopmin.
        Parameters:
        args -
        Returns:
        fluent self
      • cfAdd

        public RedisAPI cfAdd​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfAdd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • cfAdd

        public RedisAPI cfAdd​(List<String> args)
        Redis command cfAdd.
        Parameters:
        args -
        Returns:
        fluent self
      • rxCfAdd

        public io.reactivex.Maybe<Response> rxCfAdd​(List<String> args)
        Redis command cfAdd.
        Parameters:
        args -
        Returns:
        fluent self
      • cfAddnx

        public RedisAPI cfAddnx​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfAddnx.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfAddnx

        public io.reactivex.Maybe<Response> rxCfAddnx​(List<String> args)
        Redis command cfAddnx.
        Parameters:
        args -
        Returns:
        fluent self
      • cfCompact

        public RedisAPI cfCompact​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfCompact.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfCompact

        public io.reactivex.Maybe<Response> rxCfCompact​(List<String> args)
        Redis command cfCompact.
        Parameters:
        args -
        Returns:
        fluent self
      • cfCount

        public RedisAPI cfCount​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfCount.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfCount

        public io.reactivex.Maybe<Response> rxCfCount​(List<String> args)
        Redis command cfCount.
        Parameters:
        args -
        Returns:
        fluent self
      • cfDebug

        public RedisAPI cfDebug​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfDebug.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfDebug

        public io.reactivex.Maybe<Response> rxCfDebug​(List<String> args)
        Redis command cfDebug.
        Parameters:
        args -
        Returns:
        fluent self
      • cfDel

        public RedisAPI cfDel​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfDel.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • cfDel

        public RedisAPI cfDel​(List<String> args)
        Redis command cfDel.
        Parameters:
        args -
        Returns:
        fluent self
      • rxCfDel

        public io.reactivex.Maybe<Response> rxCfDel​(List<String> args)
        Redis command cfDel.
        Parameters:
        args -
        Returns:
        fluent self
      • cfExists

        public RedisAPI cfExists​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfExists.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfExists

        public io.reactivex.Maybe<Response> rxCfExists​(List<String> args)
        Redis command cfExists.
        Parameters:
        args -
        Returns:
        fluent self
      • cfInfo

        public RedisAPI cfInfo​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfInfo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfInfo

        public io.reactivex.Maybe<Response> rxCfInfo​(List<String> args)
        Redis command cfInfo.
        Parameters:
        args -
        Returns:
        fluent self
      • cfInsert

        public RedisAPI cfInsert​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfInsert.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfInsert

        public io.reactivex.Maybe<Response> rxCfInsert​(List<String> args)
        Redis command cfInsert.
        Parameters:
        args -
        Returns:
        fluent self
      • cfInsertnx

        public RedisAPI cfInsertnx​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfInsertnx.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfInsertnx

        public io.reactivex.Maybe<Response> rxCfInsertnx​(List<String> args)
        Redis command cfInsertnx.
        Parameters:
        args -
        Returns:
        fluent self
      • cfLoadchunk

        public RedisAPI cfLoadchunk​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfLoadchunk.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfLoadchunk

        public io.reactivex.Maybe<Response> rxCfLoadchunk​(List<String> args)
        Redis command cfLoadchunk.
        Parameters:
        args -
        Returns:
        fluent self
      • cfMexists

        public RedisAPI cfMexists​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfMexists.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfMexists

        public io.reactivex.Maybe<Response> rxCfMexists​(List<String> args)
        Redis command cfMexists.
        Parameters:
        args -
        Returns:
        fluent self
      • cfReserve

        public RedisAPI cfReserve​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfReserve.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfReserve

        public io.reactivex.Maybe<Response> rxCfReserve​(List<String> args)
        Redis command cfReserve.
        Parameters:
        args -
        Returns:
        fluent self
      • cfScandump

        public RedisAPI cfScandump​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cfScandump.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCfScandump

        public io.reactivex.Maybe<Response> rxCfScandump​(List<String> args)
        Redis command cfScandump.
        Parameters:
        args -
        Returns:
        fluent self
      • client

        public RedisAPI client​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command client.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxClient

        public io.reactivex.Maybe<Response> rxClient​(List<String> args)
        Redis command client.
        Parameters:
        args -
        Returns:
        fluent self
      • cluster

        public RedisAPI cluster​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cluster.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCluster

        public io.reactivex.Maybe<Response> rxCluster​(List<String> args)
        Redis command cluster.
        Parameters:
        args -
        Returns:
        fluent self
      • cmsIncrby

        public RedisAPI cmsIncrby​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cmsIncrby.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCmsIncrby

        public io.reactivex.Maybe<Response> rxCmsIncrby​(List<String> args)
        Redis command cmsIncrby.
        Parameters:
        args -
        Returns:
        fluent self
      • cmsInfo

        public RedisAPI cmsInfo​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cmsInfo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCmsInfo

        public io.reactivex.Maybe<Response> rxCmsInfo​(List<String> args)
        Redis command cmsInfo.
        Parameters:
        args -
        Returns:
        fluent self
      • cmsInitbydim

        public RedisAPI cmsInitbydim​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cmsInitbydim.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCmsInitbydim

        public io.reactivex.Maybe<Response> rxCmsInitbydim​(List<String> args)
        Redis command cmsInitbydim.
        Parameters:
        args -
        Returns:
        fluent self
      • cmsInitbyprob

        public RedisAPI cmsInitbyprob​(List<String> args,
                                      io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cmsInitbyprob.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCmsInitbyprob

        public io.reactivex.Maybe<Response> rxCmsInitbyprob​(List<String> args)
        Redis command cmsInitbyprob.
        Parameters:
        args -
        Returns:
        fluent self
      • cmsMerge

        public RedisAPI cmsMerge​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cmsMerge.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCmsMerge

        public io.reactivex.Maybe<Response> rxCmsMerge​(List<String> args)
        Redis command cmsMerge.
        Parameters:
        args -
        Returns:
        fluent self
      • cmsQuery

        public RedisAPI cmsQuery​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command cmsQuery.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCmsQuery

        public io.reactivex.Maybe<Response> rxCmsQuery​(List<String> args)
        Redis command cmsQuery.
        Parameters:
        args -
        Returns:
        fluent self
      • command

        public RedisAPI command​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command command.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxCommand

        public io.reactivex.Maybe<Response> rxCommand​(List<String> args)
        Redis command command.
        Parameters:
        args -
        Returns:
        fluent self
      • config

        public RedisAPI config​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command config.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxConfig

        public io.reactivex.Maybe<Response> rxConfig​(List<String> args)
        Redis command config.
        Parameters:
        args -
        Returns:
        fluent self
      • copy

        public RedisAPI copy​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command copy.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • copy

        public RedisAPI copy​(List<String> args)
        Redis command copy.
        Parameters:
        args -
        Returns:
        fluent self
      • rxCopy

        public io.reactivex.Maybe<Response> rxCopy​(List<String> args)
        Redis command copy.
        Parameters:
        args -
        Returns:
        fluent self
      • dbsize

        public RedisAPI dbsize​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command dbsize.
        Parameters:
        handler -
        Returns:
        fluent self
      • dbsize

        public RedisAPI dbsize()
        Redis command dbsize.
        Returns:
        fluent self
      • rxDbsize

        public io.reactivex.Maybe<Response> rxDbsize()
        Redis command dbsize.
        Returns:
        fluent self
      • debug

        public RedisAPI debug​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command debug.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • debug

        public RedisAPI debug​(List<String> args)
        Redis command debug.
        Parameters:
        args -
        Returns:
        fluent self
      • rxDebug

        public io.reactivex.Maybe<Response> rxDebug​(List<String> args)
        Redis command debug.
        Parameters:
        args -
        Returns:
        fluent self
      • decr

        public RedisAPI decr​(String arg0,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command decr.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • decr

        public RedisAPI decr​(String arg0)
        Redis command decr.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxDecr

        public io.reactivex.Maybe<Response> rxDecr​(String arg0)
        Redis command decr.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • decrby

        public RedisAPI decrby​(String arg0,
                               String arg1,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command decrby.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • decrby

        public RedisAPI decrby​(String arg0,
                               String arg1)
        Redis command decrby.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxDecrby

        public io.reactivex.Maybe<Response> rxDecrby​(String arg0,
                                                     String arg1)
        Redis command decrby.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • del

        public RedisAPI del​(List<String> args,
                            io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command del.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • del

        public RedisAPI del​(List<String> args)
        Redis command del.
        Parameters:
        args -
        Returns:
        fluent self
      • rxDel

        public io.reactivex.Maybe<Response> rxDel​(List<String> args)
        Redis command del.
        Parameters:
        args -
        Returns:
        fluent self
      • discard

        public RedisAPI discard​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command discard.
        Parameters:
        handler -
        Returns:
        fluent self
      • discard

        public RedisAPI discard()
        Redis command discard.
        Returns:
        fluent self
      • rxDiscard

        public io.reactivex.Maybe<Response> rxDiscard()
        Redis command discard.
        Returns:
        fluent self
      • dump

        public RedisAPI dump​(String arg0,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command dump.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • dump

        public RedisAPI dump​(String arg0)
        Redis command dump.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxDump

        public io.reactivex.Maybe<Response> rxDump​(String arg0)
        Redis command dump.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • echo

        public RedisAPI echo​(String arg0,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command echo.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • echo

        public RedisAPI echo​(String arg0)
        Redis command echo.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxEcho

        public io.reactivex.Maybe<Response> rxEcho​(String arg0)
        Redis command echo.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • eval

        public RedisAPI eval​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command eval.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • eval

        public RedisAPI eval​(List<String> args)
        Redis command eval.
        Parameters:
        args -
        Returns:
        fluent self
      • rxEval

        public io.reactivex.Maybe<Response> rxEval​(List<String> args)
        Redis command eval.
        Parameters:
        args -
        Returns:
        fluent self
      • evalRo

        public RedisAPI evalRo​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command evalRo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxEvalRo

        public io.reactivex.Maybe<Response> rxEvalRo​(List<String> args)
        Redis command evalRo.
        Parameters:
        args -
        Returns:
        fluent self
      • evalsha

        public RedisAPI evalsha​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command evalsha.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxEvalsha

        public io.reactivex.Maybe<Response> rxEvalsha​(List<String> args)
        Redis command evalsha.
        Parameters:
        args -
        Returns:
        fluent self
      • evalshaRo

        public RedisAPI evalshaRo​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command evalshaRo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxEvalshaRo

        public io.reactivex.Maybe<Response> rxEvalshaRo​(List<String> args)
        Redis command evalshaRo.
        Parameters:
        args -
        Returns:
        fluent self
      • exec

        public RedisAPI exec​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command exec.
        Parameters:
        handler -
        Returns:
        fluent self
      • exec

        public RedisAPI exec()
        Redis command exec.
        Returns:
        fluent self
      • rxExec

        public io.reactivex.Maybe<Response> rxExec()
        Redis command exec.
        Returns:
        fluent self
      • exists

        public RedisAPI exists​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command exists.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxExists

        public io.reactivex.Maybe<Response> rxExists​(List<String> args)
        Redis command exists.
        Parameters:
        args -
        Returns:
        fluent self
      • expire

        public RedisAPI expire​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command expire.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxExpire

        public io.reactivex.Maybe<Response> rxExpire​(List<String> args)
        Redis command expire.
        Parameters:
        args -
        Returns:
        fluent self
      • expireat

        public RedisAPI expireat​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command expireat.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxExpireat

        public io.reactivex.Maybe<Response> rxExpireat​(List<String> args)
        Redis command expireat.
        Parameters:
        args -
        Returns:
        fluent self
      • expiretime

        public RedisAPI expiretime​(String arg0,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command expiretime.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • expiretime

        public RedisAPI expiretime​(String arg0)
        Redis command expiretime.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxExpiretime

        public io.reactivex.Maybe<Response> rxExpiretime​(String arg0)
        Redis command expiretime.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • failover

        public RedisAPI failover​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command failover.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFailover

        public io.reactivex.Maybe<Response> rxFailover​(List<String> args)
        Redis command failover.
        Parameters:
        args -
        Returns:
        fluent self
      • fcall

        public RedisAPI fcall​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command fcall.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • fcall

        public RedisAPI fcall​(List<String> args)
        Redis command fcall.
        Parameters:
        args -
        Returns:
        fluent self
      • rxFcall

        public io.reactivex.Maybe<Response> rxFcall​(List<String> args)
        Redis command fcall.
        Parameters:
        args -
        Returns:
        fluent self
      • fcallRo

        public RedisAPI fcallRo​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command fcallRo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFcallRo

        public io.reactivex.Maybe<Response> rxFcallRo​(List<String> args)
        Redis command fcallRo.
        Parameters:
        args -
        Returns:
        fluent self
      • flushall

        public RedisAPI flushall​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command flushall.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFlushall

        public io.reactivex.Maybe<Response> rxFlushall​(List<String> args)
        Redis command flushall.
        Parameters:
        args -
        Returns:
        fluent self
      • flushdb

        public RedisAPI flushdb​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command flushdb.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFlushdb

        public io.reactivex.Maybe<Response> rxFlushdb​(List<String> args)
        Redis command flushdb.
        Parameters:
        args -
        Returns:
        fluent self
      • function

        public RedisAPI function​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command function.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxFunction

        public io.reactivex.Maybe<Response> rxFunction​(List<String> args)
        Redis command function.
        Parameters:
        args -
        Returns:
        fluent self
      • geoadd

        public RedisAPI geoadd​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command geoadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGeoadd

        public io.reactivex.Maybe<Response> rxGeoadd​(List<String> args)
        Redis command geoadd.
        Parameters:
        args -
        Returns:
        fluent self
      • geodist

        public RedisAPI geodist​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command geodist.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGeodist

        public io.reactivex.Maybe<Response> rxGeodist​(List<String> args)
        Redis command geodist.
        Parameters:
        args -
        Returns:
        fluent self
      • geohash

        public RedisAPI geohash​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command geohash.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGeohash

        public io.reactivex.Maybe<Response> rxGeohash​(List<String> args)
        Redis command geohash.
        Parameters:
        args -
        Returns:
        fluent self
      • geopos

        public RedisAPI geopos​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command geopos.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGeopos

        public io.reactivex.Maybe<Response> rxGeopos​(List<String> args)
        Redis command geopos.
        Parameters:
        args -
        Returns:
        fluent self
      • georadius

        public RedisAPI georadius​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command georadius.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGeoradius

        public io.reactivex.Maybe<Response> rxGeoradius​(List<String> args)
        Redis command georadius.
        Parameters:
        args -
        Returns:
        fluent self
      • georadiusRo

        public RedisAPI georadiusRo​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command georadiusRo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGeoradiusRo

        public io.reactivex.Maybe<Response> rxGeoradiusRo​(List<String> args)
        Redis command georadiusRo.
        Parameters:
        args -
        Returns:
        fluent self
      • georadiusbymember

        public RedisAPI georadiusbymember​(List<String> args,
                                          io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command georadiusbymember.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGeoradiusbymember

        public io.reactivex.Maybe<Response> rxGeoradiusbymember​(List<String> args)
        Redis command georadiusbymember.
        Parameters:
        args -
        Returns:
        fluent self
      • georadiusbymemberRo

        public RedisAPI georadiusbymemberRo​(List<String> args,
                                            io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command georadiusbymemberRo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • geosearch

        public RedisAPI geosearch​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command geosearch.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGeosearch

        public io.reactivex.Maybe<Response> rxGeosearch​(List<String> args)
        Redis command geosearch.
        Parameters:
        args -
        Returns:
        fluent self
      • geosearchstore

        public RedisAPI geosearchstore​(List<String> args,
                                       io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command geosearchstore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGeosearchstore

        public io.reactivex.Maybe<Response> rxGeosearchstore​(List<String> args)
        Redis command geosearchstore.
        Parameters:
        args -
        Returns:
        fluent self
      • get

        public RedisAPI get​(String arg0,
                            io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command get.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • get

        public RedisAPI get​(String arg0)
        Redis command get.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxGet

        public io.reactivex.Maybe<Response> rxGet​(String arg0)
        Redis command get.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • getbit

        public RedisAPI getbit​(String arg0,
                               String arg1,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command getbit.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • getbit

        public RedisAPI getbit​(String arg0,
                               String arg1)
        Redis command getbit.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxGetbit

        public io.reactivex.Maybe<Response> rxGetbit​(String arg0,
                                                     String arg1)
        Redis command getbit.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • getdel

        public RedisAPI getdel​(String arg0,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command getdel.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • getdel

        public RedisAPI getdel​(String arg0)
        Redis command getdel.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxGetdel

        public io.reactivex.Maybe<Response> rxGetdel​(String arg0)
        Redis command getdel.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • getex

        public RedisAPI getex​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command getex.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • getex

        public RedisAPI getex​(List<String> args)
        Redis command getex.
        Parameters:
        args -
        Returns:
        fluent self
      • rxGetex

        public io.reactivex.Maybe<Response> rxGetex​(List<String> args)
        Redis command getex.
        Parameters:
        args -
        Returns:
        fluent self
      • getrange

        public RedisAPI getrange​(String arg0,
                                 String arg1,
                                 String arg2,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command getrange.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxGetrange

        public io.reactivex.Maybe<Response> rxGetrange​(String arg0,
                                                       String arg1,
                                                       String arg2)
        Redis command getrange.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • getset

        public RedisAPI getset​(String arg0,
                               String arg1,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command getset.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • getset

        public RedisAPI getset​(String arg0,
                               String arg1)
        Redis command getset.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxGetset

        public io.reactivex.Maybe<Response> rxGetset​(String arg0,
                                                     String arg1)
        Redis command getset.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • graphBulk

        public RedisAPI graphBulk​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command graphBulk.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGraphBulk

        public io.reactivex.Maybe<Response> rxGraphBulk​(List<String> args)
        Redis command graphBulk.
        Parameters:
        args -
        Returns:
        fluent self
      • graphConfig

        public RedisAPI graphConfig​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command graphConfig.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGraphConfig

        public io.reactivex.Maybe<Response> rxGraphConfig​(List<String> args)
        Redis command graphConfig.
        Parameters:
        args -
        Returns:
        fluent self
      • graphDebug

        public RedisAPI graphDebug​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command graphDebug.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGraphDebug

        public io.reactivex.Maybe<Response> rxGraphDebug​(List<String> args)
        Redis command graphDebug.
        Parameters:
        args -
        Returns:
        fluent self
      • graphDelete

        public RedisAPI graphDelete​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command graphDelete.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGraphDelete

        public io.reactivex.Maybe<Response> rxGraphDelete​(List<String> args)
        Redis command graphDelete.
        Parameters:
        args -
        Returns:
        fluent self
      • graphExplain

        public RedisAPI graphExplain​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command graphExplain.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGraphExplain

        public io.reactivex.Maybe<Response> rxGraphExplain​(List<String> args)
        Redis command graphExplain.
        Parameters:
        args -
        Returns:
        fluent self
      • graphList

        public RedisAPI graphList​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command graphList.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGraphList

        public io.reactivex.Maybe<Response> rxGraphList​(List<String> args)
        Redis command graphList.
        Parameters:
        args -
        Returns:
        fluent self
      • graphProfile

        public RedisAPI graphProfile​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command graphProfile.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGraphProfile

        public io.reactivex.Maybe<Response> rxGraphProfile​(List<String> args)
        Redis command graphProfile.
        Parameters:
        args -
        Returns:
        fluent self
      • graphQuery

        public RedisAPI graphQuery​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command graphQuery.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGraphQuery

        public io.reactivex.Maybe<Response> rxGraphQuery​(List<String> args)
        Redis command graphQuery.
        Parameters:
        args -
        Returns:
        fluent self
      • graphRoQuery

        public RedisAPI graphRoQuery​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command graphRoQuery.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGraphRoQuery

        public io.reactivex.Maybe<Response> rxGraphRoQuery​(List<String> args)
        Redis command graphRoQuery.
        Parameters:
        args -
        Returns:
        fluent self
      • graphSlowlog

        public RedisAPI graphSlowlog​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command graphSlowlog.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxGraphSlowlog

        public io.reactivex.Maybe<Response> rxGraphSlowlog​(List<String> args)
        Redis command graphSlowlog.
        Parameters:
        args -
        Returns:
        fluent self
      • hdel

        public RedisAPI hdel​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hdel.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • hdel

        public RedisAPI hdel​(List<String> args)
        Redis command hdel.
        Parameters:
        args -
        Returns:
        fluent self
      • rxHdel

        public io.reactivex.Maybe<Response> rxHdel​(List<String> args)
        Redis command hdel.
        Parameters:
        args -
        Returns:
        fluent self
      • hello

        public RedisAPI hello​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hello.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • hello

        public RedisAPI hello​(List<String> args)
        Redis command hello.
        Parameters:
        args -
        Returns:
        fluent self
      • rxHello

        public io.reactivex.Maybe<Response> rxHello​(List<String> args)
        Redis command hello.
        Parameters:
        args -
        Returns:
        fluent self
      • hexists

        public RedisAPI hexists​(String arg0,
                                String arg1,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hexists.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • hexists

        public RedisAPI hexists​(String arg0,
                                String arg1)
        Redis command hexists.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxHexists

        public io.reactivex.Maybe<Response> rxHexists​(String arg0,
                                                      String arg1)
        Redis command hexists.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • hget

        public RedisAPI hget​(String arg0,
                             String arg1,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hget.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • hget

        public RedisAPI hget​(String arg0,
                             String arg1)
        Redis command hget.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxHget

        public io.reactivex.Maybe<Response> rxHget​(String arg0,
                                                   String arg1)
        Redis command hget.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • hgetall

        public RedisAPI hgetall​(String arg0,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hgetall.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • hgetall

        public RedisAPI hgetall​(String arg0)
        Redis command hgetall.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxHgetall

        public io.reactivex.Maybe<Response> rxHgetall​(String arg0)
        Redis command hgetall.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • hincrby

        public RedisAPI hincrby​(String arg0,
                                String arg1,
                                String arg2,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hincrby.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxHincrby

        public io.reactivex.Maybe<Response> rxHincrby​(String arg0,
                                                      String arg1,
                                                      String arg2)
        Redis command hincrby.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • hincrbyfloat

        public RedisAPI hincrbyfloat​(String arg0,
                                     String arg1,
                                     String arg2,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hincrbyfloat.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxHincrbyfloat

        public io.reactivex.Maybe<Response> rxHincrbyfloat​(String arg0,
                                                           String arg1,
                                                           String arg2)
        Redis command hincrbyfloat.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • hkeys

        public RedisAPI hkeys​(String arg0,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hkeys.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • hkeys

        public RedisAPI hkeys​(String arg0)
        Redis command hkeys.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxHkeys

        public io.reactivex.Maybe<Response> rxHkeys​(String arg0)
        Redis command hkeys.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • hlen

        public RedisAPI hlen​(String arg0,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hlen.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • hlen

        public RedisAPI hlen​(String arg0)
        Redis command hlen.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxHlen

        public io.reactivex.Maybe<Response> rxHlen​(String arg0)
        Redis command hlen.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • hmget

        public RedisAPI hmget​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hmget.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • hmget

        public RedisAPI hmget​(List<String> args)
        Redis command hmget.
        Parameters:
        args -
        Returns:
        fluent self
      • rxHmget

        public io.reactivex.Maybe<Response> rxHmget​(List<String> args)
        Redis command hmget.
        Parameters:
        args -
        Returns:
        fluent self
      • hmset

        public RedisAPI hmset​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hmset.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • hmset

        public RedisAPI hmset​(List<String> args)
        Redis command hmset.
        Parameters:
        args -
        Returns:
        fluent self
      • rxHmset

        public io.reactivex.Maybe<Response> rxHmset​(List<String> args)
        Redis command hmset.
        Parameters:
        args -
        Returns:
        fluent self
      • hrandfield

        public RedisAPI hrandfield​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hrandfield.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxHrandfield

        public io.reactivex.Maybe<Response> rxHrandfield​(List<String> args)
        Redis command hrandfield.
        Parameters:
        args -
        Returns:
        fluent self
      • hscan

        public RedisAPI hscan​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hscan.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • hscan

        public RedisAPI hscan​(List<String> args)
        Redis command hscan.
        Parameters:
        args -
        Returns:
        fluent self
      • rxHscan

        public io.reactivex.Maybe<Response> rxHscan​(List<String> args)
        Redis command hscan.
        Parameters:
        args -
        Returns:
        fluent self
      • hset

        public RedisAPI hset​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hset.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • hset

        public RedisAPI hset​(List<String> args)
        Redis command hset.
        Parameters:
        args -
        Returns:
        fluent self
      • rxHset

        public io.reactivex.Maybe<Response> rxHset​(List<String> args)
        Redis command hset.
        Parameters:
        args -
        Returns:
        fluent self
      • hsetnx

        public RedisAPI hsetnx​(String arg0,
                               String arg1,
                               String arg2,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hsetnx.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxHsetnx

        public io.reactivex.Maybe<Response> rxHsetnx​(String arg0,
                                                     String arg1,
                                                     String arg2)
        Redis command hsetnx.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • hstrlen

        public RedisAPI hstrlen​(String arg0,
                                String arg1,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hstrlen.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • hstrlen

        public RedisAPI hstrlen​(String arg0,
                                String arg1)
        Redis command hstrlen.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxHstrlen

        public io.reactivex.Maybe<Response> rxHstrlen​(String arg0,
                                                      String arg1)
        Redis command hstrlen.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • hvals

        public RedisAPI hvals​(String arg0,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command hvals.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • hvals

        public RedisAPI hvals​(String arg0)
        Redis command hvals.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxHvals

        public io.reactivex.Maybe<Response> rxHvals​(String arg0)
        Redis command hvals.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • incr

        public RedisAPI incr​(String arg0,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command incr.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • incr

        public RedisAPI incr​(String arg0)
        Redis command incr.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxIncr

        public io.reactivex.Maybe<Response> rxIncr​(String arg0)
        Redis command incr.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • incrby

        public RedisAPI incrby​(String arg0,
                               String arg1,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command incrby.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • incrby

        public RedisAPI incrby​(String arg0,
                               String arg1)
        Redis command incrby.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxIncrby

        public io.reactivex.Maybe<Response> rxIncrby​(String arg0,
                                                     String arg1)
        Redis command incrby.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • incrbyfloat

        public RedisAPI incrbyfloat​(String arg0,
                                    String arg1,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command incrbyfloat.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • rxIncrbyfloat

        public io.reactivex.Maybe<Response> rxIncrbyfloat​(String arg0,
                                                          String arg1)
        Redis command incrbyfloat.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • info

        public RedisAPI info​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command info.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • info

        public RedisAPI info​(List<String> args)
        Redis command info.
        Parameters:
        args -
        Returns:
        fluent self
      • rxInfo

        public io.reactivex.Maybe<Response> rxInfo​(List<String> args)
        Redis command info.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonArrappend

        public RedisAPI jsonArrappend​(List<String> args,
                                      io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonArrappend.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonArrappend

        public io.reactivex.Maybe<Response> rxJsonArrappend​(List<String> args)
        Redis command jsonArrappend.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonArrindex

        public RedisAPI jsonArrindex​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonArrindex.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonArrindex

        public io.reactivex.Maybe<Response> rxJsonArrindex​(List<String> args)
        Redis command jsonArrindex.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonArrinsert

        public RedisAPI jsonArrinsert​(List<String> args,
                                      io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonArrinsert.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonArrinsert

        public io.reactivex.Maybe<Response> rxJsonArrinsert​(List<String> args)
        Redis command jsonArrinsert.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonArrlen

        public RedisAPI jsonArrlen​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonArrlen.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonArrlen

        public io.reactivex.Maybe<Response> rxJsonArrlen​(List<String> args)
        Redis command jsonArrlen.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonArrpop

        public RedisAPI jsonArrpop​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonArrpop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonArrpop

        public io.reactivex.Maybe<Response> rxJsonArrpop​(List<String> args)
        Redis command jsonArrpop.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonArrtrim

        public RedisAPI jsonArrtrim​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonArrtrim.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonArrtrim

        public io.reactivex.Maybe<Response> rxJsonArrtrim​(List<String> args)
        Redis command jsonArrtrim.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonClear

        public RedisAPI jsonClear​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonClear.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonClear

        public io.reactivex.Maybe<Response> rxJsonClear​(List<String> args)
        Redis command jsonClear.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonDebug

        public RedisAPI jsonDebug​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonDebug.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonDebug

        public io.reactivex.Maybe<Response> rxJsonDebug​(List<String> args)
        Redis command jsonDebug.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonDel

        public RedisAPI jsonDel​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonDel.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonDel

        public io.reactivex.Maybe<Response> rxJsonDel​(List<String> args)
        Redis command jsonDel.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonForget

        public RedisAPI jsonForget​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonForget.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonForget

        public io.reactivex.Maybe<Response> rxJsonForget​(List<String> args)
        Redis command jsonForget.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonGet

        public RedisAPI jsonGet​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonGet.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonGet

        public io.reactivex.Maybe<Response> rxJsonGet​(List<String> args)
        Redis command jsonGet.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonMget

        public RedisAPI jsonMget​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonMget.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonMget

        public io.reactivex.Maybe<Response> rxJsonMget​(List<String> args)
        Redis command jsonMget.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonNumincrby

        public RedisAPI jsonNumincrby​(List<String> args,
                                      io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonNumincrby.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonNumincrby

        public io.reactivex.Maybe<Response> rxJsonNumincrby​(List<String> args)
        Redis command jsonNumincrby.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonNummultby

        public RedisAPI jsonNummultby​(List<String> args,
                                      io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonNummultby.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonNummultby

        public io.reactivex.Maybe<Response> rxJsonNummultby​(List<String> args)
        Redis command jsonNummultby.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonNumpowby

        public RedisAPI jsonNumpowby​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonNumpowby.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonNumpowby

        public io.reactivex.Maybe<Response> rxJsonNumpowby​(List<String> args)
        Redis command jsonNumpowby.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonObjkeys

        public RedisAPI jsonObjkeys​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonObjkeys.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonObjkeys

        public io.reactivex.Maybe<Response> rxJsonObjkeys​(List<String> args)
        Redis command jsonObjkeys.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonObjlen

        public RedisAPI jsonObjlen​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonObjlen.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonObjlen

        public io.reactivex.Maybe<Response> rxJsonObjlen​(List<String> args)
        Redis command jsonObjlen.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonResp

        public RedisAPI jsonResp​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonResp.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonResp

        public io.reactivex.Maybe<Response> rxJsonResp​(List<String> args)
        Redis command jsonResp.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonSet

        public RedisAPI jsonSet​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonSet.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonSet

        public io.reactivex.Maybe<Response> rxJsonSet​(List<String> args)
        Redis command jsonSet.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonStrappend

        public RedisAPI jsonStrappend​(List<String> args,
                                      io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonStrappend.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonStrappend

        public io.reactivex.Maybe<Response> rxJsonStrappend​(List<String> args)
        Redis command jsonStrappend.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonStrlen

        public RedisAPI jsonStrlen​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonStrlen.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonStrlen

        public io.reactivex.Maybe<Response> rxJsonStrlen​(List<String> args)
        Redis command jsonStrlen.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonToggle

        public RedisAPI jsonToggle​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonToggle.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonToggle

        public io.reactivex.Maybe<Response> rxJsonToggle​(List<String> args)
        Redis command jsonToggle.
        Parameters:
        args -
        Returns:
        fluent self
      • jsonType

        public RedisAPI jsonType​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command jsonType.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxJsonType

        public io.reactivex.Maybe<Response> rxJsonType​(List<String> args)
        Redis command jsonType.
        Parameters:
        args -
        Returns:
        fluent self
      • keys

        public RedisAPI keys​(String arg0,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command keys.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • keys

        public RedisAPI keys​(String arg0)
        Redis command keys.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxKeys

        public io.reactivex.Maybe<Response> rxKeys​(String arg0)
        Redis command keys.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • lastsave

        public RedisAPI lastsave​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lastsave.
        Parameters:
        handler -
        Returns:
        fluent self
      • lastsave

        public RedisAPI lastsave()
        Redis command lastsave.
        Returns:
        fluent self
      • rxLastsave

        public io.reactivex.Maybe<Response> rxLastsave()
        Redis command lastsave.
        Returns:
        fluent self
      • latency

        public RedisAPI latency​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command latency.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxLatency

        public io.reactivex.Maybe<Response> rxLatency​(List<String> args)
        Redis command latency.
        Parameters:
        args -
        Returns:
        fluent self
      • lcs

        public RedisAPI lcs​(List<String> args,
                            io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lcs.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • lcs

        public RedisAPI lcs​(List<String> args)
        Redis command lcs.
        Parameters:
        args -
        Returns:
        fluent self
      • rxLcs

        public io.reactivex.Maybe<Response> rxLcs​(List<String> args)
        Redis command lcs.
        Parameters:
        args -
        Returns:
        fluent self
      • lindex

        public RedisAPI lindex​(String arg0,
                               String arg1,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lindex.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • lindex

        public RedisAPI lindex​(String arg0,
                               String arg1)
        Redis command lindex.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxLindex

        public io.reactivex.Maybe<Response> rxLindex​(String arg0,
                                                     String arg1)
        Redis command lindex.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • linsert

        public RedisAPI linsert​(String arg0,
                                String arg1,
                                String arg2,
                                String arg3,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command linsert.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        arg3 -
        handler -
        Returns:
        fluent self
      • rxLinsert

        public io.reactivex.Maybe<Response> rxLinsert​(String arg0,
                                                      String arg1,
                                                      String arg2,
                                                      String arg3)
        Redis command linsert.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        arg3 -
        Returns:
        fluent self
      • llen

        public RedisAPI llen​(String arg0,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command llen.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • llen

        public RedisAPI llen​(String arg0)
        Redis command llen.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxLlen

        public io.reactivex.Maybe<Response> rxLlen​(String arg0)
        Redis command llen.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • lmove

        public RedisAPI lmove​(String arg0,
                              String arg1,
                              String arg2,
                              String arg3,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lmove.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        arg3 -
        handler -
        Returns:
        fluent self
      • rxLmove

        public io.reactivex.Maybe<Response> rxLmove​(String arg0,
                                                    String arg1,
                                                    String arg2,
                                                    String arg3)
        Redis command lmove.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        arg3 -
        Returns:
        fluent self
      • lmpop

        public RedisAPI lmpop​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lmpop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • lmpop

        public RedisAPI lmpop​(List<String> args)
        Redis command lmpop.
        Parameters:
        args -
        Returns:
        fluent self
      • rxLmpop

        public io.reactivex.Maybe<Response> rxLmpop​(List<String> args)
        Redis command lmpop.
        Parameters:
        args -
        Returns:
        fluent self
      • lolwut

        public RedisAPI lolwut​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lolwut.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxLolwut

        public io.reactivex.Maybe<Response> rxLolwut​(List<String> args)
        Redis command lolwut.
        Parameters:
        args -
        Returns:
        fluent self
      • lpop

        public RedisAPI lpop​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lpop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • lpop

        public RedisAPI lpop​(List<String> args)
        Redis command lpop.
        Parameters:
        args -
        Returns:
        fluent self
      • rxLpop

        public io.reactivex.Maybe<Response> rxLpop​(List<String> args)
        Redis command lpop.
        Parameters:
        args -
        Returns:
        fluent self
      • lpos

        public RedisAPI lpos​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lpos.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • lpos

        public RedisAPI lpos​(List<String> args)
        Redis command lpos.
        Parameters:
        args -
        Returns:
        fluent self
      • rxLpos

        public io.reactivex.Maybe<Response> rxLpos​(List<String> args)
        Redis command lpos.
        Parameters:
        args -
        Returns:
        fluent self
      • lpush

        public RedisAPI lpush​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lpush.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • lpush

        public RedisAPI lpush​(List<String> args)
        Redis command lpush.
        Parameters:
        args -
        Returns:
        fluent self
      • rxLpush

        public io.reactivex.Maybe<Response> rxLpush​(List<String> args)
        Redis command lpush.
        Parameters:
        args -
        Returns:
        fluent self
      • lpushx

        public RedisAPI lpushx​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lpushx.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxLpushx

        public io.reactivex.Maybe<Response> rxLpushx​(List<String> args)
        Redis command lpushx.
        Parameters:
        args -
        Returns:
        fluent self
      • lrange

        public RedisAPI lrange​(String arg0,
                               String arg1,
                               String arg2,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lrange.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxLrange

        public io.reactivex.Maybe<Response> rxLrange​(String arg0,
                                                     String arg1,
                                                     String arg2)
        Redis command lrange.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • lrem

        public RedisAPI lrem​(String arg0,
                             String arg1,
                             String arg2,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lrem.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxLrem

        public io.reactivex.Maybe<Response> rxLrem​(String arg0,
                                                   String arg1,
                                                   String arg2)
        Redis command lrem.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • lset

        public RedisAPI lset​(String arg0,
                             String arg1,
                             String arg2,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command lset.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxLset

        public io.reactivex.Maybe<Response> rxLset​(String arg0,
                                                   String arg1,
                                                   String arg2)
        Redis command lset.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • ltrim

        public RedisAPI ltrim​(String arg0,
                              String arg1,
                              String arg2,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ltrim.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxLtrim

        public io.reactivex.Maybe<Response> rxLtrim​(String arg0,
                                                    String arg1,
                                                    String arg2)
        Redis command ltrim.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • memory

        public RedisAPI memory​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command memory.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxMemory

        public io.reactivex.Maybe<Response> rxMemory​(List<String> args)
        Redis command memory.
        Parameters:
        args -
        Returns:
        fluent self
      • mget

        public RedisAPI mget​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command mget.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • mget

        public RedisAPI mget​(List<String> args)
        Redis command mget.
        Parameters:
        args -
        Returns:
        fluent self
      • rxMget

        public io.reactivex.Maybe<Response> rxMget​(List<String> args)
        Redis command mget.
        Parameters:
        args -
        Returns:
        fluent self
      • migrate

        public RedisAPI migrate​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command migrate.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxMigrate

        public io.reactivex.Maybe<Response> rxMigrate​(List<String> args)
        Redis command migrate.
        Parameters:
        args -
        Returns:
        fluent self
      • module

        public RedisAPI module​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command module.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxModule

        public io.reactivex.Maybe<Response> rxModule​(List<String> args)
        Redis command module.
        Parameters:
        args -
        Returns:
        fluent self
      • monitor

        public RedisAPI monitor​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command monitor.
        Parameters:
        handler -
        Returns:
        fluent self
      • monitor

        public RedisAPI monitor()
        Redis command monitor.
        Returns:
        fluent self
      • rxMonitor

        public io.reactivex.Maybe<Response> rxMonitor()
        Redis command monitor.
        Returns:
        fluent self
      • move

        public RedisAPI move​(String arg0,
                             String arg1,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command move.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • move

        public RedisAPI move​(String arg0,
                             String arg1)
        Redis command move.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxMove

        public io.reactivex.Maybe<Response> rxMove​(String arg0,
                                                   String arg1)
        Redis command move.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • mset

        public RedisAPI mset​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command mset.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • mset

        public RedisAPI mset​(List<String> args)
        Redis command mset.
        Parameters:
        args -
        Returns:
        fluent self
      • rxMset

        public io.reactivex.Maybe<Response> rxMset​(List<String> args)
        Redis command mset.
        Parameters:
        args -
        Returns:
        fluent self
      • msetnx

        public RedisAPI msetnx​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command msetnx.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxMsetnx

        public io.reactivex.Maybe<Response> rxMsetnx​(List<String> args)
        Redis command msetnx.
        Parameters:
        args -
        Returns:
        fluent self
      • multi

        public RedisAPI multi​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command multi.
        Parameters:
        handler -
        Returns:
        fluent self
      • multi

        public RedisAPI multi()
        Redis command multi.
        Returns:
        fluent self
      • rxMulti

        public io.reactivex.Maybe<Response> rxMulti()
        Redis command multi.
        Returns:
        fluent self
      • object

        public RedisAPI object​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command object.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxObject

        public io.reactivex.Maybe<Response> rxObject​(List<String> args)
        Redis command object.
        Parameters:
        args -
        Returns:
        fluent self
      • persist

        public RedisAPI persist​(String arg0,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command persist.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • persist

        public RedisAPI persist​(String arg0)
        Redis command persist.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxPersist

        public io.reactivex.Maybe<Response> rxPersist​(String arg0)
        Redis command persist.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • pexpire

        public RedisAPI pexpire​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command pexpire.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxPexpire

        public io.reactivex.Maybe<Response> rxPexpire​(List<String> args)
        Redis command pexpire.
        Parameters:
        args -
        Returns:
        fluent self
      • pexpireat

        public RedisAPI pexpireat​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command pexpireat.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxPexpireat

        public io.reactivex.Maybe<Response> rxPexpireat​(List<String> args)
        Redis command pexpireat.
        Parameters:
        args -
        Returns:
        fluent self
      • pexpiretime

        public RedisAPI pexpiretime​(String arg0,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command pexpiretime.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • pexpiretime

        public RedisAPI pexpiretime​(String arg0)
        Redis command pexpiretime.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxPexpiretime

        public io.reactivex.Maybe<Response> rxPexpiretime​(String arg0)
        Redis command pexpiretime.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • pfadd

        public RedisAPI pfadd​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command pfadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • pfadd

        public RedisAPI pfadd​(List<String> args)
        Redis command pfadd.
        Parameters:
        args -
        Returns:
        fluent self
      • rxPfadd

        public io.reactivex.Maybe<Response> rxPfadd​(List<String> args)
        Redis command pfadd.
        Parameters:
        args -
        Returns:
        fluent self
      • pfcount

        public RedisAPI pfcount​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command pfcount.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxPfcount

        public io.reactivex.Maybe<Response> rxPfcount​(List<String> args)
        Redis command pfcount.
        Parameters:
        args -
        Returns:
        fluent self
      • pfdebug

        public RedisAPI pfdebug​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command pfdebug.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxPfdebug

        public io.reactivex.Maybe<Response> rxPfdebug​(List<String> args)
        Redis command pfdebug.
        Parameters:
        args -
        Returns:
        fluent self
      • pfmerge

        public RedisAPI pfmerge​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command pfmerge.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxPfmerge

        public io.reactivex.Maybe<Response> rxPfmerge​(List<String> args)
        Redis command pfmerge.
        Parameters:
        args -
        Returns:
        fluent self
      • pfselftest

        public RedisAPI pfselftest​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command pfselftest.
        Parameters:
        handler -
        Returns:
        fluent self
      • pfselftest

        public RedisAPI pfselftest()
        Redis command pfselftest.
        Returns:
        fluent self
      • rxPfselftest

        public io.reactivex.Maybe<Response> rxPfselftest()
        Redis command pfselftest.
        Returns:
        fluent self
      • ping

        public RedisAPI ping​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ping.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • ping

        public RedisAPI ping​(List<String> args)
        Redis command ping.
        Parameters:
        args -
        Returns:
        fluent self
      • rxPing

        public io.reactivex.Maybe<Response> rxPing​(List<String> args)
        Redis command ping.
        Parameters:
        args -
        Returns:
        fluent self
      • psetex

        public RedisAPI psetex​(String arg0,
                               String arg1,
                               String arg2,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command psetex.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxPsetex

        public io.reactivex.Maybe<Response> rxPsetex​(String arg0,
                                                     String arg1,
                                                     String arg2)
        Redis command psetex.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • psubscribe

        public RedisAPI psubscribe​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command psubscribe.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxPsubscribe

        public io.reactivex.Maybe<Response> rxPsubscribe​(List<String> args)
        Redis command psubscribe.
        Parameters:
        args -
        Returns:
        fluent self
      • psync

        public RedisAPI psync​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command psync.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • psync

        public RedisAPI psync​(List<String> args)
        Redis command psync.
        Parameters:
        args -
        Returns:
        fluent self
      • rxPsync

        public io.reactivex.Maybe<Response> rxPsync​(List<String> args)
        Redis command psync.
        Parameters:
        args -
        Returns:
        fluent self
      • pttl

        public RedisAPI pttl​(String arg0,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command pttl.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • pttl

        public RedisAPI pttl​(String arg0)
        Redis command pttl.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxPttl

        public io.reactivex.Maybe<Response> rxPttl​(String arg0)
        Redis command pttl.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • publish

        public RedisAPI publish​(String arg0,
                                String arg1,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command publish.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • publish

        public RedisAPI publish​(String arg0,
                                String arg1)
        Redis command publish.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxPublish

        public io.reactivex.Maybe<Response> rxPublish​(String arg0,
                                                      String arg1)
        Redis command publish.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • pubsub

        public RedisAPI pubsub​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command pubsub.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxPubsub

        public io.reactivex.Maybe<Response> rxPubsub​(List<String> args)
        Redis command pubsub.
        Parameters:
        args -
        Returns:
        fluent self
      • punsubscribe

        public RedisAPI punsubscribe​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command punsubscribe.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxPunsubscribe

        public io.reactivex.Maybe<Response> rxPunsubscribe​(List<String> args)
        Redis command punsubscribe.
        Parameters:
        args -
        Returns:
        fluent self
      • quit

        public RedisAPI quit​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command quit.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • quit

        public RedisAPI quit​(List<String> args)
        Redis command quit.
        Parameters:
        args -
        Returns:
        fluent self
      • rxQuit

        public io.reactivex.Maybe<Response> rxQuit​(List<String> args)
        Redis command quit.
        Parameters:
        args -
        Returns:
        fluent self
      • randomkey

        public RedisAPI randomkey​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command randomkey.
        Parameters:
        handler -
        Returns:
        fluent self
      • randomkey

        public RedisAPI randomkey()
        Redis command randomkey.
        Returns:
        fluent self
      • rxRandomkey

        public io.reactivex.Maybe<Response> rxRandomkey()
        Redis command randomkey.
        Returns:
        fluent self
      • readonly

        public RedisAPI readonly​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command readonly.
        Parameters:
        handler -
        Returns:
        fluent self
      • readonly

        public RedisAPI readonly()
        Redis command readonly.
        Returns:
        fluent self
      • rxReadonly

        public io.reactivex.Maybe<Response> rxReadonly()
        Redis command readonly.
        Returns:
        fluent self
      • readwrite

        public RedisAPI readwrite​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command readwrite.
        Parameters:
        handler -
        Returns:
        fluent self
      • readwrite

        public RedisAPI readwrite()
        Redis command readwrite.
        Returns:
        fluent self
      • rxReadwrite

        public io.reactivex.Maybe<Response> rxReadwrite()
        Redis command readwrite.
        Returns:
        fluent self
      • rename

        public RedisAPI rename​(String arg0,
                               String arg1,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command rename.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • rename

        public RedisAPI rename​(String arg0,
                               String arg1)
        Redis command rename.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxRename

        public io.reactivex.Maybe<Response> rxRename​(String arg0,
                                                     String arg1)
        Redis command rename.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • renamenx

        public RedisAPI renamenx​(String arg0,
                                 String arg1,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command renamenx.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • rxRenamenx

        public io.reactivex.Maybe<Response> rxRenamenx​(String arg0,
                                                       String arg1)
        Redis command renamenx.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • replconf

        public RedisAPI replconf​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command replconf.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxReplconf

        public io.reactivex.Maybe<Response> rxReplconf​(List<String> args)
        Redis command replconf.
        Parameters:
        args -
        Returns:
        fluent self
      • replicaof

        public RedisAPI replicaof​(String arg0,
                                  String arg1,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command replicaof.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • rxReplicaof

        public io.reactivex.Maybe<Response> rxReplicaof​(String arg0,
                                                        String arg1)
        Redis command replicaof.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • reset

        public RedisAPI reset​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command reset.
        Parameters:
        handler -
        Returns:
        fluent self
      • reset

        public RedisAPI reset()
        Redis command reset.
        Returns:
        fluent self
      • rxReset

        public io.reactivex.Maybe<Response> rxReset()
        Redis command reset.
        Returns:
        fluent self
      • restore

        public RedisAPI restore​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command restore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxRestore

        public io.reactivex.Maybe<Response> rxRestore​(List<String> args)
        Redis command restore.
        Parameters:
        args -
        Returns:
        fluent self
      • restoreAsking

        public RedisAPI restoreAsking​(List<String> args,
                                      io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command restoreAsking.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxRestoreAsking

        public io.reactivex.Maybe<Response> rxRestoreAsking​(List<String> args)
        Redis command restoreAsking.
        Parameters:
        args -
        Returns:
        fluent self
      • role

        public RedisAPI role​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command role.
        Parameters:
        handler -
        Returns:
        fluent self
      • role

        public RedisAPI role()
        Redis command role.
        Returns:
        fluent self
      • rxRole

        public io.reactivex.Maybe<Response> rxRole()
        Redis command role.
        Returns:
        fluent self
      • rpop

        public RedisAPI rpop​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command rpop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rpop

        public RedisAPI rpop​(List<String> args)
        Redis command rpop.
        Parameters:
        args -
        Returns:
        fluent self
      • rxRpop

        public io.reactivex.Maybe<Response> rxRpop​(List<String> args)
        Redis command rpop.
        Parameters:
        args -
        Returns:
        fluent self
      • rpoplpush

        public RedisAPI rpoplpush​(String arg0,
                                  String arg1,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command rpoplpush.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • rxRpoplpush

        public io.reactivex.Maybe<Response> rxRpoplpush​(String arg0,
                                                        String arg1)
        Redis command rpoplpush.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rpush

        public RedisAPI rpush​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command rpush.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rpush

        public RedisAPI rpush​(List<String> args)
        Redis command rpush.
        Parameters:
        args -
        Returns:
        fluent self
      • rxRpush

        public io.reactivex.Maybe<Response> rxRpush​(List<String> args)
        Redis command rpush.
        Parameters:
        args -
        Returns:
        fluent self
      • rpushx

        public RedisAPI rpushx​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command rpushx.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxRpushx

        public io.reactivex.Maybe<Response> rxRpushx​(List<String> args)
        Redis command rpushx.
        Parameters:
        args -
        Returns:
        fluent self
      • sadd

        public RedisAPI sadd​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • sadd

        public RedisAPI sadd​(List<String> args)
        Redis command sadd.
        Parameters:
        args -
        Returns:
        fluent self
      • rxSadd

        public io.reactivex.Maybe<Response> rxSadd​(List<String> args)
        Redis command sadd.
        Parameters:
        args -
        Returns:
        fluent self
      • save

        public RedisAPI save​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command save.
        Parameters:
        handler -
        Returns:
        fluent self
      • save

        public RedisAPI save()
        Redis command save.
        Returns:
        fluent self
      • rxSave

        public io.reactivex.Maybe<Response> rxSave()
        Redis command save.
        Returns:
        fluent self
      • scan

        public RedisAPI scan​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command scan.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • scan

        public RedisAPI scan​(List<String> args)
        Redis command scan.
        Parameters:
        args -
        Returns:
        fluent self
      • rxScan

        public io.reactivex.Maybe<Response> rxScan​(List<String> args)
        Redis command scan.
        Parameters:
        args -
        Returns:
        fluent self
      • scard

        public RedisAPI scard​(String arg0,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command scard.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • scard

        public RedisAPI scard​(String arg0)
        Redis command scard.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxScard

        public io.reactivex.Maybe<Response> rxScard​(String arg0)
        Redis command scard.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • script

        public RedisAPI script​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command script.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxScript

        public io.reactivex.Maybe<Response> rxScript​(List<String> args)
        Redis command script.
        Parameters:
        args -
        Returns:
        fluent self
      • sdiff

        public RedisAPI sdiff​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sdiff.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • sdiff

        public RedisAPI sdiff​(List<String> args)
        Redis command sdiff.
        Parameters:
        args -
        Returns:
        fluent self
      • rxSdiff

        public io.reactivex.Maybe<Response> rxSdiff​(List<String> args)
        Redis command sdiff.
        Parameters:
        args -
        Returns:
        fluent self
      • sdiffstore

        public RedisAPI sdiffstore​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sdiffstore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSdiffstore

        public io.reactivex.Maybe<Response> rxSdiffstore​(List<String> args)
        Redis command sdiffstore.
        Parameters:
        args -
        Returns:
        fluent self
      • select

        public RedisAPI select​(String arg0,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command select.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • select

        public RedisAPI select​(String arg0)
        Redis command select.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxSelect

        public io.reactivex.Maybe<Response> rxSelect​(String arg0)
        Redis command select.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • set

        public RedisAPI set​(List<String> args,
                            io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command set.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • set

        public RedisAPI set​(List<String> args)
        Redis command set.
        Parameters:
        args -
        Returns:
        fluent self
      • rxSet

        public io.reactivex.Maybe<Response> rxSet​(List<String> args)
        Redis command set.
        Parameters:
        args -
        Returns:
        fluent self
      • setbit

        public RedisAPI setbit​(String arg0,
                               String arg1,
                               String arg2,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command setbit.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxSetbit

        public io.reactivex.Maybe<Response> rxSetbit​(String arg0,
                                                     String arg1,
                                                     String arg2)
        Redis command setbit.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • setex

        public RedisAPI setex​(String arg0,
                              String arg1,
                              String arg2,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command setex.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxSetex

        public io.reactivex.Maybe<Response> rxSetex​(String arg0,
                                                    String arg1,
                                                    String arg2)
        Redis command setex.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • setnx

        public RedisAPI setnx​(String arg0,
                              String arg1,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command setnx.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • setnx

        public RedisAPI setnx​(String arg0,
                              String arg1)
        Redis command setnx.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxSetnx

        public io.reactivex.Maybe<Response> rxSetnx​(String arg0,
                                                    String arg1)
        Redis command setnx.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • setrange

        public RedisAPI setrange​(String arg0,
                                 String arg1,
                                 String arg2,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command setrange.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxSetrange

        public io.reactivex.Maybe<Response> rxSetrange​(String arg0,
                                                       String arg1,
                                                       String arg2)
        Redis command setrange.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • shutdown

        public RedisAPI shutdown​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command shutdown.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxShutdown

        public io.reactivex.Maybe<Response> rxShutdown​(List<String> args)
        Redis command shutdown.
        Parameters:
        args -
        Returns:
        fluent self
      • sinter

        public RedisAPI sinter​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sinter.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSinter

        public io.reactivex.Maybe<Response> rxSinter​(List<String> args)
        Redis command sinter.
        Parameters:
        args -
        Returns:
        fluent self
      • sintercard

        public RedisAPI sintercard​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sintercard.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSintercard

        public io.reactivex.Maybe<Response> rxSintercard​(List<String> args)
        Redis command sintercard.
        Parameters:
        args -
        Returns:
        fluent self
      • sinterstore

        public RedisAPI sinterstore​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sinterstore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSinterstore

        public io.reactivex.Maybe<Response> rxSinterstore​(List<String> args)
        Redis command sinterstore.
        Parameters:
        args -
        Returns:
        fluent self
      • sismember

        public RedisAPI sismember​(String arg0,
                                  String arg1,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sismember.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • rxSismember

        public io.reactivex.Maybe<Response> rxSismember​(String arg0,
                                                        String arg1)
        Redis command sismember.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • slaveof

        public RedisAPI slaveof​(String arg0,
                                String arg1,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command slaveof.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • slaveof

        public RedisAPI slaveof​(String arg0,
                                String arg1)
        Redis command slaveof.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxSlaveof

        public io.reactivex.Maybe<Response> rxSlaveof​(String arg0,
                                                      String arg1)
        Redis command slaveof.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • slowlog

        public RedisAPI slowlog​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command slowlog.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSlowlog

        public io.reactivex.Maybe<Response> rxSlowlog​(List<String> args)
        Redis command slowlog.
        Parameters:
        args -
        Returns:
        fluent self
      • smembers

        public RedisAPI smembers​(String arg0,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command smembers.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • smembers

        public RedisAPI smembers​(String arg0)
        Redis command smembers.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxSmembers

        public io.reactivex.Maybe<Response> rxSmembers​(String arg0)
        Redis command smembers.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • smismember

        public RedisAPI smismember​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command smismember.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSmismember

        public io.reactivex.Maybe<Response> rxSmismember​(List<String> args)
        Redis command smismember.
        Parameters:
        args -
        Returns:
        fluent self
      • smove

        public RedisAPI smove​(String arg0,
                              String arg1,
                              String arg2,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command smove.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxSmove

        public io.reactivex.Maybe<Response> rxSmove​(String arg0,
                                                    String arg1,
                                                    String arg2)
        Redis command smove.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • sort

        public RedisAPI sort​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sort.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • sort

        public RedisAPI sort​(List<String> args)
        Redis command sort.
        Parameters:
        args -
        Returns:
        fluent self
      • rxSort

        public io.reactivex.Maybe<Response> rxSort​(List<String> args)
        Redis command sort.
        Parameters:
        args -
        Returns:
        fluent self
      • sortRo

        public RedisAPI sortRo​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sortRo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSortRo

        public io.reactivex.Maybe<Response> rxSortRo​(List<String> args)
        Redis command sortRo.
        Parameters:
        args -
        Returns:
        fluent self
      • spop

        public RedisAPI spop​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command spop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • spop

        public RedisAPI spop​(List<String> args)
        Redis command spop.
        Parameters:
        args -
        Returns:
        fluent self
      • rxSpop

        public io.reactivex.Maybe<Response> rxSpop​(List<String> args)
        Redis command spop.
        Parameters:
        args -
        Returns:
        fluent self
      • spublish

        public RedisAPI spublish​(String arg0,
                                 String arg1,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command spublish.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • rxSpublish

        public io.reactivex.Maybe<Response> rxSpublish​(String arg0,
                                                       String arg1)
        Redis command spublish.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • srandmember

        public RedisAPI srandmember​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command srandmember.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSrandmember

        public io.reactivex.Maybe<Response> rxSrandmember​(List<String> args)
        Redis command srandmember.
        Parameters:
        args -
        Returns:
        fluent self
      • srem

        public RedisAPI srem​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command srem.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • srem

        public RedisAPI srem​(List<String> args)
        Redis command srem.
        Parameters:
        args -
        Returns:
        fluent self
      • rxSrem

        public io.reactivex.Maybe<Response> rxSrem​(List<String> args)
        Redis command srem.
        Parameters:
        args -
        Returns:
        fluent self
      • sscan

        public RedisAPI sscan​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sscan.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • sscan

        public RedisAPI sscan​(List<String> args)
        Redis command sscan.
        Parameters:
        args -
        Returns:
        fluent self
      • rxSscan

        public io.reactivex.Maybe<Response> rxSscan​(List<String> args)
        Redis command sscan.
        Parameters:
        args -
        Returns:
        fluent self
      • ssubscribe

        public RedisAPI ssubscribe​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ssubscribe.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSsubscribe

        public io.reactivex.Maybe<Response> rxSsubscribe​(List<String> args)
        Redis command ssubscribe.
        Parameters:
        args -
        Returns:
        fluent self
      • strlen

        public RedisAPI strlen​(String arg0,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command strlen.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • strlen

        public RedisAPI strlen​(String arg0)
        Redis command strlen.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxStrlen

        public io.reactivex.Maybe<Response> rxStrlen​(String arg0)
        Redis command strlen.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • subscribe

        public RedisAPI subscribe​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command subscribe.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSubscribe

        public io.reactivex.Maybe<Response> rxSubscribe​(List<String> args)
        Redis command subscribe.
        Parameters:
        args -
        Returns:
        fluent self
      • substr

        public RedisAPI substr​(String arg0,
                               String arg1,
                               String arg2,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command substr.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxSubstr

        public io.reactivex.Maybe<Response> rxSubstr​(String arg0,
                                                     String arg1,
                                                     String arg2)
        Redis command substr.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • sunion

        public RedisAPI sunion​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sunion.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSunion

        public io.reactivex.Maybe<Response> rxSunion​(List<String> args)
        Redis command sunion.
        Parameters:
        args -
        Returns:
        fluent self
      • sunionstore

        public RedisAPI sunionstore​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sunionstore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSunionstore

        public io.reactivex.Maybe<Response> rxSunionstore​(List<String> args)
        Redis command sunionstore.
        Parameters:
        args -
        Returns:
        fluent self
      • sunsubscribe

        public RedisAPI sunsubscribe​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sunsubscribe.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxSunsubscribe

        public io.reactivex.Maybe<Response> rxSunsubscribe​(List<String> args)
        Redis command sunsubscribe.
        Parameters:
        args -
        Returns:
        fluent self
      • swapdb

        public RedisAPI swapdb​(String arg0,
                               String arg1,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command swapdb.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • swapdb

        public RedisAPI swapdb​(String arg0,
                               String arg1)
        Redis command swapdb.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxSwapdb

        public io.reactivex.Maybe<Response> rxSwapdb​(String arg0,
                                                     String arg1)
        Redis command swapdb.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • sync

        public RedisAPI sync​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command sync.
        Parameters:
        handler -
        Returns:
        fluent self
      • sync

        public RedisAPI sync()
        Redis command sync.
        Returns:
        fluent self
      • rxSync

        public io.reactivex.Maybe<Response> rxSync()
        Redis command sync.
        Returns:
        fluent self
      • time

        public RedisAPI time​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command time.
        Parameters:
        handler -
        Returns:
        fluent self
      • time

        public RedisAPI time()
        Redis command time.
        Returns:
        fluent self
      • rxTime

        public io.reactivex.Maybe<Response> rxTime()
        Redis command time.
        Returns:
        fluent self
      • timeseriesClusterset

        public RedisAPI timeseriesClusterset​(List<String> args,
                                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command timeseriesClusterset.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • timeseriesHello

        public RedisAPI timeseriesHello​(List<String> args,
                                        io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command timeseriesHello.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTimeseriesHello

        public io.reactivex.Maybe<Response> rxTimeseriesHello​(List<String> args)
        Redis command timeseriesHello.
        Parameters:
        args -
        Returns:
        fluent self
      • timeseriesInfocluster

        public RedisAPI timeseriesInfocluster​(List<String> args,
                                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command timeseriesInfocluster.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • timeseriesNetworktest

        public RedisAPI timeseriesNetworktest​(List<String> args,
                                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command timeseriesNetworktest.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • timeseriesRefreshcluster

        public RedisAPI timeseriesRefreshcluster​(List<String> args,
                                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • topkAdd

        public RedisAPI topkAdd​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command topkAdd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTopkAdd

        public io.reactivex.Maybe<Response> rxTopkAdd​(List<String> args)
        Redis command topkAdd.
        Parameters:
        args -
        Returns:
        fluent self
      • topkCount

        public RedisAPI topkCount​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command topkCount.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTopkCount

        public io.reactivex.Maybe<Response> rxTopkCount​(List<String> args)
        Redis command topkCount.
        Parameters:
        args -
        Returns:
        fluent self
      • topkIncrby

        public RedisAPI topkIncrby​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command topkIncrby.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTopkIncrby

        public io.reactivex.Maybe<Response> rxTopkIncrby​(List<String> args)
        Redis command topkIncrby.
        Parameters:
        args -
        Returns:
        fluent self
      • topkInfo

        public RedisAPI topkInfo​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command topkInfo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTopkInfo

        public io.reactivex.Maybe<Response> rxTopkInfo​(List<String> args)
        Redis command topkInfo.
        Parameters:
        args -
        Returns:
        fluent self
      • topkList

        public RedisAPI topkList​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command topkList.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTopkList

        public io.reactivex.Maybe<Response> rxTopkList​(List<String> args)
        Redis command topkList.
        Parameters:
        args -
        Returns:
        fluent self
      • topkQuery

        public RedisAPI topkQuery​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command topkQuery.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTopkQuery

        public io.reactivex.Maybe<Response> rxTopkQuery​(List<String> args)
        Redis command topkQuery.
        Parameters:
        args -
        Returns:
        fluent self
      • topkReserve

        public RedisAPI topkReserve​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command topkReserve.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTopkReserve

        public io.reactivex.Maybe<Response> rxTopkReserve​(List<String> args)
        Redis command topkReserve.
        Parameters:
        args -
        Returns:
        fluent self
      • touch

        public RedisAPI touch​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command touch.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • touch

        public RedisAPI touch​(List<String> args)
        Redis command touch.
        Parameters:
        args -
        Returns:
        fluent self
      • rxTouch

        public io.reactivex.Maybe<Response> rxTouch​(List<String> args)
        Redis command touch.
        Parameters:
        args -
        Returns:
        fluent self
      • tsAdd

        public RedisAPI tsAdd​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsAdd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • tsAdd

        public RedisAPI tsAdd​(List<String> args)
        Redis command tsAdd.
        Parameters:
        args -
        Returns:
        fluent self
      • rxTsAdd

        public io.reactivex.Maybe<Response> rxTsAdd​(List<String> args)
        Redis command tsAdd.
        Parameters:
        args -
        Returns:
        fluent self
      • tsAlter

        public RedisAPI tsAlter​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsAlter.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsAlter

        public io.reactivex.Maybe<Response> rxTsAlter​(List<String> args)
        Redis command tsAlter.
        Parameters:
        args -
        Returns:
        fluent self
      • tsCreate

        public RedisAPI tsCreate​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsCreate.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsCreate

        public io.reactivex.Maybe<Response> rxTsCreate​(List<String> args)
        Redis command tsCreate.
        Parameters:
        args -
        Returns:
        fluent self
      • tsCreaterule

        public RedisAPI tsCreaterule​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsCreaterule.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsCreaterule

        public io.reactivex.Maybe<Response> rxTsCreaterule​(List<String> args)
        Redis command tsCreaterule.
        Parameters:
        args -
        Returns:
        fluent self
      • tsDecrby

        public RedisAPI tsDecrby​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsDecrby.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsDecrby

        public io.reactivex.Maybe<Response> rxTsDecrby​(List<String> args)
        Redis command tsDecrby.
        Parameters:
        args -
        Returns:
        fluent self
      • tsDel

        public RedisAPI tsDel​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsDel.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • tsDel

        public RedisAPI tsDel​(List<String> args)
        Redis command tsDel.
        Parameters:
        args -
        Returns:
        fluent self
      • rxTsDel

        public io.reactivex.Maybe<Response> rxTsDel​(List<String> args)
        Redis command tsDel.
        Parameters:
        args -
        Returns:
        fluent self
      • tsDeleterule

        public RedisAPI tsDeleterule​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsDeleterule.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsDeleterule

        public io.reactivex.Maybe<Response> rxTsDeleterule​(List<String> args)
        Redis command tsDeleterule.
        Parameters:
        args -
        Returns:
        fluent self
      • tsGet

        public RedisAPI tsGet​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsGet.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • tsGet

        public RedisAPI tsGet​(List<String> args)
        Redis command tsGet.
        Parameters:
        args -
        Returns:
        fluent self
      • rxTsGet

        public io.reactivex.Maybe<Response> rxTsGet​(List<String> args)
        Redis command tsGet.
        Parameters:
        args -
        Returns:
        fluent self
      • tsIncrby

        public RedisAPI tsIncrby​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsIncrby.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsIncrby

        public io.reactivex.Maybe<Response> rxTsIncrby​(List<String> args)
        Redis command tsIncrby.
        Parameters:
        args -
        Returns:
        fluent self
      • tsInfo

        public RedisAPI tsInfo​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsInfo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsInfo

        public io.reactivex.Maybe<Response> rxTsInfo​(List<String> args)
        Redis command tsInfo.
        Parameters:
        args -
        Returns:
        fluent self
      • tsMadd

        public RedisAPI tsMadd​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsMadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsMadd

        public io.reactivex.Maybe<Response> rxTsMadd​(List<String> args)
        Redis command tsMadd.
        Parameters:
        args -
        Returns:
        fluent self
      • tsMget

        public RedisAPI tsMget​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsMget.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsMget

        public io.reactivex.Maybe<Response> rxTsMget​(List<String> args)
        Redis command tsMget.
        Parameters:
        args -
        Returns:
        fluent self
      • tsMrange

        public RedisAPI tsMrange​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsMrange.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsMrange

        public io.reactivex.Maybe<Response> rxTsMrange​(List<String> args)
        Redis command tsMrange.
        Parameters:
        args -
        Returns:
        fluent self
      • tsMrevrange

        public RedisAPI tsMrevrange​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsMrevrange.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsMrevrange

        public io.reactivex.Maybe<Response> rxTsMrevrange​(List<String> args)
        Redis command tsMrevrange.
        Parameters:
        args -
        Returns:
        fluent self
      • tsQueryindex

        public RedisAPI tsQueryindex​(List<String> args,
                                     io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsQueryindex.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsQueryindex

        public io.reactivex.Maybe<Response> rxTsQueryindex​(List<String> args)
        Redis command tsQueryindex.
        Parameters:
        args -
        Returns:
        fluent self
      • tsRange

        public RedisAPI tsRange​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsRange.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsRange

        public io.reactivex.Maybe<Response> rxTsRange​(List<String> args)
        Redis command tsRange.
        Parameters:
        args -
        Returns:
        fluent self
      • tsRevrange

        public RedisAPI tsRevrange​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command tsRevrange.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxTsRevrange

        public io.reactivex.Maybe<Response> rxTsRevrange​(List<String> args)
        Redis command tsRevrange.
        Parameters:
        args -
        Returns:
        fluent self
      • ttl

        public RedisAPI ttl​(String arg0,
                            io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command ttl.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • ttl

        public RedisAPI ttl​(String arg0)
        Redis command ttl.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxTtl

        public io.reactivex.Maybe<Response> rxTtl​(String arg0)
        Redis command ttl.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • type

        public RedisAPI type​(String arg0,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command type.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • type

        public RedisAPI type​(String arg0)
        Redis command type.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxType

        public io.reactivex.Maybe<Response> rxType​(String arg0)
        Redis command type.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • unlink

        public RedisAPI unlink​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command unlink.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxUnlink

        public io.reactivex.Maybe<Response> rxUnlink​(List<String> args)
        Redis command unlink.
        Parameters:
        args -
        Returns:
        fluent self
      • unsubscribe

        public RedisAPI unsubscribe​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command unsubscribe.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxUnsubscribe

        public io.reactivex.Maybe<Response> rxUnsubscribe​(List<String> args)
        Redis command unsubscribe.
        Parameters:
        args -
        Returns:
        fluent self
      • unwatch

        public RedisAPI unwatch​(io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command unwatch.
        Parameters:
        handler -
        Returns:
        fluent self
      • unwatch

        public RedisAPI unwatch()
        Redis command unwatch.
        Returns:
        fluent self
      • rxUnwatch

        public io.reactivex.Maybe<Response> rxUnwatch()
        Redis command unwatch.
        Returns:
        fluent self
      • wait

        public RedisAPI wait​(String arg0,
                             String arg1,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command wait.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • wait

        public RedisAPI wait​(String arg0,
                             String arg1)
        Redis command wait.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxWait

        public io.reactivex.Maybe<Response> rxWait​(String arg0,
                                                   String arg1)
        Redis command wait.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • watch

        public RedisAPI watch​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command watch.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • watch

        public RedisAPI watch​(List<String> args)
        Redis command watch.
        Parameters:
        args -
        Returns:
        fluent self
      • rxWatch

        public io.reactivex.Maybe<Response> rxWatch​(List<String> args)
        Redis command watch.
        Parameters:
        args -
        Returns:
        fluent self
      • xack

        public RedisAPI xack​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xack.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • xack

        public RedisAPI xack​(List<String> args)
        Redis command xack.
        Parameters:
        args -
        Returns:
        fluent self
      • rxXack

        public io.reactivex.Maybe<Response> rxXack​(List<String> args)
        Redis command xack.
        Parameters:
        args -
        Returns:
        fluent self
      • xadd

        public RedisAPI xadd​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • xadd

        public RedisAPI xadd​(List<String> args)
        Redis command xadd.
        Parameters:
        args -
        Returns:
        fluent self
      • rxXadd

        public io.reactivex.Maybe<Response> rxXadd​(List<String> args)
        Redis command xadd.
        Parameters:
        args -
        Returns:
        fluent self
      • xautoclaim

        public RedisAPI xautoclaim​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xautoclaim.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxXautoclaim

        public io.reactivex.Maybe<Response> rxXautoclaim​(List<String> args)
        Redis command xautoclaim.
        Parameters:
        args -
        Returns:
        fluent self
      • xclaim

        public RedisAPI xclaim​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xclaim.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxXclaim

        public io.reactivex.Maybe<Response> rxXclaim​(List<String> args)
        Redis command xclaim.
        Parameters:
        args -
        Returns:
        fluent self
      • xdel

        public RedisAPI xdel​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xdel.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • xdel

        public RedisAPI xdel​(List<String> args)
        Redis command xdel.
        Parameters:
        args -
        Returns:
        fluent self
      • rxXdel

        public io.reactivex.Maybe<Response> rxXdel​(List<String> args)
        Redis command xdel.
        Parameters:
        args -
        Returns:
        fluent self
      • xgroup

        public RedisAPI xgroup​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xgroup.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxXgroup

        public io.reactivex.Maybe<Response> rxXgroup​(List<String> args)
        Redis command xgroup.
        Parameters:
        args -
        Returns:
        fluent self
      • xinfo

        public RedisAPI xinfo​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xinfo.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • xinfo

        public RedisAPI xinfo​(List<String> args)
        Redis command xinfo.
        Parameters:
        args -
        Returns:
        fluent self
      • rxXinfo

        public io.reactivex.Maybe<Response> rxXinfo​(List<String> args)
        Redis command xinfo.
        Parameters:
        args -
        Returns:
        fluent self
      • xlen

        public RedisAPI xlen​(String arg0,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xlen.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • xlen

        public RedisAPI xlen​(String arg0)
        Redis command xlen.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxXlen

        public io.reactivex.Maybe<Response> rxXlen​(String arg0)
        Redis command xlen.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • xpending

        public RedisAPI xpending​(List<String> args,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xpending.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxXpending

        public io.reactivex.Maybe<Response> rxXpending​(List<String> args)
        Redis command xpending.
        Parameters:
        args -
        Returns:
        fluent self
      • xrange

        public RedisAPI xrange​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xrange.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxXrange

        public io.reactivex.Maybe<Response> rxXrange​(List<String> args)
        Redis command xrange.
        Parameters:
        args -
        Returns:
        fluent self
      • xread

        public RedisAPI xread​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xread.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • xread

        public RedisAPI xread​(List<String> args)
        Redis command xread.
        Parameters:
        args -
        Returns:
        fluent self
      • rxXread

        public io.reactivex.Maybe<Response> rxXread​(List<String> args)
        Redis command xread.
        Parameters:
        args -
        Returns:
        fluent self
      • xreadgroup

        public RedisAPI xreadgroup​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xreadgroup.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxXreadgroup

        public io.reactivex.Maybe<Response> rxXreadgroup​(List<String> args)
        Redis command xreadgroup.
        Parameters:
        args -
        Returns:
        fluent self
      • xrevrange

        public RedisAPI xrevrange​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xrevrange.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxXrevrange

        public io.reactivex.Maybe<Response> rxXrevrange​(List<String> args)
        Redis command xrevrange.
        Parameters:
        args -
        Returns:
        fluent self
      • xsetid

        public RedisAPI xsetid​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xsetid.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxXsetid

        public io.reactivex.Maybe<Response> rxXsetid​(List<String> args)
        Redis command xsetid.
        Parameters:
        args -
        Returns:
        fluent self
      • xtrim

        public RedisAPI xtrim​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command xtrim.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • xtrim

        public RedisAPI xtrim​(List<String> args)
        Redis command xtrim.
        Parameters:
        args -
        Returns:
        fluent self
      • rxXtrim

        public io.reactivex.Maybe<Response> rxXtrim​(List<String> args)
        Redis command xtrim.
        Parameters:
        args -
        Returns:
        fluent self
      • zadd

        public RedisAPI zadd​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zadd.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • zadd

        public RedisAPI zadd​(List<String> args)
        Redis command zadd.
        Parameters:
        args -
        Returns:
        fluent self
      • rxZadd

        public io.reactivex.Maybe<Response> rxZadd​(List<String> args)
        Redis command zadd.
        Parameters:
        args -
        Returns:
        fluent self
      • zcard

        public RedisAPI zcard​(String arg0,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zcard.
        Parameters:
        arg0 -
        handler -
        Returns:
        fluent self
      • zcard

        public RedisAPI zcard​(String arg0)
        Redis command zcard.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • rxZcard

        public io.reactivex.Maybe<Response> rxZcard​(String arg0)
        Redis command zcard.
        Parameters:
        arg0 -
        Returns:
        fluent self
      • zcount

        public RedisAPI zcount​(String arg0,
                               String arg1,
                               String arg2,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zcount.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxZcount

        public io.reactivex.Maybe<Response> rxZcount​(String arg0,
                                                     String arg1,
                                                     String arg2)
        Redis command zcount.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • zdiff

        public RedisAPI zdiff​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zdiff.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • zdiff

        public RedisAPI zdiff​(List<String> args)
        Redis command zdiff.
        Parameters:
        args -
        Returns:
        fluent self
      • rxZdiff

        public io.reactivex.Maybe<Response> rxZdiff​(List<String> args)
        Redis command zdiff.
        Parameters:
        args -
        Returns:
        fluent self
      • zdiffstore

        public RedisAPI zdiffstore​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zdiffstore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZdiffstore

        public io.reactivex.Maybe<Response> rxZdiffstore​(List<String> args)
        Redis command zdiffstore.
        Parameters:
        args -
        Returns:
        fluent self
      • zincrby

        public RedisAPI zincrby​(String arg0,
                                String arg1,
                                String arg2,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zincrby.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxZincrby

        public io.reactivex.Maybe<Response> rxZincrby​(String arg0,
                                                      String arg1,
                                                      String arg2)
        Redis command zincrby.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • zinter

        public RedisAPI zinter​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zinter.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZinter

        public io.reactivex.Maybe<Response> rxZinter​(List<String> args)
        Redis command zinter.
        Parameters:
        args -
        Returns:
        fluent self
      • zintercard

        public RedisAPI zintercard​(List<String> args,
                                   io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zintercard.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZintercard

        public io.reactivex.Maybe<Response> rxZintercard​(List<String> args)
        Redis command zintercard.
        Parameters:
        args -
        Returns:
        fluent self
      • zinterstore

        public RedisAPI zinterstore​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zinterstore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZinterstore

        public io.reactivex.Maybe<Response> rxZinterstore​(List<String> args)
        Redis command zinterstore.
        Parameters:
        args -
        Returns:
        fluent self
      • zlexcount

        public RedisAPI zlexcount​(String arg0,
                                  String arg1,
                                  String arg2,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zlexcount.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxZlexcount

        public io.reactivex.Maybe<Response> rxZlexcount​(String arg0,
                                                        String arg1,
                                                        String arg2)
        Redis command zlexcount.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • zmpop

        public RedisAPI zmpop​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zmpop.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • zmpop

        public RedisAPI zmpop​(List<String> args)
        Redis command zmpop.
        Parameters:
        args -
        Returns:
        fluent self
      • rxZmpop

        public io.reactivex.Maybe<Response> rxZmpop​(List<String> args)
        Redis command zmpop.
        Parameters:
        args -
        Returns:
        fluent self
      • zmscore

        public RedisAPI zmscore​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zmscore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZmscore

        public io.reactivex.Maybe<Response> rxZmscore​(List<String> args)
        Redis command zmscore.
        Parameters:
        args -
        Returns:
        fluent self
      • zpopmax

        public RedisAPI zpopmax​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zpopmax.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZpopmax

        public io.reactivex.Maybe<Response> rxZpopmax​(List<String> args)
        Redis command zpopmax.
        Parameters:
        args -
        Returns:
        fluent self
      • zpopmin

        public RedisAPI zpopmin​(List<String> args,
                                io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zpopmin.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZpopmin

        public io.reactivex.Maybe<Response> rxZpopmin​(List<String> args)
        Redis command zpopmin.
        Parameters:
        args -
        Returns:
        fluent self
      • zrandmember

        public RedisAPI zrandmember​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zrandmember.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZrandmember

        public io.reactivex.Maybe<Response> rxZrandmember​(List<String> args)
        Redis command zrandmember.
        Parameters:
        args -
        Returns:
        fluent self
      • zrange

        public RedisAPI zrange​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zrange.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZrange

        public io.reactivex.Maybe<Response> rxZrange​(List<String> args)
        Redis command zrange.
        Parameters:
        args -
        Returns:
        fluent self
      • zrangebylex

        public RedisAPI zrangebylex​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zrangebylex.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZrangebylex

        public io.reactivex.Maybe<Response> rxZrangebylex​(List<String> args)
        Redis command zrangebylex.
        Parameters:
        args -
        Returns:
        fluent self
      • zrangebyscore

        public RedisAPI zrangebyscore​(List<String> args,
                                      io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zrangebyscore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZrangebyscore

        public io.reactivex.Maybe<Response> rxZrangebyscore​(List<String> args)
        Redis command zrangebyscore.
        Parameters:
        args -
        Returns:
        fluent self
      • zrangestore

        public RedisAPI zrangestore​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zrangestore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZrangestore

        public io.reactivex.Maybe<Response> rxZrangestore​(List<String> args)
        Redis command zrangestore.
        Parameters:
        args -
        Returns:
        fluent self
      • zrank

        public RedisAPI zrank​(String arg0,
                              String arg1,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zrank.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • zrank

        public RedisAPI zrank​(String arg0,
                              String arg1)
        Redis command zrank.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxZrank

        public io.reactivex.Maybe<Response> rxZrank​(String arg0,
                                                    String arg1)
        Redis command zrank.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • zrem

        public RedisAPI zrem​(List<String> args,
                             io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zrem.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • zrem

        public RedisAPI zrem​(List<String> args)
        Redis command zrem.
        Parameters:
        args -
        Returns:
        fluent self
      • rxZrem

        public io.reactivex.Maybe<Response> rxZrem​(List<String> args)
        Redis command zrem.
        Parameters:
        args -
        Returns:
        fluent self
      • zremrangebylex

        public RedisAPI zremrangebylex​(String arg0,
                                       String arg1,
                                       String arg2,
                                       io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zremrangebylex.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxZremrangebylex

        public io.reactivex.Maybe<Response> rxZremrangebylex​(String arg0,
                                                             String arg1,
                                                             String arg2)
        Redis command zremrangebylex.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • zremrangebyrank

        public RedisAPI zremrangebyrank​(String arg0,
                                        String arg1,
                                        String arg2,
                                        io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zremrangebyrank.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • rxZremrangebyrank

        public io.reactivex.Maybe<Response> rxZremrangebyrank​(String arg0,
                                                              String arg1,
                                                              String arg2)
        Redis command zremrangebyrank.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        Returns:
        fluent self
      • zremrangebyscore

        public RedisAPI zremrangebyscore​(String arg0,
                                         String arg1,
                                         String arg2,
                                         io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zremrangebyscore.
        Parameters:
        arg0 -
        arg1 -
        arg2 -
        handler -
        Returns:
        fluent self
      • zrevrange

        public RedisAPI zrevrange​(List<String> args,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zrevrange.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZrevrange

        public io.reactivex.Maybe<Response> rxZrevrange​(List<String> args)
        Redis command zrevrange.
        Parameters:
        args -
        Returns:
        fluent self
      • zrevrangebylex

        public RedisAPI zrevrangebylex​(List<String> args,
                                       io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zrevrangebylex.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZrevrangebylex

        public io.reactivex.Maybe<Response> rxZrevrangebylex​(List<String> args)
        Redis command zrevrangebylex.
        Parameters:
        args -
        Returns:
        fluent self
      • zrevrangebyscore

        public RedisAPI zrevrangebyscore​(List<String> args,
                                         io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zrevrangebyscore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZrevrangebyscore

        public io.reactivex.Maybe<Response> rxZrevrangebyscore​(List<String> args)
        Redis command zrevrangebyscore.
        Parameters:
        args -
        Returns:
        fluent self
      • zrevrank

        public RedisAPI zrevrank​(String arg0,
                                 String arg1,
                                 io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zrevrank.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • rxZrevrank

        public io.reactivex.Maybe<Response> rxZrevrank​(String arg0,
                                                       String arg1)
        Redis command zrevrank.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • zscan

        public RedisAPI zscan​(List<String> args,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zscan.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • zscan

        public RedisAPI zscan​(List<String> args)
        Redis command zscan.
        Parameters:
        args -
        Returns:
        fluent self
      • rxZscan

        public io.reactivex.Maybe<Response> rxZscan​(List<String> args)
        Redis command zscan.
        Parameters:
        args -
        Returns:
        fluent self
      • zscore

        public RedisAPI zscore​(String arg0,
                               String arg1,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zscore.
        Parameters:
        arg0 -
        arg1 -
        handler -
        Returns:
        fluent self
      • zscore

        public RedisAPI zscore​(String arg0,
                               String arg1)
        Redis command zscore.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • rxZscore

        public io.reactivex.Maybe<Response> rxZscore​(String arg0,
                                                     String arg1)
        Redis command zscore.
        Parameters:
        arg0 -
        arg1 -
        Returns:
        fluent self
      • zunion

        public RedisAPI zunion​(List<String> args,
                               io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zunion.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZunion

        public io.reactivex.Maybe<Response> rxZunion​(List<String> args)
        Redis command zunion.
        Parameters:
        args -
        Returns:
        fluent self
      • zunionstore

        public RedisAPI zunionstore​(List<String> args,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> handler)
        Redis command zunionstore.
        Parameters:
        args -
        handler -
        Returns:
        fluent self
      • rxZunionstore

        public io.reactivex.Maybe<Response> rxZunionstore​(List<String> args)
        Redis command zunionstore.
        Parameters:
        args -
        Returns:
        fluent self
      • newInstance

        public static RedisAPI newInstance​(io.vertx.redis.client.RedisAPI arg)