Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<RedisAPI> |
__TYPE_ARG |
Constructor and Description |
---|
RedisAPI(Object delegate) |
RedisAPI(RedisAPI delegate) |
Modifier and Type | Method and Description |
---|---|
RedisAPI |
acl(List<String> args)
A container for Access List Control commands.
|
RedisAPI |
acl(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for Access List Control commands.
|
static RedisAPI |
api(Redis client) |
static RedisAPI |
api(RedisConnection connection) |
RedisAPI |
append(String arg0,
String arg1)
Append a value to a key.
|
RedisAPI |
append(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Append a value to a key.
|
RedisAPI |
asking()
Sent by cluster clients after an -ASK redirect.
|
RedisAPI |
asking(Handler<AsyncResult<Response>> handler)
Sent by cluster clients after an -ASK redirect.
|
RedisAPI |
auth(List<String> args)
Authenticate to the server.
|
RedisAPI |
auth(List<String> args,
Handler<AsyncResult<Response>> handler)
Authenticate to the server.
|
RedisAPI |
bfAdd(List<String> args)
Redis command BF.ADD.
|
RedisAPI |
bfAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.ADD.
|
RedisAPI |
bfCard(List<String> args)
Redis command BF.CARD.
|
RedisAPI |
bfCard(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.CARD.
|
RedisAPI |
bfDebug(List<String> args)
Redis command BF.DEBUG.
|
RedisAPI |
bfDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.DEBUG.
|
RedisAPI |
bfExists(List<String> args)
Redis command BF.EXISTS.
|
RedisAPI |
bfExists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.EXISTS.
|
RedisAPI |
bfInfo(List<String> args)
Redis command BF.INFO.
|
RedisAPI |
bfInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.INFO.
|
RedisAPI |
bfInsert(List<String> args)
Redis command BF.INSERT.
|
RedisAPI |
bfInsert(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.INSERT.
|
RedisAPI |
bfLoadchunk(List<String> args)
Redis command BF.LOADCHUNK.
|
RedisAPI |
bfLoadchunk(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.LOADCHUNK.
|
RedisAPI |
bfMadd(List<String> args)
Redis command BF.MADD.
|
RedisAPI |
bfMadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.MADD.
|
RedisAPI |
bfMexists(List<String> args)
Redis command BF.MEXISTS.
|
RedisAPI |
bfMexists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.MEXISTS.
|
RedisAPI |
bfReserve(List<String> args)
Redis command BF.RESERVE.
|
RedisAPI |
bfReserve(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.RESERVE.
|
RedisAPI |
bfScandump(List<String> args)
Redis command BF.SCANDUMP.
|
RedisAPI |
bfScandump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.SCANDUMP.
|
RedisAPI |
bgrewriteaof()
Asynchronously rewrite the append-only file.
|
RedisAPI |
bgrewriteaof(Handler<AsyncResult<Response>> handler)
Asynchronously rewrite the append-only file.
|
RedisAPI |
bgsave(List<String> args)
Asynchronously save the dataset to disk.
|
RedisAPI |
bgsave(List<String> args,
Handler<AsyncResult<Response>> handler)
Asynchronously save the dataset to disk.
|
RedisAPI |
bitcount(List<String> args)
Count set bits in a string.
|
RedisAPI |
bitcount(List<String> args,
Handler<AsyncResult<Response>> handler)
Count set bits in a string.
|
RedisAPI |
bitfield(List<String> args)
Perform arbitrary bitfield integer operations on strings.
|
RedisAPI |
bitfield(List<String> args,
Handler<AsyncResult<Response>> handler)
Perform arbitrary bitfield integer operations on strings.
|
RedisAPI |
bitfieldRo(List<String> args)
Perform arbitrary bitfield integer operations on strings.
|
RedisAPI |
bitfieldRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Perform arbitrary bitfield integer operations on strings.
|
RedisAPI |
bitop(List<String> args)
Perform bitwise operations between strings.
|
RedisAPI |
bitop(List<String> args,
Handler<AsyncResult<Response>> handler)
Perform bitwise operations between strings.
|
RedisAPI |
bitpos(List<String> args)
Find first bit set or clear in a string.
|
RedisAPI |
bitpos(List<String> args,
Handler<AsyncResult<Response>> handler)
Find first bit set or clear in a string.
|
RedisAPI |
blmove(String arg0,
String arg1,
String arg2,
String arg3,
String arg4)
Pop an element from a list, push it to another list and return it; or block until one is available.
|
RedisAPI |
blmove(String arg0,
String arg1,
String arg2,
String arg3,
String arg4,
Handler<AsyncResult<Response>> handler)
Pop an element from a list, push it to another list and return it; or block until one is available.
|
RedisAPI |
blmpop(List<String> args)
Pop elements from a list, or block until one is available.
|
RedisAPI |
blmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Pop elements from a list, or block until one is available.
|
RedisAPI |
blpop(List<String> args)
Remove and get the first element in a list, or block until one is available.
|
RedisAPI |
blpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the first element in a list, or block until one is available.
|
RedisAPI |
brpop(List<String> args)
Remove and get the last element in a list, or block until one is available.
|
RedisAPI |
brpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the last element in a list, or block until one is available.
|
RedisAPI |
brpoplpush(String arg0,
String arg1,
String arg2)
Pop an element from a list, push it to another list and return it; or block until one is available.
|
RedisAPI |
brpoplpush(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Pop an element from a list, push it to another list and return it; or block until one is available.
|
RedisAPI |
bzmpop(List<String> args)
Remove and return members with scores in a sorted set or block until one is available.
|
RedisAPI |
bzmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with scores in a sorted set or block until one is available.
|
RedisAPI |
bzpopmax(List<String> args)
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
|
RedisAPI |
bzpopmax(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
|
RedisAPI |
bzpopmin(List<String> args)
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
|
RedisAPI |
bzpopmin(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
|
RedisAPI |
cfAdd(List<String> args)
Redis command CF.ADD.
|
RedisAPI |
cfAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.ADD.
|
RedisAPI |
cfAddnx(List<String> args)
Redis command CF.ADDNX.
|
RedisAPI |
cfAddnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.ADDNX.
|
RedisAPI |
cfCompact(List<String> args)
Redis command CF.COMPACT.
|
RedisAPI |
cfCompact(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.COMPACT.
|
RedisAPI |
cfCount(List<String> args)
Redis command CF.COUNT.
|
RedisAPI |
cfCount(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.COUNT.
|
RedisAPI |
cfDebug(List<String> args)
Redis command CF.DEBUG.
|
RedisAPI |
cfDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.DEBUG.
|
RedisAPI |
cfDel(List<String> args)
Redis command CF.DEL.
|
RedisAPI |
cfDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.DEL.
|
RedisAPI |
cfExists(List<String> args)
Redis command CF.EXISTS.
|
RedisAPI |
cfExists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.EXISTS.
|
RedisAPI |
cfInfo(List<String> args)
Redis command CF.INFO.
|
RedisAPI |
cfInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.INFO.
|
RedisAPI |
cfInsert(List<String> args)
Redis command CF.INSERT.
|
RedisAPI |
cfInsert(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.INSERT.
|
RedisAPI |
cfInsertnx(List<String> args)
Redis command CF.INSERTNX.
|
RedisAPI |
cfInsertnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.INSERTNX.
|
RedisAPI |
cfLoadchunk(List<String> args)
Redis command CF.LOADCHUNK.
|
RedisAPI |
cfLoadchunk(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.LOADCHUNK.
|
RedisAPI |
cfMexists(List<String> args)
Redis command CF.MEXISTS.
|
RedisAPI |
cfMexists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.MEXISTS.
|
RedisAPI |
cfReserve(List<String> args)
Redis command CF.RESERVE.
|
RedisAPI |
cfReserve(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.RESERVE.
|
RedisAPI |
cfScandump(List<String> args)
Redis command CF.SCANDUMP.
|
RedisAPI |
cfScandump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.SCANDUMP.
|
RedisAPI |
client(List<String> args)
A container for client connection commands.
|
RedisAPI |
client(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for client connection commands.
|
void |
close() |
RedisAPI |
cluster(List<String> args)
A container for cluster commands.
|
RedisAPI |
cluster(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for cluster commands.
|
RedisAPI |
cmsIncrby(List<String> args)
Redis command CMS.INCRBY.
|
RedisAPI |
cmsIncrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INCRBY.
|
RedisAPI |
cmsInfo(List<String> args)
Redis command CMS.INFO.
|
RedisAPI |
cmsInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INFO.
|
RedisAPI |
cmsInitbydim(List<String> args)
Redis command CMS.INITBYDIM.
|
RedisAPI |
cmsInitbydim(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INITBYDIM.
|
RedisAPI |
cmsInitbyprob(List<String> args)
Redis command CMS.INITBYPROB.
|
RedisAPI |
cmsInitbyprob(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INITBYPROB.
|
RedisAPI |
cmsMerge(List<String> args)
Redis command CMS.MERGE.
|
RedisAPI |
cmsMerge(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.MERGE.
|
RedisAPI |
cmsQuery(List<String> args)
Redis command CMS.QUERY.
|
RedisAPI |
cmsQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.QUERY.
|
RedisAPI |
command(List<String> args)
Get array of Redis command details.
|
RedisAPI |
command(List<String> args,
Handler<AsyncResult<Response>> handler)
Get array of Redis command details.
|
RedisAPI |
config(List<String> args)
A container for server configuration commands.
|
RedisAPI |
config(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for server configuration commands.
|
RedisAPI |
copy(List<String> args)
Copy a key.
|
RedisAPI |
copy(List<String> args,
Handler<AsyncResult<Response>> handler)
Copy a key.
|
RedisAPI |
dbsize()
Return the number of keys in the selected database.
|
RedisAPI |
dbsize(Handler<AsyncResult<Response>> handler)
Return the number of keys in the selected database.
|
RedisAPI |
debug(List<String> args)
A container for debugging commands.
|
RedisAPI |
debug(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for debugging commands.
|
RedisAPI |
decr(String arg0)
Decrement the integer value of a key by one.
|
RedisAPI |
decr(String arg0,
Handler<AsyncResult<Response>> handler)
Decrement the integer value of a key by one.
|
RedisAPI |
decrby(String arg0,
String arg1)
Decrement the integer value of a key by the given number.
|
RedisAPI |
decrby(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Decrement the integer value of a key by the given number.
|
RedisAPI |
del(List<String> args)
Delete a key.
|
RedisAPI |
del(List<String> args,
Handler<AsyncResult<Response>> handler)
Delete a key.
|
RedisAPI |
discard()
Discard all commands issued after MULTI.
|
RedisAPI |
discard(Handler<AsyncResult<Response>> handler)
Discard all commands issued after MULTI.
|
RedisAPI |
dump(String arg0)
Return a serialized version of the value stored at the specified key.
|
RedisAPI |
dump(String arg0,
Handler<AsyncResult<Response>> handler)
Return a serialized version of the value stored at the specified key.
|
RedisAPI |
echo(String arg0)
Echo the given string.
|
RedisAPI |
echo(String arg0,
Handler<AsyncResult<Response>> handler)
Echo the given string.
|
boolean |
equals(Object o) |
RedisAPI |
eval(List<String> args)
Execute a Lua script server side.
|
RedisAPI |
eval(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a Lua script server side.
|
RedisAPI |
evalRo(List<String> args)
Execute a read-only Lua script server side.
|
RedisAPI |
evalRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a read-only Lua script server side.
|
RedisAPI |
evalsha(List<String> args)
Execute a Lua script server side.
|
RedisAPI |
evalsha(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a Lua script server side.
|
RedisAPI |
evalshaRo(List<String> args)
Execute a read-only Lua script server side.
|
RedisAPI |
evalshaRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a read-only Lua script server side.
|
RedisAPI |
exec()
Execute all commands issued after MULTI.
|
RedisAPI |
exec(Handler<AsyncResult<Response>> handler)
Execute all commands issued after MULTI.
|
RedisAPI |
exists(List<String> args)
Determine if a key exists.
|
RedisAPI |
exists(List<String> args,
Handler<AsyncResult<Response>> handler)
Determine if a key exists.
|
RedisAPI |
expire(List<String> args)
Set a key's time to live in seconds.
|
RedisAPI |
expire(List<String> args,
Handler<AsyncResult<Response>> handler)
Set a key's time to live in seconds.
|
RedisAPI |
expireat(List<String> args)
Set the expiration for a key as a UNIX timestamp.
|
RedisAPI |
expireat(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the expiration for a key as a UNIX timestamp.
|
RedisAPI |
expiretime(String arg0)
Get the expiration Unix timestamp for a key.
|
RedisAPI |
expiretime(String arg0,
Handler<AsyncResult<Response>> handler)
Get the expiration Unix timestamp for a key.
|
RedisAPI |
failover(List<String> args)
Start a coordinated failover between this server and one of its replicas.
|
RedisAPI |
failover(List<String> args,
Handler<AsyncResult<Response>> handler)
Start a coordinated failover between this server and one of its replicas.
|
RedisAPI |
fcall(List<String> args)
Invoke a function.
|
RedisAPI |
fcall(List<String> args,
Handler<AsyncResult<Response>> handler)
Invoke a function.
|
RedisAPI |
fcallRo(List<String> args)
Invoke a read-only function.
|
RedisAPI |
fcallRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Invoke a read-only function.
|
RedisAPI |
flushall(List<String> args)
Remove all keys from all databases.
|
RedisAPI |
flushall(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove all keys from all databases.
|
RedisAPI |
flushdb(List<String> args)
Remove all keys from the current database.
|
RedisAPI |
flushdb(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove all keys from the current database.
|
RedisAPI |
ftAdd(List<String> args)
Redis command FT.ADD.
|
RedisAPI |
ftAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ADD.
|
RedisAPI |
ftAggregate(List<String> args)
Redis command FT.AGGREGATE.
|
RedisAPI |
ftAggregate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.AGGREGATE.
|
RedisAPI |
ftAliasadd(List<String> args)
Redis command FT.ALIASADD.
|
RedisAPI |
ftAliasadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASADD.
|
RedisAPI |
ftAliasaddifnx(List<String> args)
Redis command FT._ALIASADDIFNX.
|
RedisAPI |
ftAliasaddifnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._ALIASADDIFNX.
|
RedisAPI |
ftAliasdel(List<String> args)
Redis command FT.ALIASDEL.
|
RedisAPI |
ftAliasdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASDEL.
|
RedisAPI |
ftAliasdelifx(List<String> args)
Redis command FT._ALIASDELIFX.
|
RedisAPI |
ftAliasdelifx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._ALIASDELIFX.
|
RedisAPI |
ftAliasupdate(List<String> args)
Redis command FT.ALIASUPDATE.
|
RedisAPI |
ftAliasupdate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASUPDATE.
|
RedisAPI |
ftAlter(List<String> args)
Redis command FT.ALTER.
|
RedisAPI |
ftAlter(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALTER.
|
RedisAPI |
ftAlterifnx(List<String> args)
Redis command FT._ALTERIFNX.
|
RedisAPI |
ftAlterifnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._ALTERIFNX.
|
RedisAPI |
ftConfig(List<String> args)
Redis command FT.CONFIG.
|
RedisAPI |
ftConfig(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.CONFIG.
|
RedisAPI |
ftCreate(List<String> args)
Redis command FT.CREATE.
|
RedisAPI |
ftCreate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.CREATE.
|
RedisAPI |
ftCreateifnx(List<String> args)
Redis command FT._CREATEIFNX.
|
RedisAPI |
ftCreateifnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._CREATEIFNX.
|
RedisAPI |
ftCursor(List<String> args)
Redis command FT.CURSOR.
|
RedisAPI |
ftCursor(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.CURSOR.
|
RedisAPI |
ftDebug(List<String> args)
Redis command FT.DEBUG.
|
RedisAPI |
ftDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DEBUG.
|
RedisAPI |
ftDel(List<String> args)
Redis command FT.DEL.
|
RedisAPI |
ftDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DEL.
|
RedisAPI |
ftDictadd(List<String> args)
Redis command FT.DICTADD.
|
RedisAPI |
ftDictadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DICTADD.
|
RedisAPI |
ftDictdel(List<String> args)
Redis command FT.DICTDEL.
|
RedisAPI |
ftDictdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DICTDEL.
|
RedisAPI |
ftDictdump(List<String> args)
Redis command FT.DICTDUMP.
|
RedisAPI |
ftDictdump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DICTDUMP.
|
RedisAPI |
ftDrop(List<String> args)
Redis command FT.DROP.
|
RedisAPI |
ftDrop(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DROP.
|
RedisAPI |
ftDropifx(List<String> args)
Redis command FT._DROPIFX.
|
RedisAPI |
ftDropifx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._DROPIFX.
|
RedisAPI |
ftDropindex(List<String> args)
Redis command FT.DROPINDEX.
|
RedisAPI |
ftDropindex(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DROPINDEX.
|
RedisAPI |
ftDropindexifx(List<String> args)
Redis command FT._DROPINDEXIFX.
|
RedisAPI |
ftDropindexifx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._DROPINDEXIFX.
|
RedisAPI |
ftExplain(List<String> args)
Redis command FT.EXPLAIN.
|
RedisAPI |
ftExplain(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.EXPLAIN.
|
RedisAPI |
ftExplaincli(List<String> args)
Redis command FT.EXPLAINCLI.
|
RedisAPI |
ftExplaincli(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.EXPLAINCLI.
|
RedisAPI |
ftGet(List<String> args)
Redis command FT.GET.
|
RedisAPI |
ftGet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.GET.
|
RedisAPI |
ftInfo(List<String> args)
Redis command FT.INFO.
|
RedisAPI |
ftInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.INFO.
|
RedisAPI |
ftList(List<String> args)
Redis command FT._LIST.
|
RedisAPI |
ftList(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._LIST.
|
RedisAPI |
ftMget(List<String> args)
Redis command FT.MGET.
|
RedisAPI |
ftMget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.MGET.
|
RedisAPI |
ftProfile(List<String> args)
Redis command FT.PROFILE.
|
RedisAPI |
ftProfile(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.PROFILE.
|
RedisAPI |
ftSafeadd(List<String> args)
Redis command FT.SAFEADD.
|
RedisAPI |
ftSafeadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SAFEADD.
|
RedisAPI |
ftSearch(List<String> args)
Redis command FT.SEARCH.
|
RedisAPI |
ftSearch(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SEARCH.
|
RedisAPI |
ftSpellcheck(List<String> args)
Redis command FT.SPELLCHECK.
|
RedisAPI |
ftSpellcheck(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SPELLCHECK.
|
RedisAPI |
ftSugadd(List<String> args)
Redis command FT.SUGADD.
|
RedisAPI |
ftSugadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGADD.
|
RedisAPI |
ftSugdel(List<String> args)
Redis command FT.SUGDEL.
|
RedisAPI |
ftSugdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGDEL.
|
RedisAPI |
ftSugget(List<String> args)
Redis command FT.SUGGET.
|
RedisAPI |
ftSugget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGGET.
|
RedisAPI |
ftSuglen(List<String> args)
Redis command FT.SUGLEN.
|
RedisAPI |
ftSuglen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGLEN.
|
RedisAPI |
ftSynadd(List<String> args)
Redis command FT.SYNADD.
|
RedisAPI |
ftSynadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SYNADD.
|
RedisAPI |
ftSyndump(List<String> args)
Redis command FT.SYNDUMP.
|
RedisAPI |
ftSyndump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SYNDUMP.
|
RedisAPI |
ftSynupdate(List<String> args)
Redis command FT.SYNUPDATE.
|
RedisAPI |
ftSynupdate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SYNUPDATE.
|
RedisAPI |
ftTagvals(List<String> args)
Redis command FT.TAGVALS.
|
RedisAPI |
ftTagvals(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.TAGVALS.
|
RedisAPI |
function(List<String> args)
A container for function commands.
|
RedisAPI |
function(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for function commands.
|
RedisAPI |
geoadd(List<String> args)
Add one or more geospatial items in the geospatial index represented using a sorted set.
|
RedisAPI |
geoadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Add one or more geospatial items in the geospatial index represented using a sorted set.
|
RedisAPI |
geodist(List<String> args)
Returns the distance between two members of a geospatial index.
|
RedisAPI |
geodist(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns the distance between two members of a geospatial index.
|
RedisAPI |
geohash(List<String> args)
Returns members of a geospatial index as standard geohash strings.
|
RedisAPI |
geohash(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns members of a geospatial index as standard geohash strings.
|
RedisAPI |
geopos(List<String> args)
Returns longitude and latitude of members of a geospatial index.
|
RedisAPI |
geopos(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns longitude and latitude of members of a geospatial index.
|
RedisAPI |
georadius(List<String> args)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.
|
RedisAPI |
georadius(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.
|
RedisAPI |
georadiusbymember(List<String> args)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.
|
RedisAPI |
georadiusbymember(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.
|
RedisAPI |
georadiusbymemberRo(List<String> args)
A read-only variant for GEORADIUSBYMEMBER.
|
RedisAPI |
georadiusbymemberRo(List<String> args,
Handler<AsyncResult<Response>> handler)
A read-only variant for GEORADIUSBYMEMBER.
|
RedisAPI |
georadiusRo(List<String> args)
A read-only variant for GEORADIUS.
|
RedisAPI |
georadiusRo(List<String> args,
Handler<AsyncResult<Response>> handler)
A read-only variant for GEORADIUS.
|
RedisAPI |
geosearch(List<String> args)
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
|
RedisAPI |
geosearch(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
|
RedisAPI |
geosearchstore(List<String> args)
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
|
RedisAPI |
geosearchstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
|
RedisAPI |
get(String arg0)
Get the value of a key.
|
RedisAPI |
get(String arg0,
Handler<AsyncResult<Response>> handler)
Get the value of a key.
|
RedisAPI |
getbit(String arg0,
String arg1)
Returns the bit value at offset in the string value stored at key.
|
RedisAPI |
getbit(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Returns the bit value at offset in the string value stored at key.
|
RedisAPI |
getdel(String arg0)
Get the value of a key and delete the key.
|
RedisAPI |
getdel(String arg0,
Handler<AsyncResult<Response>> handler)
Get the value of a key and delete the key.
|
RedisAPI |
getDelegate() |
RedisAPI |
getex(List<String> args)
Get the value of a key and optionally set its expiration.
|
RedisAPI |
getex(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the value of a key and optionally set its expiration.
|
RedisAPI |
getrange(String arg0,
String arg1,
String arg2)
Get a substring of the string stored at a key.
|
RedisAPI |
getrange(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Get a substring of the string stored at a key.
|
RedisAPI |
getset(String arg0,
String arg1)
Set the string value of a key and return its old value.
|
RedisAPI |
getset(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Set the string value of a key and return its old value.
|
RedisAPI |
graphBulk(List<String> args)
Redis command GRAPH.BULK.
|
RedisAPI |
graphBulk(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.BULK.
|
RedisAPI |
graphConfig(List<String> args)
Redis command GRAPH.CONFIG.
|
RedisAPI |
graphConfig(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.CONFIG.
|
RedisAPI |
graphDebug(List<String> args)
Redis command GRAPH.DEBUG.
|
RedisAPI |
graphDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.DEBUG.
|
RedisAPI |
graphDelete(List<String> args)
Redis command GRAPH.DELETE.
|
RedisAPI |
graphDelete(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.DELETE.
|
RedisAPI |
graphExplain(List<String> args)
Redis command GRAPH.EXPLAIN.
|
RedisAPI |
graphExplain(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.EXPLAIN.
|
RedisAPI |
graphList(List<String> args)
Redis command GRAPH.LIST.
|
RedisAPI |
graphList(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.LIST.
|
RedisAPI |
graphProfile(List<String> args)
Redis command GRAPH.PROFILE.
|
RedisAPI |
graphProfile(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.PROFILE.
|
RedisAPI |
graphQuery(List<String> args)
Redis command GRAPH.QUERY.
|
RedisAPI |
graphQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.QUERY.
|
RedisAPI |
graphRoQuery(List<String> args)
Redis command GRAPH.RO_QUERY.
|
RedisAPI |
graphRoQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.RO_QUERY.
|
RedisAPI |
graphSlowlog(List<String> args)
Redis command GRAPH.SLOWLOG.
|
RedisAPI |
graphSlowlog(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.SLOWLOG.
|
int |
hashCode() |
RedisAPI |
hdel(List<String> args)
Delete one or more hash fields.
|
RedisAPI |
hdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Delete one or more hash fields.
|
RedisAPI |
hello(List<String> args)
Handshake with Redis.
|
RedisAPI |
hello(List<String> args,
Handler<AsyncResult<Response>> handler)
Handshake with Redis.
|
RedisAPI |
hexists(String arg0,
String arg1)
Determine if a hash field exists.
|
RedisAPI |
hexists(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine if a hash field exists.
|
RedisAPI |
hget(String arg0,
String arg1)
Get the value of a hash field.
|
RedisAPI |
hget(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get the value of a hash field.
|
RedisAPI |
hgetall(String arg0)
Get all the fields and values in a hash.
|
RedisAPI |
hgetall(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the fields and values in a hash.
|
RedisAPI |
hincrby(String arg0,
String arg1,
String arg2)
Increment the integer value of a hash field by the given number.
|
RedisAPI |
hincrby(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Increment the integer value of a hash field by the given number.
|
RedisAPI |
hincrbyfloat(String arg0,
String arg1,
String arg2)
Increment the float value of a hash field by the given amount.
|
RedisAPI |
hincrbyfloat(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Increment the float value of a hash field by the given amount.
|
RedisAPI |
hkeys(String arg0)
Get all the fields in a hash.
|
RedisAPI |
hkeys(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the fields in a hash.
|
RedisAPI |
hlen(String arg0)
Get the number of fields in a hash.
|
RedisAPI |
hlen(String arg0,
Handler<AsyncResult<Response>> handler)
Get the number of fields in a hash.
|
RedisAPI |
hmget(List<String> args)
Get the values of all the given hash fields.
|
RedisAPI |
hmget(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the values of all the given hash fields.
|
RedisAPI |
hmset(List<String> args)
Set multiple hash fields to multiple values.
|
RedisAPI |
hmset(List<String> args,
Handler<AsyncResult<Response>> handler)
Set multiple hash fields to multiple values.
|
RedisAPI |
hrandfield(List<String> args)
Get one or multiple random fields from a hash.
|
RedisAPI |
hrandfield(List<String> args,
Handler<AsyncResult<Response>> handler)
Get one or multiple random fields from a hash.
|
RedisAPI |
hscan(List<String> args)
Incrementally iterate hash fields and associated values.
|
RedisAPI |
hscan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate hash fields and associated values.
|
RedisAPI |
hset(List<String> args)
Set the string value of a hash field.
|
RedisAPI |
hset(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the string value of a hash field.
|
RedisAPI |
hsetnx(String arg0,
String arg1,
String arg2)
Set the value of a hash field, only if the field does not exist.
|
RedisAPI |
hsetnx(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value of a hash field, only if the field does not exist.
|
RedisAPI |
hstrlen(String arg0,
String arg1)
Get the length of the value of a hash field.
|
RedisAPI |
hstrlen(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get the length of the value of a hash field.
|
RedisAPI |
hvals(String arg0)
Get all the values in a hash.
|
RedisAPI |
hvals(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the values in a hash.
|
RedisAPI |
incr(String arg0)
Increment the integer value of a key by one.
|
RedisAPI |
incr(String arg0,
Handler<AsyncResult<Response>> handler)
Increment the integer value of a key by one.
|
RedisAPI |
incrby(String arg0,
String arg1)
Increment the integer value of a key by the given amount.
|
RedisAPI |
incrby(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Increment the integer value of a key by the given amount.
|
RedisAPI |
incrbyfloat(String arg0,
String arg1)
Increment the float value of a key by the given amount.
|
RedisAPI |
incrbyfloat(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Increment the float value of a key by the given amount.
|
RedisAPI |
info(List<String> args)
Get information and statistics about the server.
|
RedisAPI |
info(List<String> args,
Handler<AsyncResult<Response>> handler)
Get information and statistics about the server.
|
RedisAPI |
jsonArrappend(List<String> args)
Redis command JSON.ARRAPPEND.
|
RedisAPI |
jsonArrappend(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRAPPEND.
|
RedisAPI |
jsonArrindex(List<String> args)
Redis command JSON.ARRINDEX.
|
RedisAPI |
jsonArrindex(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRINDEX.
|
RedisAPI |
jsonArrinsert(List<String> args)
Redis command JSON.ARRINSERT.
|
RedisAPI |
jsonArrinsert(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRINSERT.
|
RedisAPI |
jsonArrlen(List<String> args)
Redis command JSON.ARRLEN.
|
RedisAPI |
jsonArrlen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRLEN.
|
RedisAPI |
jsonArrpop(List<String> args)
Redis command JSON.ARRPOP.
|
RedisAPI |
jsonArrpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRPOP.
|
RedisAPI |
jsonArrtrim(List<String> args)
Redis command JSON.ARRTRIM.
|
RedisAPI |
jsonArrtrim(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRTRIM.
|
RedisAPI |
jsonClear(List<String> args)
Redis command JSON.CLEAR.
|
RedisAPI |
jsonClear(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.CLEAR.
|
RedisAPI |
jsonDebug(List<String> args)
Redis command JSON.DEBUG.
|
RedisAPI |
jsonDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.DEBUG.
|
RedisAPI |
jsonDel(List<String> args)
Redis command JSON.DEL.
|
RedisAPI |
jsonDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.DEL.
|
RedisAPI |
jsonForget(List<String> args)
Redis command JSON.FORGET.
|
RedisAPI |
jsonForget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.FORGET.
|
RedisAPI |
jsonGet(List<String> args)
Redis command JSON.GET.
|
RedisAPI |
jsonGet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.GET.
|
RedisAPI |
jsonMget(List<String> args)
Redis command JSON.MGET.
|
RedisAPI |
jsonMget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.MGET.
|
RedisAPI |
jsonNumincrby(List<String> args)
Redis command JSON.NUMINCRBY.
|
RedisAPI |
jsonNumincrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMINCRBY.
|
RedisAPI |
jsonNummultby(List<String> args)
Redis command JSON.NUMMULTBY.
|
RedisAPI |
jsonNummultby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMMULTBY.
|
RedisAPI |
jsonNumpowby(List<String> args)
Redis command JSON.NUMPOWBY.
|
RedisAPI |
jsonNumpowby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMPOWBY.
|
RedisAPI |
jsonObjkeys(List<String> args)
Redis command JSON.OBJKEYS.
|
RedisAPI |
jsonObjkeys(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.OBJKEYS.
|
RedisAPI |
jsonObjlen(List<String> args)
Redis command JSON.OBJLEN.
|
RedisAPI |
jsonObjlen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.OBJLEN.
|
RedisAPI |
jsonResp(List<String> args)
Redis command JSON.RESP.
|
RedisAPI |
jsonResp(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.RESP.
|
RedisAPI |
jsonSet(List<String> args)
Redis command JSON.SET.
|
RedisAPI |
jsonSet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.SET.
|
RedisAPI |
jsonStrappend(List<String> args)
Redis command JSON.STRAPPEND.
|
RedisAPI |
jsonStrappend(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.STRAPPEND.
|
RedisAPI |
jsonStrlen(List<String> args)
Redis command JSON.STRLEN.
|
RedisAPI |
jsonStrlen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.STRLEN.
|
RedisAPI |
jsonToggle(List<String> args)
Redis command JSON.TOGGLE.
|
RedisAPI |
jsonToggle(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.TOGGLE.
|
RedisAPI |
jsonType(List<String> args)
Redis command JSON.TYPE.
|
RedisAPI |
jsonType(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.TYPE.
|
RedisAPI |
keys(String arg0)
Find all keys matching the given pattern.
|
RedisAPI |
keys(String arg0,
Handler<AsyncResult<Response>> handler)
Find all keys matching the given pattern.
|
RedisAPI |
lastsave()
Get the UNIX time stamp of the last successful save to disk.
|
RedisAPI |
lastsave(Handler<AsyncResult<Response>> handler)
Get the UNIX time stamp of the last successful save to disk.
|
RedisAPI |
latency(List<String> args)
A container for latency diagnostics commands.
|
RedisAPI |
latency(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for latency diagnostics commands.
|
RedisAPI |
lcs(List<String> args)
Find longest common substring.
|
RedisAPI |
lcs(List<String> args,
Handler<AsyncResult<Response>> handler)
Find longest common substring.
|
RedisAPI |
lindex(String arg0,
String arg1)
Get an element from a list by its index.
|
RedisAPI |
lindex(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get an element from a list by its index.
|
RedisAPI |
linsert(String arg0,
String arg1,
String arg2,
String arg3)
Insert an element before or after another element in a list.
|
RedisAPI |
linsert(String arg0,
String arg1,
String arg2,
String arg3,
Handler<AsyncResult<Response>> handler)
Insert an element before or after another element in a list.
|
RedisAPI |
llen(String arg0)
Get the length of a list.
|
RedisAPI |
llen(String arg0,
Handler<AsyncResult<Response>> handler)
Get the length of a list.
|
RedisAPI |
lmove(String arg0,
String arg1,
String arg2,
String arg3)
Pop an element from a list, push it to another list and return it.
|
RedisAPI |
lmove(String arg0,
String arg1,
String arg2,
String arg3,
Handler<AsyncResult<Response>> handler)
Pop an element from a list, push it to another list and return it.
|
RedisAPI |
lmpop(List<String> args)
Pop elements from a list.
|
RedisAPI |
lmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Pop elements from a list.
|
RedisAPI |
lolwut(List<String> args)
Display some computer art and the Redis version.
|
RedisAPI |
lolwut(List<String> args,
Handler<AsyncResult<Response>> handler)
Display some computer art and the Redis version.
|
RedisAPI |
lpop(List<String> args)
Remove and get the first elements in a list.
|
RedisAPI |
lpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the first elements in a list.
|
RedisAPI |
lpos(List<String> args)
Return the index of matching elements on a list.
|
RedisAPI |
lpos(List<String> args,
Handler<AsyncResult<Response>> handler)
Return the index of matching elements on a list.
|
RedisAPI |
lpush(List<String> args)
Prepend one or multiple elements to a list.
|
RedisAPI |
lpush(List<String> args,
Handler<AsyncResult<Response>> handler)
Prepend one or multiple elements to a list.
|
RedisAPI |
lpushx(List<String> args)
Prepend an element to a list, only if the list exists.
|
RedisAPI |
lpushx(List<String> args,
Handler<AsyncResult<Response>> handler)
Prepend an element to a list, only if the list exists.
|
RedisAPI |
lrange(String arg0,
String arg1,
String arg2)
Get a range of elements from a list.
|
RedisAPI |
lrange(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Get a range of elements from a list.
|
RedisAPI |
lrem(String arg0,
String arg1,
String arg2)
Remove elements from a list.
|
RedisAPI |
lrem(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove elements from a list.
|
RedisAPI |
lset(String arg0,
String arg1,
String arg2)
Set the value of an element in a list by its index.
|
RedisAPI |
lset(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value of an element in a list by its index.
|
RedisAPI |
ltrim(String arg0,
String arg1,
String arg2)
Trim a list to the specified range.
|
RedisAPI |
ltrim(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Trim a list to the specified range.
|
RedisAPI |
memory(List<String> args)
A container for memory diagnostics commands.
|
RedisAPI |
memory(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for memory diagnostics commands.
|
RedisAPI |
mget(List<String> args)
Get the values of all the given keys.
|
RedisAPI |
mget(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the values of all the given keys.
|
RedisAPI |
migrate(List<String> args)
Atomically transfer a key from a Redis instance to another one.
|
RedisAPI |
migrate(List<String> args,
Handler<AsyncResult<Response>> handler)
Atomically transfer a key from a Redis instance to another one.
|
RedisAPI |
module(List<String> args)
A container for module commands.
|
RedisAPI |
module(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for module commands.
|
RedisAPI |
monitor()
Listen for all requests received by the server in real time.
|
RedisAPI |
monitor(Handler<AsyncResult<Response>> handler)
Listen for all requests received by the server in real time.
|
RedisAPI |
move(String arg0,
String arg1)
Move a key to another database.
|
RedisAPI |
move(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Move a key to another database.
|
RedisAPI |
mset(List<String> args)
Set multiple keys to multiple values.
|
RedisAPI |
mset(List<String> args,
Handler<AsyncResult<Response>> handler)
Set multiple keys to multiple values.
|
RedisAPI |
msetnx(List<String> args)
Set multiple keys to multiple values, only if none of the keys exist.
|
RedisAPI |
msetnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Set multiple keys to multiple values, only if none of the keys exist.
|
RedisAPI |
multi()
Mark the start of a transaction block.
|
RedisAPI |
multi(Handler<AsyncResult<Response>> handler)
Mark the start of a transaction block.
|
static RedisAPI |
newInstance(RedisAPI arg) |
RedisAPI |
object(List<String> args)
A container for object introspection commands.
|
RedisAPI |
object(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for object introspection commands.
|
RedisAPI |
persist(String arg0)
Remove the expiration from a key.
|
RedisAPI |
persist(String arg0,
Handler<AsyncResult<Response>> handler)
Remove the expiration from a key.
|
RedisAPI |
pexpire(List<String> args)
Set a key's time to live in milliseconds.
|
RedisAPI |
pexpire(List<String> args,
Handler<AsyncResult<Response>> handler)
Set a key's time to live in milliseconds.
|
RedisAPI |
pexpireat(List<String> args)
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
|
RedisAPI |
pexpireat(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
|
RedisAPI |
pexpiretime(String arg0)
Get the expiration Unix timestamp for a key in milliseconds.
|
RedisAPI |
pexpiretime(String arg0,
Handler<AsyncResult<Response>> handler)
Get the expiration Unix timestamp for a key in milliseconds.
|
RedisAPI |
pfadd(List<String> args)
Adds the specified elements to the specified HyperLogLog.
|
RedisAPI |
pfadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Adds the specified elements to the specified HyperLogLog.
|
RedisAPI |
pfcount(List<String> args)
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
|
RedisAPI |
pfcount(List<String> args,
Handler<AsyncResult<Response>> handler)
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
|
RedisAPI |
pfdebug(String arg0,
String arg1)
Internal commands for debugging HyperLogLog values.
|
RedisAPI |
pfdebug(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Internal commands for debugging HyperLogLog values.
|
RedisAPI |
pfmerge(List<String> args)
Merge N different HyperLogLogs into a single one.
|
RedisAPI |
pfmerge(List<String> args,
Handler<AsyncResult<Response>> handler)
Merge N different HyperLogLogs into a single one.
|
RedisAPI |
pfselftest()
An internal command for testing HyperLogLog values.
|
RedisAPI |
pfselftest(Handler<AsyncResult<Response>> handler)
An internal command for testing HyperLogLog values.
|
RedisAPI |
ping(List<String> args)
Ping the server.
|
RedisAPI |
ping(List<String> args,
Handler<AsyncResult<Response>> handler)
Ping the server.
|
RedisAPI |
psetex(String arg0,
String arg1,
String arg2)
Set the value and expiration in milliseconds of a key.
|
RedisAPI |
psetex(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value and expiration in milliseconds of a key.
|
RedisAPI |
psubscribe(List<String> args)
Listen for messages published to channels matching the given patterns.
|
RedisAPI |
psubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Listen for messages published to channels matching the given patterns.
|
RedisAPI |
psync(List<String> args)
Internal command used for replication.
|
RedisAPI |
psync(List<String> args,
Handler<AsyncResult<Response>> handler)
Internal command used for replication.
|
RedisAPI |
pttl(String arg0)
Get the time to live for a key in milliseconds.
|
RedisAPI |
pttl(String arg0,
Handler<AsyncResult<Response>> handler)
Get the time to live for a key in milliseconds.
|
RedisAPI |
publish(String arg0,
String arg1)
Post a message to a channel.
|
RedisAPI |
publish(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Post a message to a channel.
|
RedisAPI |
pubsub(List<String> args)
A container for Pub/Sub commands.
|
RedisAPI |
pubsub(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for Pub/Sub commands.
|
RedisAPI |
punsubscribe(List<String> args)
Stop listening for messages posted to channels matching the given patterns.
|
RedisAPI |
punsubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to channels matching the given patterns.
|
RedisAPI |
quit(List<String> args)
Close the connection.
|
RedisAPI |
quit(List<String> args,
Handler<AsyncResult<Response>> handler)
Close the connection.
|
RedisAPI |
randomkey()
Return a random key from the keyspace.
|
RedisAPI |
randomkey(Handler<AsyncResult<Response>> handler)
Return a random key from the keyspace.
|
RedisAPI |
readonly()
Enables read queries for a connection to a cluster replica node.
|
RedisAPI |
readonly(Handler<AsyncResult<Response>> handler)
Enables read queries for a connection to a cluster replica node.
|
RedisAPI |
readwrite()
Disables read queries for a connection to a cluster replica node.
|
RedisAPI |
readwrite(Handler<AsyncResult<Response>> handler)
Disables read queries for a connection to a cluster replica node.
|
RedisAPI |
rename(String arg0,
String arg1)
Rename a key.
|
RedisAPI |
rename(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Rename a key.
|
RedisAPI |
renamenx(String arg0,
String arg1)
Rename a key, only if the new key does not exist.
|
RedisAPI |
renamenx(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Rename a key, only if the new key does not exist.
|
RedisAPI |
replconf(List<String> args)
An internal command for configuring the replication stream.
|
RedisAPI |
replconf(List<String> args,
Handler<AsyncResult<Response>> handler)
An internal command for configuring the replication stream.
|
RedisAPI |
replicaof(String arg0,
String arg1)
Make the server a replica of another instance, or promote it as master.
|
RedisAPI |
replicaof(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Make the server a replica of another instance, or promote it as master.
|
RedisAPI |
reset()
Reset the connection.
|
RedisAPI |
reset(Handler<AsyncResult<Response>> handler)
Reset the connection.
|
RedisAPI |
restore(List<String> args)
Create a key using the provided serialized value, previously obtained using DUMP.
|
RedisAPI |
restore(List<String> args,
Handler<AsyncResult<Response>> handler)
Create a key using the provided serialized value, previously obtained using DUMP.
|
RedisAPI |
restoreAsking(List<String> args)
An internal command for migrating keys in a cluster.
|
RedisAPI |
restoreAsking(List<String> args,
Handler<AsyncResult<Response>> handler)
An internal command for migrating keys in a cluster.
|
RedisAPI |
role()
Return the role of the instance in the context of replication.
|
RedisAPI |
role(Handler<AsyncResult<Response>> handler)
Return the role of the instance in the context of replication.
|
RedisAPI |
rpop(List<String> args)
Remove and get the last elements in a list.
|
RedisAPI |
rpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the last elements in a list.
|
RedisAPI |
rpoplpush(String arg0,
String arg1)
Remove the last element in a list, prepend it to another list and return it.
|
RedisAPI |
rpoplpush(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Remove the last element in a list, prepend it to another list and return it.
|
RedisAPI |
rpush(List<String> args)
Append one or multiple elements to a list.
|
RedisAPI |
rpush(List<String> args,
Handler<AsyncResult<Response>> handler)
Append one or multiple elements to a list.
|
RedisAPI |
rpushx(List<String> args)
Append an element to a list, only if the list exists.
|
RedisAPI |
rpushx(List<String> args,
Handler<AsyncResult<Response>> handler)
Append an element to a list, only if the list exists.
|
Single<Response> |
rxAcl(List<String> args)
A container for Access List Control commands.
|
Single<Response> |
rxAppend(String arg0,
String arg1)
Append a value to a key.
|
Single<Response> |
rxAsking()
Sent by cluster clients after an -ASK redirect.
|
Single<Response> |
rxAuth(List<String> args)
Authenticate to the server.
|
Single<Response> |
rxBfAdd(List<String> args)
Redis command BF.ADD.
|
Single<Response> |
rxBfCard(List<String> args)
Redis command BF.CARD.
|
Single<Response> |
rxBfDebug(List<String> args)
Redis command BF.DEBUG.
|
Single<Response> |
rxBfExists(List<String> args)
Redis command BF.EXISTS.
|
Single<Response> |
rxBfInfo(List<String> args)
Redis command BF.INFO.
|
Single<Response> |
rxBfInsert(List<String> args)
Redis command BF.INSERT.
|
Single<Response> |
rxBfLoadchunk(List<String> args)
Redis command BF.LOADCHUNK.
|
Single<Response> |
rxBfMadd(List<String> args)
Redis command BF.MADD.
|
Single<Response> |
rxBfMexists(List<String> args)
Redis command BF.MEXISTS.
|
Single<Response> |
rxBfReserve(List<String> args)
Redis command BF.RESERVE.
|
Single<Response> |
rxBfScandump(List<String> args)
Redis command BF.SCANDUMP.
|
Single<Response> |
rxBgrewriteaof()
Asynchronously rewrite the append-only file.
|
Single<Response> |
rxBgsave(List<String> args)
Asynchronously save the dataset to disk.
|
Single<Response> |
rxBitcount(List<String> args)
Count set bits in a string.
|
Single<Response> |
rxBitfield(List<String> args)
Perform arbitrary bitfield integer operations on strings.
|
Single<Response> |
rxBitfieldRo(List<String> args)
Perform arbitrary bitfield integer operations on strings.
|
Single<Response> |
rxBitop(List<String> args)
Perform bitwise operations between strings.
|
Single<Response> |
rxBitpos(List<String> args)
Find first bit set or clear in a string.
|
Single<Response> |
rxBlmove(String arg0,
String arg1,
String arg2,
String arg3,
String arg4)
Pop an element from a list, push it to another list and return it; or block until one is available.
|
Single<Response> |
rxBlmpop(List<String> args)
Pop elements from a list, or block until one is available.
|
Single<Response> |
rxBlpop(List<String> args)
Remove and get the first element in a list, or block until one is available.
|
Single<Response> |
rxBrpop(List<String> args)
Remove and get the last element in a list, or block until one is available.
|
Single<Response> |
rxBrpoplpush(String arg0,
String arg1,
String arg2)
Pop an element from a list, push it to another list and return it; or block until one is available.
|
Single<Response> |
rxBzmpop(List<String> args)
Remove and return members with scores in a sorted set or block until one is available.
|
Single<Response> |
rxBzpopmax(List<String> args)
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
|
Single<Response> |
rxBzpopmin(List<String> args)
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
|
Single<Response> |
rxCfAdd(List<String> args)
Redis command CF.ADD.
|
Single<Response> |
rxCfAddnx(List<String> args)
Redis command CF.ADDNX.
|
Single<Response> |
rxCfCompact(List<String> args)
Redis command CF.COMPACT.
|
Single<Response> |
rxCfCount(List<String> args)
Redis command CF.COUNT.
|
Single<Response> |
rxCfDebug(List<String> args)
Redis command CF.DEBUG.
|
Single<Response> |
rxCfDel(List<String> args)
Redis command CF.DEL.
|
Single<Response> |
rxCfExists(List<String> args)
Redis command CF.EXISTS.
|
Single<Response> |
rxCfInfo(List<String> args)
Redis command CF.INFO.
|
Single<Response> |
rxCfInsert(List<String> args)
Redis command CF.INSERT.
|
Single<Response> |
rxCfInsertnx(List<String> args)
Redis command CF.INSERTNX.
|
Single<Response> |
rxCfLoadchunk(List<String> args)
Redis command CF.LOADCHUNK.
|
Single<Response> |
rxCfMexists(List<String> args)
Redis command CF.MEXISTS.
|
Single<Response> |
rxCfReserve(List<String> args)
Redis command CF.RESERVE.
|
Single<Response> |
rxCfScandump(List<String> args)
Redis command CF.SCANDUMP.
|
Single<Response> |
rxClient(List<String> args)
A container for client connection commands.
|
Single<Response> |
rxCluster(List<String> args)
A container for cluster commands.
|
Single<Response> |
rxCmsIncrby(List<String> args)
Redis command CMS.INCRBY.
|
Single<Response> |
rxCmsInfo(List<String> args)
Redis command CMS.INFO.
|
Single<Response> |
rxCmsInitbydim(List<String> args)
Redis command CMS.INITBYDIM.
|
Single<Response> |
rxCmsInitbyprob(List<String> args)
Redis command CMS.INITBYPROB.
|
Single<Response> |
rxCmsMerge(List<String> args)
Redis command CMS.MERGE.
|
Single<Response> |
rxCmsQuery(List<String> args)
Redis command CMS.QUERY.
|
Single<Response> |
rxCommand(List<String> args)
Get array of Redis command details.
|
Single<Response> |
rxConfig(List<String> args)
A container for server configuration commands.
|
Single<Response> |
rxCopy(List<String> args)
Copy a key.
|
Single<Response> |
rxDbsize()
Return the number of keys in the selected database.
|
Single<Response> |
rxDebug(List<String> args)
A container for debugging commands.
|
Single<Response> |
rxDecr(String arg0)
Decrement the integer value of a key by one.
|
Single<Response> |
rxDecrby(String arg0,
String arg1)
Decrement the integer value of a key by the given number.
|
Single<Response> |
rxDel(List<String> args)
Delete a key.
|
Single<Response> |
rxDiscard()
Discard all commands issued after MULTI.
|
Single<Response> |
rxDump(String arg0)
Return a serialized version of the value stored at the specified key.
|
Single<Response> |
rxEcho(String arg0)
Echo the given string.
|
Single<Response> |
rxEval(List<String> args)
Execute a Lua script server side.
|
Single<Response> |
rxEvalRo(List<String> args)
Execute a read-only Lua script server side.
|
Single<Response> |
rxEvalsha(List<String> args)
Execute a Lua script server side.
|
Single<Response> |
rxEvalshaRo(List<String> args)
Execute a read-only Lua script server side.
|
Single<Response> |
rxExec()
Execute all commands issued after MULTI.
|
Single<Response> |
rxExists(List<String> args)
Determine if a key exists.
|
Single<Response> |
rxExpire(List<String> args)
Set a key's time to live in seconds.
|
Single<Response> |
rxExpireat(List<String> args)
Set the expiration for a key as a UNIX timestamp.
|
Single<Response> |
rxExpiretime(String arg0)
Get the expiration Unix timestamp for a key.
|
Single<Response> |
rxFailover(List<String> args)
Start a coordinated failover between this server and one of its replicas.
|
Single<Response> |
rxFcall(List<String> args)
Invoke a function.
|
Single<Response> |
rxFcallRo(List<String> args)
Invoke a read-only function.
|
Single<Response> |
rxFlushall(List<String> args)
Remove all keys from all databases.
|
Single<Response> |
rxFlushdb(List<String> args)
Remove all keys from the current database.
|
Single<Response> |
rxFtAdd(List<String> args)
Redis command FT.ADD.
|
Single<Response> |
rxFtAggregate(List<String> args)
Redis command FT.AGGREGATE.
|
Single<Response> |
rxFtAliasadd(List<String> args)
Redis command FT.ALIASADD.
|
Single<Response> |
rxFtAliasaddifnx(List<String> args)
Redis command FT._ALIASADDIFNX.
|
Single<Response> |
rxFtAliasdel(List<String> args)
Redis command FT.ALIASDEL.
|
Single<Response> |
rxFtAliasdelifx(List<String> args)
Redis command FT._ALIASDELIFX.
|
Single<Response> |
rxFtAliasupdate(List<String> args)
Redis command FT.ALIASUPDATE.
|
Single<Response> |
rxFtAlter(List<String> args)
Redis command FT.ALTER.
|
Single<Response> |
rxFtAlterifnx(List<String> args)
Redis command FT._ALTERIFNX.
|
Single<Response> |
rxFtConfig(List<String> args)
Redis command FT.CONFIG.
|
Single<Response> |
rxFtCreate(List<String> args)
Redis command FT.CREATE.
|
Single<Response> |
rxFtCreateifnx(List<String> args)
Redis command FT._CREATEIFNX.
|
Single<Response> |
rxFtCursor(List<String> args)
Redis command FT.CURSOR.
|
Single<Response> |
rxFtDebug(List<String> args)
Redis command FT.DEBUG.
|
Single<Response> |
rxFtDel(List<String> args)
Redis command FT.DEL.
|
Single<Response> |
rxFtDictadd(List<String> args)
Redis command FT.DICTADD.
|
Single<Response> |
rxFtDictdel(List<String> args)
Redis command FT.DICTDEL.
|
Single<Response> |
rxFtDictdump(List<String> args)
Redis command FT.DICTDUMP.
|
Single<Response> |
rxFtDrop(List<String> args)
Redis command FT.DROP.
|
Single<Response> |
rxFtDropifx(List<String> args)
Redis command FT._DROPIFX.
|
Single<Response> |
rxFtDropindex(List<String> args)
Redis command FT.DROPINDEX.
|
Single<Response> |
rxFtDropindexifx(List<String> args)
Redis command FT._DROPINDEXIFX.
|
Single<Response> |
rxFtExplain(List<String> args)
Redis command FT.EXPLAIN.
|
Single<Response> |
rxFtExplaincli(List<String> args)
Redis command FT.EXPLAINCLI.
|
Single<Response> |
rxFtGet(List<String> args)
Redis command FT.GET.
|
Single<Response> |
rxFtInfo(List<String> args)
Redis command FT.INFO.
|
Single<Response> |
rxFtList(List<String> args)
Redis command FT._LIST.
|
Single<Response> |
rxFtMget(List<String> args)
Redis command FT.MGET.
|
Single<Response> |
rxFtProfile(List<String> args)
Redis command FT.PROFILE.
|
Single<Response> |
rxFtSafeadd(List<String> args)
Redis command FT.SAFEADD.
|
Single<Response> |
rxFtSearch(List<String> args)
Redis command FT.SEARCH.
|
Single<Response> |
rxFtSpellcheck(List<String> args)
Redis command FT.SPELLCHECK.
|
Single<Response> |
rxFtSugadd(List<String> args)
Redis command FT.SUGADD.
|
Single<Response> |
rxFtSugdel(List<String> args)
Redis command FT.SUGDEL.
|
Single<Response> |
rxFtSugget(List<String> args)
Redis command FT.SUGGET.
|
Single<Response> |
rxFtSuglen(List<String> args)
Redis command FT.SUGLEN.
|
Single<Response> |
rxFtSynadd(List<String> args)
Redis command FT.SYNADD.
|
Single<Response> |
rxFtSyndump(List<String> args)
Redis command FT.SYNDUMP.
|
Single<Response> |
rxFtSynupdate(List<String> args)
Redis command FT.SYNUPDATE.
|
Single<Response> |
rxFtTagvals(List<String> args)
Redis command FT.TAGVALS.
|
Single<Response> |
rxFunction(List<String> args)
A container for function commands.
|
Single<Response> |
rxGeoadd(List<String> args)
Add one or more geospatial items in the geospatial index represented using a sorted set.
|
Single<Response> |
rxGeodist(List<String> args)
Returns the distance between two members of a geospatial index.
|
Single<Response> |
rxGeohash(List<String> args)
Returns members of a geospatial index as standard geohash strings.
|
Single<Response> |
rxGeopos(List<String> args)
Returns longitude and latitude of members of a geospatial index.
|
Single<Response> |
rxGeoradius(List<String> args)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.
|
Single<Response> |
rxGeoradiusbymember(List<String> args)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.
|
Single<Response> |
rxGeoradiusbymemberRo(List<String> args)
A read-only variant for GEORADIUSBYMEMBER.
|
Single<Response> |
rxGeoradiusRo(List<String> args)
A read-only variant for GEORADIUS.
|
Single<Response> |
rxGeosearch(List<String> args)
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
|
Single<Response> |
rxGeosearchstore(List<String> args)
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
|
Single<Response> |
rxGet(String arg0)
Get the value of a key.
|
Single<Response> |
rxGetbit(String arg0,
String arg1)
Returns the bit value at offset in the string value stored at key.
|
Single<Response> |
rxGetdel(String arg0)
Get the value of a key and delete the key.
|
Single<Response> |
rxGetex(List<String> args)
Get the value of a key and optionally set its expiration.
|
Single<Response> |
rxGetrange(String arg0,
String arg1,
String arg2)
Get a substring of the string stored at a key.
|
Single<Response> |
rxGetset(String arg0,
String arg1)
Set the string value of a key and return its old value.
|
Single<Response> |
rxGraphBulk(List<String> args)
Redis command GRAPH.BULK.
|
Single<Response> |
rxGraphConfig(List<String> args)
Redis command GRAPH.CONFIG.
|
Single<Response> |
rxGraphDebug(List<String> args)
Redis command GRAPH.DEBUG.
|
Single<Response> |
rxGraphDelete(List<String> args)
Redis command GRAPH.DELETE.
|
Single<Response> |
rxGraphExplain(List<String> args)
Redis command GRAPH.EXPLAIN.
|
Single<Response> |
rxGraphList(List<String> args)
Redis command GRAPH.LIST.
|
Single<Response> |
rxGraphProfile(List<String> args)
Redis command GRAPH.PROFILE.
|
Single<Response> |
rxGraphQuery(List<String> args)
Redis command GRAPH.QUERY.
|
Single<Response> |
rxGraphRoQuery(List<String> args)
Redis command GRAPH.RO_QUERY.
|
Single<Response> |
rxGraphSlowlog(List<String> args)
Redis command GRAPH.SLOWLOG.
|
Single<Response> |
rxHdel(List<String> args)
Delete one or more hash fields.
|
Single<Response> |
rxHello(List<String> args)
Handshake with Redis.
|
Single<Response> |
rxHexists(String arg0,
String arg1)
Determine if a hash field exists.
|
Single<Response> |
rxHget(String arg0,
String arg1)
Get the value of a hash field.
|
Single<Response> |
rxHgetall(String arg0)
Get all the fields and values in a hash.
|
Single<Response> |
rxHincrby(String arg0,
String arg1,
String arg2)
Increment the integer value of a hash field by the given number.
|
Single<Response> |
rxHincrbyfloat(String arg0,
String arg1,
String arg2)
Increment the float value of a hash field by the given amount.
|
Single<Response> |
rxHkeys(String arg0)
Get all the fields in a hash.
|
Single<Response> |
rxHlen(String arg0)
Get the number of fields in a hash.
|
Single<Response> |
rxHmget(List<String> args)
Get the values of all the given hash fields.
|
Single<Response> |
rxHmset(List<String> args)
Set multiple hash fields to multiple values.
|
Single<Response> |
rxHrandfield(List<String> args)
Get one or multiple random fields from a hash.
|
Single<Response> |
rxHscan(List<String> args)
Incrementally iterate hash fields and associated values.
|
Single<Response> |
rxHset(List<String> args)
Set the string value of a hash field.
|
Single<Response> |
rxHsetnx(String arg0,
String arg1,
String arg2)
Set the value of a hash field, only if the field does not exist.
|
Single<Response> |
rxHstrlen(String arg0,
String arg1)
Get the length of the value of a hash field.
|
Single<Response> |
rxHvals(String arg0)
Get all the values in a hash.
|
Single<Response> |
rxIncr(String arg0)
Increment the integer value of a key by one.
|
Single<Response> |
rxIncrby(String arg0,
String arg1)
Increment the integer value of a key by the given amount.
|
Single<Response> |
rxIncrbyfloat(String arg0,
String arg1)
Increment the float value of a key by the given amount.
|
Single<Response> |
rxInfo(List<String> args)
Get information and statistics about the server.
|
Single<Response> |
rxJsonArrappend(List<String> args)
Redis command JSON.ARRAPPEND.
|
Single<Response> |
rxJsonArrindex(List<String> args)
Redis command JSON.ARRINDEX.
|
Single<Response> |
rxJsonArrinsert(List<String> args)
Redis command JSON.ARRINSERT.
|
Single<Response> |
rxJsonArrlen(List<String> args)
Redis command JSON.ARRLEN.
|
Single<Response> |
rxJsonArrpop(List<String> args)
Redis command JSON.ARRPOP.
|
Single<Response> |
rxJsonArrtrim(List<String> args)
Redis command JSON.ARRTRIM.
|
Single<Response> |
rxJsonClear(List<String> args)
Redis command JSON.CLEAR.
|
Single<Response> |
rxJsonDebug(List<String> args)
Redis command JSON.DEBUG.
|
Single<Response> |
rxJsonDel(List<String> args)
Redis command JSON.DEL.
|
Single<Response> |
rxJsonForget(List<String> args)
Redis command JSON.FORGET.
|
Single<Response> |
rxJsonGet(List<String> args)
Redis command JSON.GET.
|
Single<Response> |
rxJsonMget(List<String> args)
Redis command JSON.MGET.
|
Single<Response> |
rxJsonNumincrby(List<String> args)
Redis command JSON.NUMINCRBY.
|
Single<Response> |
rxJsonNummultby(List<String> args)
Redis command JSON.NUMMULTBY.
|
Single<Response> |
rxJsonNumpowby(List<String> args)
Redis command JSON.NUMPOWBY.
|
Single<Response> |
rxJsonObjkeys(List<String> args)
Redis command JSON.OBJKEYS.
|
Single<Response> |
rxJsonObjlen(List<String> args)
Redis command JSON.OBJLEN.
|
Single<Response> |
rxJsonResp(List<String> args)
Redis command JSON.RESP.
|
Single<Response> |
rxJsonSet(List<String> args)
Redis command JSON.SET.
|
Single<Response> |
rxJsonStrappend(List<String> args)
Redis command JSON.STRAPPEND.
|
Single<Response> |
rxJsonStrlen(List<String> args)
Redis command JSON.STRLEN.
|
Single<Response> |
rxJsonToggle(List<String> args)
Redis command JSON.TOGGLE.
|
Single<Response> |
rxJsonType(List<String> args)
Redis command JSON.TYPE.
|
Single<Response> |
rxKeys(String arg0)
Find all keys matching the given pattern.
|
Single<Response> |
rxLastsave()
Get the UNIX time stamp of the last successful save to disk.
|
Single<Response> |
rxLatency(List<String> args)
A container for latency diagnostics commands.
|
Single<Response> |
rxLcs(List<String> args)
Find longest common substring.
|
Single<Response> |
rxLindex(String arg0,
String arg1)
Get an element from a list by its index.
|
Single<Response> |
rxLinsert(String arg0,
String arg1,
String arg2,
String arg3)
Insert an element before or after another element in a list.
|
Single<Response> |
rxLlen(String arg0)
Get the length of a list.
|
Single<Response> |
rxLmove(String arg0,
String arg1,
String arg2,
String arg3)
Pop an element from a list, push it to another list and return it.
|
Single<Response> |
rxLmpop(List<String> args)
Pop elements from a list.
|
Single<Response> |
rxLolwut(List<String> args)
Display some computer art and the Redis version.
|
Single<Response> |
rxLpop(List<String> args)
Remove and get the first elements in a list.
|
Single<Response> |
rxLpos(List<String> args)
Return the index of matching elements on a list.
|
Single<Response> |
rxLpush(List<String> args)
Prepend one or multiple elements to a list.
|
Single<Response> |
rxLpushx(List<String> args)
Prepend an element to a list, only if the list exists.
|
Single<Response> |
rxLrange(String arg0,
String arg1,
String arg2)
Get a range of elements from a list.
|
Single<Response> |
rxLrem(String arg0,
String arg1,
String arg2)
Remove elements from a list.
|
Single<Response> |
rxLset(String arg0,
String arg1,
String arg2)
Set the value of an element in a list by its index.
|
Single<Response> |
rxLtrim(String arg0,
String arg1,
String arg2)
Trim a list to the specified range.
|
Single<Response> |
rxMemory(List<String> args)
A container for memory diagnostics commands.
|
Single<Response> |
rxMget(List<String> args)
Get the values of all the given keys.
|
Single<Response> |
rxMigrate(List<String> args)
Atomically transfer a key from a Redis instance to another one.
|
Single<Response> |
rxModule(List<String> args)
A container for module commands.
|
Single<Response> |
rxMonitor()
Listen for all requests received by the server in real time.
|
Single<Response> |
rxMove(String arg0,
String arg1)
Move a key to another database.
|
Single<Response> |
rxMset(List<String> args)
Set multiple keys to multiple values.
|
Single<Response> |
rxMsetnx(List<String> args)
Set multiple keys to multiple values, only if none of the keys exist.
|
Single<Response> |
rxMulti()
Mark the start of a transaction block.
|
Single<Response> |
rxObject(List<String> args)
A container for object introspection commands.
|
Single<Response> |
rxPersist(String arg0)
Remove the expiration from a key.
|
Single<Response> |
rxPexpire(List<String> args)
Set a key's time to live in milliseconds.
|
Single<Response> |
rxPexpireat(List<String> args)
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
|
Single<Response> |
rxPexpiretime(String arg0)
Get the expiration Unix timestamp for a key in milliseconds.
|
Single<Response> |
rxPfadd(List<String> args)
Adds the specified elements to the specified HyperLogLog.
|
Single<Response> |
rxPfcount(List<String> args)
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
|
Single<Response> |
rxPfdebug(String arg0,
String arg1)
Internal commands for debugging HyperLogLog values.
|
Single<Response> |
rxPfmerge(List<String> args)
Merge N different HyperLogLogs into a single one.
|
Single<Response> |
rxPfselftest()
An internal command for testing HyperLogLog values.
|
Single<Response> |
rxPing(List<String> args)
Ping the server.
|
Single<Response> |
rxPsetex(String arg0,
String arg1,
String arg2)
Set the value and expiration in milliseconds of a key.
|
Single<Response> |
rxPsubscribe(List<String> args)
Listen for messages published to channels matching the given patterns.
|
Single<Response> |
rxPsync(List<String> args)
Internal command used for replication.
|
Single<Response> |
rxPttl(String arg0)
Get the time to live for a key in milliseconds.
|
Single<Response> |
rxPublish(String arg0,
String arg1)
Post a message to a channel.
|
Single<Response> |
rxPubsub(List<String> args)
A container for Pub/Sub commands.
|
Single<Response> |
rxPunsubscribe(List<String> args)
Stop listening for messages posted to channels matching the given patterns.
|
Single<Response> |
rxQuit(List<String> args)
Close the connection.
|
Single<Response> |
rxRandomkey()
Return a random key from the keyspace.
|
Single<Response> |
rxReadonly()
Enables read queries for a connection to a cluster replica node.
|
Single<Response> |
rxReadwrite()
Disables read queries for a connection to a cluster replica node.
|
Single<Response> |
rxRename(String arg0,
String arg1)
Rename a key.
|
Single<Response> |
rxRenamenx(String arg0,
String arg1)
Rename a key, only if the new key does not exist.
|
Single<Response> |
rxReplconf(List<String> args)
An internal command for configuring the replication stream.
|
Single<Response> |
rxReplicaof(String arg0,
String arg1)
Make the server a replica of another instance, or promote it as master.
|
Single<Response> |
rxReset()
Reset the connection.
|
Single<Response> |
rxRestore(List<String> args)
Create a key using the provided serialized value, previously obtained using DUMP.
|
Single<Response> |
rxRestoreAsking(List<String> args)
An internal command for migrating keys in a cluster.
|
Single<Response> |
rxRole()
Return the role of the instance in the context of replication.
|
Single<Response> |
rxRpop(List<String> args)
Remove and get the last elements in a list.
|
Single<Response> |
rxRpoplpush(String arg0,
String arg1)
Remove the last element in a list, prepend it to another list and return it.
|
Single<Response> |
rxRpush(List<String> args)
Append one or multiple elements to a list.
|
Single<Response> |
rxRpushx(List<String> args)
Append an element to a list, only if the list exists.
|
Single<Response> |
rxSadd(List<String> args)
Add one or more members to a set.
|
Single<Response> |
rxSave()
Synchronously save the dataset to disk.
|
Single<Response> |
rxScan(List<String> args)
Incrementally iterate the keys space.
|
Single<Response> |
rxScard(String arg0)
Get the number of members in a set.
|
Single<Response> |
rxScript(List<String> args)
A container for Lua scripts management commands.
|
Single<Response> |
rxSdiff(List<String> args)
Subtract multiple sets.
|
Single<Response> |
rxSdiffstore(List<String> args)
Subtract multiple sets and store the resulting set in a key.
|
Single<Response> |
rxSelect(String arg0)
Change the selected database for the current connection.
|
Single<Response> |
rxSet(List<String> args)
Set the string value of a key.
|
Single<Response> |
rxSetbit(String arg0,
String arg1,
String arg2)
Sets or clears the bit at offset in the string value stored at key.
|
Single<Response> |
rxSetex(String arg0,
String arg1,
String arg2)
Set the value and expiration of a key.
|
Single<Response> |
rxSetnx(String arg0,
String arg1)
Set the value of a key, only if the key does not exist.
|
Single<Response> |
rxSetrange(String arg0,
String arg1,
String arg2)
Overwrite part of a string at key starting at the specified offset.
|
Single<Response> |
rxShutdown(List<String> args)
Synchronously save the dataset to disk and then shut down the server.
|
Single<Response> |
rxSinter(List<String> args)
Intersect multiple sets.
|
Single<Response> |
rxSintercard(List<String> args)
Intersect multiple sets and return the cardinality of the result.
|
Single<Response> |
rxSinterstore(List<String> args)
Intersect multiple sets and store the resulting set in a key.
|
Single<Response> |
rxSismember(String arg0,
String arg1)
Determine if a given value is a member of a set.
|
Single<Response> |
rxSlaveof(String arg0,
String arg1)
Make the server a replica of another instance, or promote it as master.
|
Single<Response> |
rxSlowlog(List<String> args)
A container for slow log commands.
|
Single<Response> |
rxSmembers(String arg0)
Get all the members in a set.
|
Single<Response> |
rxSmismember(List<String> args)
Returns the membership associated with the given elements for a set.
|
Single<Response> |
rxSmove(String arg0,
String arg1,
String arg2)
Move a member from one set to another.
|
Single<Response> |
rxSort(List<String> args)
Sort the elements in a list, set or sorted set.
|
Single<Response> |
rxSortRo(List<String> args)
Sort the elements in a list, set or sorted set.
|
Single<Response> |
rxSpop(List<String> args)
Remove and return one or multiple random members from a set.
|
Single<Response> |
rxSpublish(String arg0,
String arg1)
Post a message to a shard channel.
|
Single<Response> |
rxSrandmember(List<String> args)
Get one or multiple random members from a set.
|
Single<Response> |
rxSrem(List<String> args)
Remove one or more members from a set.
|
Single<Response> |
rxSscan(List<String> args)
Incrementally iterate Set elements.
|
Single<Response> |
rxSsubscribe(List<String> args)
Listen for messages published to the given shard channels.
|
Single<Response> |
rxStrlen(String arg0)
Get the length of the value stored in a key.
|
Single<Response> |
rxSubscribe(List<String> args)
Listen for messages published to the given channels.
|
Single<Response> |
rxSubstr(String arg0,
String arg1,
String arg2)
Get a substring of the string stored at a key.
|
Single<Response> |
rxSunion(List<String> args)
Add multiple sets.
|
Single<Response> |
rxSunionstore(List<String> args)
Add multiple sets and store the resulting set in a key.
|
Single<Response> |
rxSunsubscribe(List<String> args)
Stop listening for messages posted to the given shard channels.
|
Single<Response> |
rxSwapdb(String arg0,
String arg1)
Swaps two Redis databases.
|
Single<Response> |
rxSync()
Internal command used for replication.
|
Single<Response> |
rxTdigestAdd(List<String> args)
Redis command TDIGEST.ADD.
|
Single<Response> |
rxTdigestByrank(List<String> args)
Redis command TDIGEST.BYRANK.
|
Single<Response> |
rxTdigestByrevrank(List<String> args)
Redis command TDIGEST.BYREVRANK.
|
Single<Response> |
rxTdigestCdf(List<String> args)
Redis command TDIGEST.CDF.
|
Single<Response> |
rxTdigestCreate(List<String> args)
Redis command TDIGEST.CREATE.
|
Single<Response> |
rxTdigestInfo(List<String> args)
Redis command TDIGEST.INFO.
|
Single<Response> |
rxTdigestMax(List<String> args)
Redis command TDIGEST.MAX.
|
Single<Response> |
rxTdigestMerge(List<String> args)
Redis command TDIGEST.MERGE.
|
Single<Response> |
rxTdigestMin(List<String> args)
Redis command TDIGEST.MIN.
|
Single<Response> |
rxTdigestQuantile(List<String> args)
Redis command TDIGEST.QUANTILE.
|
Single<Response> |
rxTdigestRank(List<String> args)
Redis command TDIGEST.RANK.
|
Single<Response> |
rxTdigestReset(List<String> args)
Redis command TDIGEST.RESET.
|
Single<Response> |
rxTdigestRevrank(List<String> args)
Redis command TDIGEST.REVRANK.
|
Single<Response> |
rxTdigestTrimmedMean(List<String> args)
Redis command TDIGEST.TRIMMED_MEAN.
|
Single<Response> |
rxTime()
Return the current server time.
|
Single<Response> |
rxTimeseriesClusterset(List<String> args)
Redis command TIMESERIES.CLUSTERSET.
|
Single<Response> |
rxTimeseriesClustersetfromshard(List<String> args)
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
|
Single<Response> |
rxTimeseriesHello(List<String> args)
Redis command TIMESERIES.HELLO.
|
Single<Response> |
rxTimeseriesInfocluster(List<String> args)
Redis command TIMESERIES.INFOCLUSTER.
|
Single<Response> |
rxTimeseriesInnercommunication(List<String> args)
Redis command TIMESERIES.INNERCOMMUNICATION.
|
Single<Response> |
rxTimeseriesNetworktest(List<String> args)
Redis command TIMESERIES.NETWORKTEST.
|
Single<Response> |
rxTimeseriesRefreshcluster(List<String> args)
Redis command TIMESERIES.REFRESHCLUSTER.
|
Single<Response> |
rxTopkAdd(List<String> args)
Redis command TOPK.ADD.
|
Single<Response> |
rxTopkCount(List<String> args)
Redis command TOPK.COUNT.
|
Single<Response> |
rxTopkIncrby(List<String> args)
Redis command TOPK.INCRBY.
|
Single<Response> |
rxTopkInfo(List<String> args)
Redis command TOPK.INFO.
|
Single<Response> |
rxTopkList(List<String> args)
Redis command TOPK.LIST.
|
Single<Response> |
rxTopkQuery(List<String> args)
Redis command TOPK.QUERY.
|
Single<Response> |
rxTopkReserve(List<String> args)
Redis command TOPK.RESERVE.
|
Single<Response> |
rxTouch(List<String> args)
Alters the last access time of a key(s).
|
Single<Response> |
rxTsAdd(List<String> args)
Redis command TS.ADD.
|
Single<Response> |
rxTsAlter(List<String> args)
Redis command TS.ALTER.
|
Single<Response> |
rxTsCreate(List<String> args)
Redis command TS.CREATE.
|
Single<Response> |
rxTsCreaterule(List<String> args)
Redis command TS.CREATERULE.
|
Single<Response> |
rxTsDecrby(List<String> args)
Redis command TS.DECRBY.
|
Single<Response> |
rxTsDel(List<String> args)
Redis command TS.DEL.
|
Single<Response> |
rxTsDeleterule(List<String> args)
Redis command TS.DELETERULE.
|
Single<Response> |
rxTsGet(List<String> args)
Redis command TS.GET.
|
Single<Response> |
rxTsIncrby(List<String> args)
Redis command TS.INCRBY.
|
Single<Response> |
rxTsInfo(List<String> args)
Redis command TS.INFO.
|
Single<Response> |
rxTsMadd(List<String> args)
Redis command TS.MADD.
|
Single<Response> |
rxTsMget(List<String> args)
Redis command TS.MGET.
|
Single<Response> |
rxTsMrange(List<String> args)
Redis command TS.MRANGE.
|
Single<Response> |
rxTsMrevrange(List<String> args)
Redis command TS.MREVRANGE.
|
Single<Response> |
rxTsQueryindex(List<String> args)
Redis command TS.QUERYINDEX.
|
Single<Response> |
rxTsRange(List<String> args)
Redis command TS.RANGE.
|
Single<Response> |
rxTsRevrange(List<String> args)
Redis command TS.REVRANGE.
|
Single<Response> |
rxTtl(String arg0)
Get the time to live for a key in seconds.
|
Single<Response> |
rxType(String arg0)
Determine the type stored at key.
|
Single<Response> |
rxUnlink(List<String> args)
Delete a key asynchronously in another thread.
|
Single<Response> |
rxUnsubscribe(List<String> args)
Stop listening for messages posted to the given channels.
|
Single<Response> |
rxUnwatch()
Forget about all watched keys.
|
Single<Response> |
rxWait(String arg0,
String arg1)
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
|
Single<Response> |
rxWatch(List<String> args)
Watch the given keys to determine execution of the MULTI/EXEC block.
|
Single<Response> |
rxXack(List<String> args)
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
|
Single<Response> |
rxXadd(List<String> args)
Appends a new entry to a stream.
|
Single<Response> |
rxXautoclaim(List<String> args)
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
|
Single<Response> |
rxXclaim(List<String> args)
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
|
Single<Response> |
rxXdel(List<String> args)
Removes the specified entries from the stream.
|
Single<Response> |
rxXgroup(List<String> args)
A container for consumer groups commands.
|
Single<Response> |
rxXinfo(List<String> args)
A container for stream introspection commands.
|
Single<Response> |
rxXlen(String arg0)
Return the number of entries in a stream.
|
Single<Response> |
rxXpending(List<String> args)
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
|
Single<Response> |
rxXrange(List<String> args)
Return a range of elements in a stream, with IDs matching the specified IDs interval.
|
Single<Response> |
rxXread(List<String> args)
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
|
Single<Response> |
rxXreadgroup(List<String> args)
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
|
Single<Response> |
rxXrevrange(List<String> args)
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
|
Single<Response> |
rxXsetid(List<String> args)
An internal command for replicating stream values.
|
Single<Response> |
rxXtrim(List<String> args)
Trims the stream to (approximately if '~' is passed) a certain size.
|
Single<Response> |
rxZadd(List<String> args)
Add one or more members to a sorted set, or update its score if it already exists.
|
Single<Response> |
rxZcard(String arg0)
Get the number of members in a sorted set.
|
Single<Response> |
rxZcount(String arg0,
String arg1,
String arg2)
Count the members in a sorted set with scores within the given values.
|
Single<Response> |
rxZdiff(List<String> args)
Subtract multiple sorted sets.
|
Single<Response> |
rxZdiffstore(List<String> args)
Subtract multiple sorted sets and store the resulting sorted set in a new key.
|
Single<Response> |
rxZincrby(String arg0,
String arg1,
String arg2)
Increment the score of a member in a sorted set.
|
Single<Response> |
rxZinter(List<String> args)
Intersect multiple sorted sets.
|
Single<Response> |
rxZintercard(List<String> args)
Intersect multiple sorted sets and return the cardinality of the result.
|
Single<Response> |
rxZinterstore(List<String> args)
Intersect multiple sorted sets and store the resulting sorted set in a new key.
|
Single<Response> |
rxZlexcount(String arg0,
String arg1,
String arg2)
Count the number of members in a sorted set between a given lexicographical range.
|
Single<Response> |
rxZmpop(List<String> args)
Remove and return members with scores in a sorted set.
|
Single<Response> |
rxZmscore(List<String> args)
Get the score associated with the given members in a sorted set.
|
Single<Response> |
rxZpopmax(List<String> args)
Remove and return members with the highest scores in a sorted set.
|
Single<Response> |
rxZpopmin(List<String> args)
Remove and return members with the lowest scores in a sorted set.
|
Single<Response> |
rxZrandmember(List<String> args)
Get one or multiple random elements from a sorted set.
|
Single<Response> |
rxZrange(List<String> args)
Return a range of members in a sorted set.
|
Single<Response> |
rxZrangebylex(List<String> args)
Return a range of members in a sorted set, by lexicographical range.
|
Single<Response> |
rxZrangebyscore(List<String> args)
Return a range of members in a sorted set, by score.
|
Single<Response> |
rxZrangestore(List<String> args)
Store a range of members from sorted set into another key.
|
Single<Response> |
rxZrank(String arg0,
String arg1)
Determine the index of a member in a sorted set.
|
Single<Response> |
rxZrem(List<String> args)
Remove one or more members from a sorted set.
|
Single<Response> |
rxZremrangebylex(String arg0,
String arg1,
String arg2)
Remove all members in a sorted set between the given lexicographical range.
|
Single<Response> |
rxZremrangebyrank(String arg0,
String arg1,
String arg2)
Remove all members in a sorted set within the given indexes.
|
Single<Response> |
rxZremrangebyscore(String arg0,
String arg1,
String arg2)
Remove all members in a sorted set within the given scores.
|
Single<Response> |
rxZrevrange(List<String> args)
Return a range of members in a sorted set, by index, with scores ordered from high to low.
|
Single<Response> |
rxZrevrangebylex(List<String> args)
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
|
Single<Response> |
rxZrevrangebyscore(List<String> args)
Return a range of members in a sorted set, by score, with scores ordered from high to low.
|
Single<Response> |
rxZrevrank(String arg0,
String arg1)
Determine the index of a member in a sorted set, with scores ordered from high to low.
|
Single<Response> |
rxZscan(List<String> args)
Incrementally iterate sorted sets elements and associated scores.
|
Single<Response> |
rxZscore(String arg0,
String arg1)
Get the score associated with the given member in a sorted set.
|
Single<Response> |
rxZunion(List<String> args)
Add multiple sorted sets.
|
Single<Response> |
rxZunionstore(List<String> args)
Add multiple sorted sets and store the resulting sorted set in a new key.
|
RedisAPI |
sadd(List<String> args)
Add one or more members to a set.
|
RedisAPI |
sadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Add one or more members to a set.
|
RedisAPI |
save()
Synchronously save the dataset to disk.
|
RedisAPI |
save(Handler<AsyncResult<Response>> handler)
Synchronously save the dataset to disk.
|
RedisAPI |
scan(List<String> args)
Incrementally iterate the keys space.
|
RedisAPI |
scan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate the keys space.
|
RedisAPI |
scard(String arg0)
Get the number of members in a set.
|
RedisAPI |
scard(String arg0,
Handler<AsyncResult<Response>> handler)
Get the number of members in a set.
|
RedisAPI |
script(List<String> args)
A container for Lua scripts management commands.
|
RedisAPI |
script(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for Lua scripts management commands.
|
RedisAPI |
sdiff(List<String> args)
Subtract multiple sets.
|
RedisAPI |
sdiff(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sets.
|
RedisAPI |
sdiffstore(List<String> args)
Subtract multiple sets and store the resulting set in a key.
|
RedisAPI |
sdiffstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sets and store the resulting set in a key.
|
RedisAPI |
select(String arg0)
Change the selected database for the current connection.
|
RedisAPI |
select(String arg0,
Handler<AsyncResult<Response>> handler)
Change the selected database for the current connection.
|
RedisAPI |
set(List<String> args)
Set the string value of a key.
|
RedisAPI |
set(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the string value of a key.
|
RedisAPI |
setbit(String arg0,
String arg1,
String arg2)
Sets or clears the bit at offset in the string value stored at key.
|
RedisAPI |
setbit(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Sets or clears the bit at offset in the string value stored at key.
|
RedisAPI |
setex(String arg0,
String arg1,
String arg2)
Set the value and expiration of a key.
|
RedisAPI |
setex(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value and expiration of a key.
|
RedisAPI |
setnx(String arg0,
String arg1)
Set the value of a key, only if the key does not exist.
|
RedisAPI |
setnx(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Set the value of a key, only if the key does not exist.
|
RedisAPI |
setrange(String arg0,
String arg1,
String arg2)
Overwrite part of a string at key starting at the specified offset.
|
RedisAPI |
setrange(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Overwrite part of a string at key starting at the specified offset.
|
RedisAPI |
shutdown(List<String> args)
Synchronously save the dataset to disk and then shut down the server.
|
RedisAPI |
shutdown(List<String> args,
Handler<AsyncResult<Response>> handler)
Synchronously save the dataset to disk and then shut down the server.
|
RedisAPI |
sinter(List<String> args)
Intersect multiple sets.
|
RedisAPI |
sinter(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sets.
|
RedisAPI |
sintercard(List<String> args)
Intersect multiple sets and return the cardinality of the result.
|
RedisAPI |
sintercard(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sets and return the cardinality of the result.
|
RedisAPI |
sinterstore(List<String> args)
Intersect multiple sets and store the resulting set in a key.
|
RedisAPI |
sinterstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sets and store the resulting set in a key.
|
RedisAPI |
sismember(String arg0,
String arg1)
Determine if a given value is a member of a set.
|
RedisAPI |
sismember(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine if a given value is a member of a set.
|
RedisAPI |
slaveof(String arg0,
String arg1)
Make the server a replica of another instance, or promote it as master.
|
RedisAPI |
slaveof(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Make the server a replica of another instance, or promote it as master.
|
RedisAPI |
slowlog(List<String> args)
A container for slow log commands.
|
RedisAPI |
slowlog(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for slow log commands.
|
RedisAPI |
smembers(String arg0)
Get all the members in a set.
|
RedisAPI |
smembers(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the members in a set.
|
RedisAPI |
smismember(List<String> args)
Returns the membership associated with the given elements for a set.
|
RedisAPI |
smismember(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns the membership associated with the given elements for a set.
|
RedisAPI |
smove(String arg0,
String arg1,
String arg2)
Move a member from one set to another.
|
RedisAPI |
smove(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Move a member from one set to another.
|
RedisAPI |
sort(List<String> args)
Sort the elements in a list, set or sorted set.
|
RedisAPI |
sort(List<String> args,
Handler<AsyncResult<Response>> handler)
Sort the elements in a list, set or sorted set.
|
RedisAPI |
sortRo(List<String> args)
Sort the elements in a list, set or sorted set.
|
RedisAPI |
sortRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Sort the elements in a list, set or sorted set.
|
RedisAPI |
spop(List<String> args)
Remove and return one or multiple random members from a set.
|
RedisAPI |
spop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return one or multiple random members from a set.
|
RedisAPI |
spublish(String arg0,
String arg1)
Post a message to a shard channel.
|
RedisAPI |
spublish(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Post a message to a shard channel.
|
RedisAPI |
srandmember(List<String> args)
Get one or multiple random members from a set.
|
RedisAPI |
srandmember(List<String> args,
Handler<AsyncResult<Response>> handler)
Get one or multiple random members from a set.
|
RedisAPI |
srem(List<String> args)
Remove one or more members from a set.
|
RedisAPI |
srem(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove one or more members from a set.
|
RedisAPI |
sscan(List<String> args)
Incrementally iterate Set elements.
|
RedisAPI |
sscan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate Set elements.
|
RedisAPI |
ssubscribe(List<String> args)
Listen for messages published to the given shard channels.
|
RedisAPI |
ssubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Listen for messages published to the given shard channels.
|
RedisAPI |
strlen(String arg0)
Get the length of the value stored in a key.
|
RedisAPI |
strlen(String arg0,
Handler<AsyncResult<Response>> handler)
Get the length of the value stored in a key.
|
RedisAPI |
subscribe(List<String> args)
Listen for messages published to the given channels.
|
RedisAPI |
subscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Listen for messages published to the given channels.
|
RedisAPI |
substr(String arg0,
String arg1,
String arg2)
Get a substring of the string stored at a key.
|
RedisAPI |
substr(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Get a substring of the string stored at a key.
|
RedisAPI |
sunion(List<String> args)
Add multiple sets.
|
RedisAPI |
sunion(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sets.
|
RedisAPI |
sunionstore(List<String> args)
Add multiple sets and store the resulting set in a key.
|
RedisAPI |
sunionstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sets and store the resulting set in a key.
|
RedisAPI |
sunsubscribe(List<String> args)
Stop listening for messages posted to the given shard channels.
|
RedisAPI |
sunsubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to the given shard channels.
|
RedisAPI |
swapdb(String arg0,
String arg1)
Swaps two Redis databases.
|
RedisAPI |
swapdb(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Swaps two Redis databases.
|
RedisAPI |
sync()
Internal command used for replication.
|
RedisAPI |
sync(Handler<AsyncResult<Response>> handler)
Internal command used for replication.
|
RedisAPI |
tdigestAdd(List<String> args)
Redis command TDIGEST.ADD.
|
RedisAPI |
tdigestAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.ADD.
|
RedisAPI |
tdigestByrank(List<String> args)
Redis command TDIGEST.BYRANK.
|
RedisAPI |
tdigestByrank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.BYRANK.
|
RedisAPI |
tdigestByrevrank(List<String> args)
Redis command TDIGEST.BYREVRANK.
|
RedisAPI |
tdigestByrevrank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.BYREVRANK.
|
RedisAPI |
tdigestCdf(List<String> args)
Redis command TDIGEST.CDF.
|
RedisAPI |
tdigestCdf(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.CDF.
|
RedisAPI |
tdigestCreate(List<String> args)
Redis command TDIGEST.CREATE.
|
RedisAPI |
tdigestCreate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.CREATE.
|
RedisAPI |
tdigestInfo(List<String> args)
Redis command TDIGEST.INFO.
|
RedisAPI |
tdigestInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.INFO.
|
RedisAPI |
tdigestMax(List<String> args)
Redis command TDIGEST.MAX.
|
RedisAPI |
tdigestMax(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MAX.
|
RedisAPI |
tdigestMerge(List<String> args)
Redis command TDIGEST.MERGE.
|
RedisAPI |
tdigestMerge(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MERGE.
|
RedisAPI |
tdigestMin(List<String> args)
Redis command TDIGEST.MIN.
|
RedisAPI |
tdigestMin(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MIN.
|
RedisAPI |
tdigestQuantile(List<String> args)
Redis command TDIGEST.QUANTILE.
|
RedisAPI |
tdigestQuantile(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.QUANTILE.
|
RedisAPI |
tdigestRank(List<String> args)
Redis command TDIGEST.RANK.
|
RedisAPI |
tdigestRank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.RANK.
|
RedisAPI |
tdigestReset(List<String> args)
Redis command TDIGEST.RESET.
|
RedisAPI |
tdigestReset(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.RESET.
|
RedisAPI |
tdigestRevrank(List<String> args)
Redis command TDIGEST.REVRANK.
|
RedisAPI |
tdigestRevrank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.REVRANK.
|
RedisAPI |
tdigestTrimmedMean(List<String> args)
Redis command TDIGEST.TRIMMED_MEAN.
|
RedisAPI |
tdigestTrimmedMean(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.TRIMMED_MEAN.
|
RedisAPI |
time()
Return the current server time.
|
RedisAPI |
time(Handler<AsyncResult<Response>> handler)
Return the current server time.
|
RedisAPI |
timeseriesClusterset(List<String> args)
Redis command TIMESERIES.CLUSTERSET.
|
RedisAPI |
timeseriesClusterset(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.CLUSTERSET.
|
RedisAPI |
timeseriesClustersetfromshard(List<String> args)
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
|
RedisAPI |
timeseriesClustersetfromshard(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
|
RedisAPI |
timeseriesHello(List<String> args)
Redis command TIMESERIES.HELLO.
|
RedisAPI |
timeseriesHello(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.HELLO.
|
RedisAPI |
timeseriesInfocluster(List<String> args)
Redis command TIMESERIES.INFOCLUSTER.
|
RedisAPI |
timeseriesInfocluster(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.INFOCLUSTER.
|
RedisAPI |
timeseriesInnercommunication(List<String> args)
Redis command TIMESERIES.INNERCOMMUNICATION.
|
RedisAPI |
timeseriesInnercommunication(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.INNERCOMMUNICATION.
|
RedisAPI |
timeseriesNetworktest(List<String> args)
Redis command TIMESERIES.NETWORKTEST.
|
RedisAPI |
timeseriesNetworktest(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.NETWORKTEST.
|
RedisAPI |
timeseriesRefreshcluster(List<String> args)
Redis command TIMESERIES.REFRESHCLUSTER.
|
RedisAPI |
timeseriesRefreshcluster(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.REFRESHCLUSTER.
|
RedisAPI |
topkAdd(List<String> args)
Redis command TOPK.ADD.
|
RedisAPI |
topkAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.ADD.
|
RedisAPI |
topkCount(List<String> args)
Redis command TOPK.COUNT.
|
RedisAPI |
topkCount(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.COUNT.
|
RedisAPI |
topkIncrby(List<String> args)
Redis command TOPK.INCRBY.
|
RedisAPI |
topkIncrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.INCRBY.
|
RedisAPI |
topkInfo(List<String> args)
Redis command TOPK.INFO.
|
RedisAPI |
topkInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.INFO.
|
RedisAPI |
topkList(List<String> args)
Redis command TOPK.LIST.
|
RedisAPI |
topkList(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.LIST.
|
RedisAPI |
topkQuery(List<String> args)
Redis command TOPK.QUERY.
|
RedisAPI |
topkQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.QUERY.
|
RedisAPI |
topkReserve(List<String> args)
Redis command TOPK.RESERVE.
|
RedisAPI |
topkReserve(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.RESERVE.
|
String |
toString() |
RedisAPI |
touch(List<String> args)
Alters the last access time of a key(s).
|
RedisAPI |
touch(List<String> args,
Handler<AsyncResult<Response>> handler)
Alters the last access time of a key(s).
|
RedisAPI |
tsAdd(List<String> args)
Redis command TS.ADD.
|
RedisAPI |
tsAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.ADD.
|
RedisAPI |
tsAlter(List<String> args)
Redis command TS.ALTER.
|
RedisAPI |
tsAlter(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.ALTER.
|
RedisAPI |
tsCreate(List<String> args)
Redis command TS.CREATE.
|
RedisAPI |
tsCreate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.CREATE.
|
RedisAPI |
tsCreaterule(List<String> args)
Redis command TS.CREATERULE.
|
RedisAPI |
tsCreaterule(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.CREATERULE.
|
RedisAPI |
tsDecrby(List<String> args)
Redis command TS.DECRBY.
|
RedisAPI |
tsDecrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.DECRBY.
|
RedisAPI |
tsDel(List<String> args)
Redis command TS.DEL.
|
RedisAPI |
tsDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.DEL.
|
RedisAPI |
tsDeleterule(List<String> args)
Redis command TS.DELETERULE.
|
RedisAPI |
tsDeleterule(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.DELETERULE.
|
RedisAPI |
tsGet(List<String> args)
Redis command TS.GET.
|
RedisAPI |
tsGet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.GET.
|
RedisAPI |
tsIncrby(List<String> args)
Redis command TS.INCRBY.
|
RedisAPI |
tsIncrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.INCRBY.
|
RedisAPI |
tsInfo(List<String> args)
Redis command TS.INFO.
|
RedisAPI |
tsInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.INFO.
|
RedisAPI |
tsMadd(List<String> args)
Redis command TS.MADD.
|
RedisAPI |
tsMadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MADD.
|
RedisAPI |
tsMget(List<String> args)
Redis command TS.MGET.
|
RedisAPI |
tsMget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MGET.
|
RedisAPI |
tsMrange(List<String> args)
Redis command TS.MRANGE.
|
RedisAPI |
tsMrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MRANGE.
|
RedisAPI |
tsMrevrange(List<String> args)
Redis command TS.MREVRANGE.
|
RedisAPI |
tsMrevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MREVRANGE.
|
RedisAPI |
tsQueryindex(List<String> args)
Redis command TS.QUERYINDEX.
|
RedisAPI |
tsQueryindex(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.QUERYINDEX.
|
RedisAPI |
tsRange(List<String> args)
Redis command TS.RANGE.
|
RedisAPI |
tsRange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.RANGE.
|
RedisAPI |
tsRevrange(List<String> args)
Redis command TS.REVRANGE.
|
RedisAPI |
tsRevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.REVRANGE.
|
RedisAPI |
ttl(String arg0)
Get the time to live for a key in seconds.
|
RedisAPI |
ttl(String arg0,
Handler<AsyncResult<Response>> handler)
Get the time to live for a key in seconds.
|
RedisAPI |
type(String arg0)
Determine the type stored at key.
|
RedisAPI |
type(String arg0,
Handler<AsyncResult<Response>> handler)
Determine the type stored at key.
|
RedisAPI |
unlink(List<String> args)
Delete a key asynchronously in another thread.
|
RedisAPI |
unlink(List<String> args,
Handler<AsyncResult<Response>> handler)
Delete a key asynchronously in another thread.
|
RedisAPI |
unsubscribe(List<String> args)
Stop listening for messages posted to the given channels.
|
RedisAPI |
unsubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to the given channels.
|
RedisAPI |
unwatch()
Forget about all watched keys.
|
RedisAPI |
unwatch(Handler<AsyncResult<Response>> handler)
Forget about all watched keys.
|
RedisAPI |
wait(String arg0,
String arg1)
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
|
RedisAPI |
wait(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
|
RedisAPI |
watch(List<String> args)
Watch the given keys to determine execution of the MULTI/EXEC block.
|
RedisAPI |
watch(List<String> args,
Handler<AsyncResult<Response>> handler)
Watch the given keys to determine execution of the MULTI/EXEC block.
|
RedisAPI |
xack(List<String> args)
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
|
RedisAPI |
xack(List<String> args,
Handler<AsyncResult<Response>> handler)
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
|
RedisAPI |
xadd(List<String> args)
Appends a new entry to a stream.
|
RedisAPI |
xadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Appends a new entry to a stream.
|
RedisAPI |
xautoclaim(List<String> args)
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
|
RedisAPI |
xautoclaim(List<String> args,
Handler<AsyncResult<Response>> handler)
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
|
RedisAPI |
xclaim(List<String> args)
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
|
RedisAPI |
xclaim(List<String> args,
Handler<AsyncResult<Response>> handler)
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
|
RedisAPI |
xdel(List<String> args)
Removes the specified entries from the stream.
|
RedisAPI |
xdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Removes the specified entries from the stream.
|
RedisAPI |
xgroup(List<String> args)
A container for consumer groups commands.
|
RedisAPI |
xgroup(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for consumer groups commands.
|
RedisAPI |
xinfo(List<String> args)
A container for stream introspection commands.
|
RedisAPI |
xinfo(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for stream introspection commands.
|
RedisAPI |
xlen(String arg0)
Return the number of entries in a stream.
|
RedisAPI |
xlen(String arg0,
Handler<AsyncResult<Response>> handler)
Return the number of entries in a stream.
|
RedisAPI |
xpending(List<String> args)
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
|
RedisAPI |
xpending(List<String> args,
Handler<AsyncResult<Response>> handler)
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
|
RedisAPI |
xrange(List<String> args)
Return a range of elements in a stream, with IDs matching the specified IDs interval.
|
RedisAPI |
xrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of elements in a stream, with IDs matching the specified IDs interval.
|
RedisAPI |
xread(List<String> args)
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
|
RedisAPI |
xread(List<String> args,
Handler<AsyncResult<Response>> handler)
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
|
RedisAPI |
xreadgroup(List<String> args)
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
|
RedisAPI |
xreadgroup(List<String> args,
Handler<AsyncResult<Response>> handler)
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
|
RedisAPI |
xrevrange(List<String> args)
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
|
RedisAPI |
xrevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
|
RedisAPI |
xsetid(List<String> args)
An internal command for replicating stream values.
|
RedisAPI |
xsetid(List<String> args,
Handler<AsyncResult<Response>> handler)
An internal command for replicating stream values.
|
RedisAPI |
xtrim(List<String> args)
Trims the stream to (approximately if '~' is passed) a certain size.
|
RedisAPI |
xtrim(List<String> args,
Handler<AsyncResult<Response>> handler)
Trims the stream to (approximately if '~' is passed) a certain size.
|
RedisAPI |
zadd(List<String> args)
Add one or more members to a sorted set, or update its score if it already exists.
|
RedisAPI |
zadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Add one or more members to a sorted set, or update its score if it already exists.
|
RedisAPI |
zcard(String arg0)
Get the number of members in a sorted set.
|
RedisAPI |
zcard(String arg0,
Handler<AsyncResult<Response>> handler)
Get the number of members in a sorted set.
|
RedisAPI |
zcount(String arg0,
String arg1,
String arg2)
Count the members in a sorted set with scores within the given values.
|
RedisAPI |
zcount(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Count the members in a sorted set with scores within the given values.
|
RedisAPI |
zdiff(List<String> args)
Subtract multiple sorted sets.
|
RedisAPI |
zdiff(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sorted sets.
|
RedisAPI |
zdiffstore(List<String> args)
Subtract multiple sorted sets and store the resulting sorted set in a new key.
|
RedisAPI |
zdiffstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sorted sets and store the resulting sorted set in a new key.
|
RedisAPI |
zincrby(String arg0,
String arg1,
String arg2)
Increment the score of a member in a sorted set.
|
RedisAPI |
zincrby(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Increment the score of a member in a sorted set.
|
RedisAPI |
zinter(List<String> args)
Intersect multiple sorted sets.
|
RedisAPI |
zinter(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets.
|
RedisAPI |
zintercard(List<String> args)
Intersect multiple sorted sets and return the cardinality of the result.
|
RedisAPI |
zintercard(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets and return the cardinality of the result.
|
RedisAPI |
zinterstore(List<String> args)
Intersect multiple sorted sets and store the resulting sorted set in a new key.
|
RedisAPI |
zinterstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key.
|
RedisAPI |
zlexcount(String arg0,
String arg1,
String arg2)
Count the number of members in a sorted set between a given lexicographical range.
|
RedisAPI |
zlexcount(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Count the number of members in a sorted set between a given lexicographical range.
|
RedisAPI |
zmpop(List<String> args)
Remove and return members with scores in a sorted set.
|
RedisAPI |
zmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with scores in a sorted set.
|
RedisAPI |
zmscore(List<String> args)
Get the score associated with the given members in a sorted set.
|
RedisAPI |
zmscore(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the score associated with the given members in a sorted set.
|
RedisAPI |
zpopmax(List<String> args)
Remove and return members with the highest scores in a sorted set.
|
RedisAPI |
zpopmax(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with the highest scores in a sorted set.
|
RedisAPI |
zpopmin(List<String> args)
Remove and return members with the lowest scores in a sorted set.
|
RedisAPI |
zpopmin(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with the lowest scores in a sorted set.
|
RedisAPI |
zrandmember(List<String> args)
Get one or multiple random elements from a sorted set.
|
RedisAPI |
zrandmember(List<String> args,
Handler<AsyncResult<Response>> handler)
Get one or multiple random elements from a sorted set.
|
RedisAPI |
zrange(List<String> args)
Return a range of members in a sorted set.
|
RedisAPI |
zrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set.
|
RedisAPI |
zrangebylex(List<String> args)
Return a range of members in a sorted set, by lexicographical range.
|
RedisAPI |
zrangebylex(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by lexicographical range.
|
RedisAPI |
zrangebyscore(List<String> args)
Return a range of members in a sorted set, by score.
|
RedisAPI |
zrangebyscore(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by score.
|
RedisAPI |
zrangestore(List<String> args)
Store a range of members from sorted set into another key.
|
RedisAPI |
zrangestore(List<String> args,
Handler<AsyncResult<Response>> handler)
Store a range of members from sorted set into another key.
|
RedisAPI |
zrank(String arg0,
String arg1)
Determine the index of a member in a sorted set.
|
RedisAPI |
zrank(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine the index of a member in a sorted set.
|
RedisAPI |
zrem(List<String> args)
Remove one or more members from a sorted set.
|
RedisAPI |
zrem(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove one or more members from a sorted set.
|
RedisAPI |
zremrangebylex(String arg0,
String arg1,
String arg2)
Remove all members in a sorted set between the given lexicographical range.
|
RedisAPI |
zremrangebylex(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove all members in a sorted set between the given lexicographical range.
|
RedisAPI |
zremrangebyrank(String arg0,
String arg1,
String arg2)
Remove all members in a sorted set within the given indexes.
|
RedisAPI |
zremrangebyrank(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove all members in a sorted set within the given indexes.
|
RedisAPI |
zremrangebyscore(String arg0,
String arg1,
String arg2)
Remove all members in a sorted set within the given scores.
|
RedisAPI |
zremrangebyscore(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove all members in a sorted set within the given scores.
|
RedisAPI |
zrevrange(List<String> args)
Return a range of members in a sorted set, by index, with scores ordered from high to low.
|
RedisAPI |
zrevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by index, with scores ordered from high to low.
|
RedisAPI |
zrevrangebylex(List<String> args)
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
|
RedisAPI |
zrevrangebylex(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
|
RedisAPI |
zrevrangebyscore(List<String> args)
Return a range of members in a sorted set, by score, with scores ordered from high to low.
|
RedisAPI |
zrevrangebyscore(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by score, with scores ordered from high to low.
|
RedisAPI |
zrevrank(String arg0,
String arg1)
Determine the index of a member in a sorted set, with scores ordered from high to low.
|
RedisAPI |
zrevrank(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine the index of a member in a sorted set, with scores ordered from high to low.
|
RedisAPI |
zscan(List<String> args)
Incrementally iterate sorted sets elements and associated scores.
|
RedisAPI |
zscan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate sorted sets elements and associated scores.
|
RedisAPI |
zscore(String arg0,
String arg1)
Get the score associated with the given member in a sorted set.
|
RedisAPI |
zscore(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get the score associated with the given member in a sorted set.
|
RedisAPI |
zunion(List<String> args)
Add multiple sorted sets.
|
RedisAPI |
zunion(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sorted sets.
|
RedisAPI |
zunionstore(List<String> args)
Add multiple sorted sets and store the resulting sorted set in a new key.
|
RedisAPI |
zunionstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sorted sets and store the resulting sorted set in a new key.
|
public static final io.vertx.lang.rx.TypeArg<RedisAPI> __TYPE_ARG
public RedisAPI(RedisAPI delegate)
public RedisAPI(Object delegate)
public RedisAPI getDelegate()
public void close()
public RedisAPI ftAdd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftAdd(List<String> args)
args
- public Single<Response> rxFtAdd(List<String> args)
args
- public RedisAPI ftAggregate(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftAggregate(List<String> args)
args
- public Single<Response> rxFtAggregate(List<String> args)
args
- public RedisAPI ftAliasadd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftAliasadd(List<String> args)
args
- public Single<Response> rxFtAliasadd(List<String> args)
args
- public RedisAPI ftAliasdel(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftAliasdel(List<String> args)
args
- public Single<Response> rxFtAliasdel(List<String> args)
args
- public RedisAPI ftAliasupdate(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftAliasupdate(List<String> args)
args
- public Single<Response> rxFtAliasupdate(List<String> args)
args
- public RedisAPI ftAlter(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftAlter(List<String> args)
args
- public Single<Response> rxFtAlter(List<String> args)
args
- public RedisAPI ftConfig(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftConfig(List<String> args)
args
- public Single<Response> rxFtConfig(List<String> args)
args
- public RedisAPI ftCreate(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftCreate(List<String> args)
args
- public Single<Response> rxFtCreate(List<String> args)
args
- public RedisAPI ftCursor(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftCursor(List<String> args)
args
- public Single<Response> rxFtCursor(List<String> args)
args
- public RedisAPI ftDebug(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftDebug(List<String> args)
args
- public Single<Response> rxFtDebug(List<String> args)
args
- public RedisAPI ftDel(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftDel(List<String> args)
args
- public Single<Response> rxFtDel(List<String> args)
args
- public RedisAPI ftDictadd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftDictadd(List<String> args)
args
- public Single<Response> rxFtDictadd(List<String> args)
args
- public RedisAPI ftDictdel(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftDictdel(List<String> args)
args
- public Single<Response> rxFtDictdel(List<String> args)
args
- public RedisAPI ftDictdump(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftDictdump(List<String> args)
args
- public Single<Response> rxFtDictdump(List<String> args)
args
- public RedisAPI ftDrop(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftDrop(List<String> args)
args
- public Single<Response> rxFtDrop(List<String> args)
args
- public RedisAPI ftDropindex(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftDropindex(List<String> args)
args
- public Single<Response> rxFtDropindex(List<String> args)
args
- public RedisAPI ftExplain(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftExplain(List<String> args)
args
- public Single<Response> rxFtExplain(List<String> args)
args
- public RedisAPI ftExplaincli(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftExplaincli(List<String> args)
args
- public Single<Response> rxFtExplaincli(List<String> args)
args
- public RedisAPI ftGet(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftGet(List<String> args)
args
- public Single<Response> rxFtGet(List<String> args)
args
- public RedisAPI ftInfo(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftInfo(List<String> args)
args
- public Single<Response> rxFtInfo(List<String> args)
args
- public RedisAPI ftMget(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftMget(List<String> args)
args
- public Single<Response> rxFtMget(List<String> args)
args
- public RedisAPI ftProfile(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftProfile(List<String> args)
args
- public Single<Response> rxFtProfile(List<String> args)
args
- public RedisAPI ftSafeadd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftSafeadd(List<String> args)
args
- public Single<Response> rxFtSafeadd(List<String> args)
args
- public RedisAPI ftSearch(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftSearch(List<String> args)
args
- public Single<Response> rxFtSearch(List<String> args)
args
- public RedisAPI ftSpellcheck(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftSpellcheck(List<String> args)
args
- public Single<Response> rxFtSpellcheck(List<String> args)
args
- public RedisAPI ftSugadd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftSugadd(List<String> args)
args
- public Single<Response> rxFtSugadd(List<String> args)
args
- public RedisAPI ftSugdel(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftSugdel(List<String> args)
args
- public Single<Response> rxFtSugdel(List<String> args)
args
- public RedisAPI ftSugget(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftSugget(List<String> args)
args
- public Single<Response> rxFtSugget(List<String> args)
args
- public RedisAPI ftSuglen(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftSuglen(List<String> args)
args
- public Single<Response> rxFtSuglen(List<String> args)
args
- public RedisAPI ftSynadd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftSynadd(List<String> args)
args
- public Single<Response> rxFtSynadd(List<String> args)
args
- public RedisAPI ftSyndump(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftSyndump(List<String> args)
args
- public Single<Response> rxFtSyndump(List<String> args)
args
- public RedisAPI ftSynupdate(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftSynupdate(List<String> args)
args
- public Single<Response> rxFtSynupdate(List<String> args)
args
- public RedisAPI ftTagvals(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftTagvals(List<String> args)
args
- public Single<Response> rxFtTagvals(List<String> args)
args
- public RedisAPI ftAliasaddifnx(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftAliasaddifnx(List<String> args)
args
- public Single<Response> rxFtAliasaddifnx(List<String> args)
args
- public RedisAPI ftAliasdelifx(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftAliasdelifx(List<String> args)
args
- public Single<Response> rxFtAliasdelifx(List<String> args)
args
- public RedisAPI ftAlterifnx(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftAlterifnx(List<String> args)
args
- public Single<Response> rxFtAlterifnx(List<String> args)
args
- public RedisAPI ftCreateifnx(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftCreateifnx(List<String> args)
args
- public Single<Response> rxFtCreateifnx(List<String> args)
args
- public RedisAPI ftDropifx(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftDropifx(List<String> args)
args
- public Single<Response> rxFtDropifx(List<String> args)
args
- public RedisAPI ftDropindexifx(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftDropindexifx(List<String> args)
args
- public Single<Response> rxFtDropindexifx(List<String> args)
args
- public RedisAPI ftList(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI ftList(List<String> args)
args
- public Single<Response> rxFtList(List<String> args)
args
- public RedisAPI acl(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ACL.
args
- handler
- public RedisAPI acl(List<String> args)
Redis command ACL.
args
- public Single<Response> rxAcl(List<String> args)
Redis command ACL.
args
- public RedisAPI append(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command APPEND.
arg0
- arg1
- handler
- public RedisAPI append(String arg0, String arg1)
Redis command APPEND.
arg0
- arg1
- public Single<Response> rxAppend(String arg0, String arg1)
Redis command APPEND.
arg0
- arg1
- public RedisAPI asking(Handler<AsyncResult<Response>> handler)
Redis command ASKING.
handler
- public RedisAPI asking()
Redis command ASKING.
public Single<Response> rxAsking()
Redis command ASKING.
public RedisAPI auth(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command AUTH.
args
- handler
- public RedisAPI auth(List<String> args)
Redis command AUTH.
args
- public Single<Response> rxAuth(List<String> args)
Redis command AUTH.
args
- public RedisAPI bfAdd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI bfAdd(List<String> args)
args
- public Single<Response> rxBfAdd(List<String> args)
args
- public RedisAPI bfCard(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI bfCard(List<String> args)
args
- public Single<Response> rxBfCard(List<String> args)
args
- public RedisAPI bfDebug(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI bfDebug(List<String> args)
args
- public Single<Response> rxBfDebug(List<String> args)
args
- public RedisAPI bfExists(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI bfExists(List<String> args)
args
- public Single<Response> rxBfExists(List<String> args)
args
- public RedisAPI bfInfo(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI bfInfo(List<String> args)
args
- public Single<Response> rxBfInfo(List<String> args)
args
- public RedisAPI bfInsert(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI bfInsert(List<String> args)
args
- public Single<Response> rxBfInsert(List<String> args)
args
- public RedisAPI bfLoadchunk(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI bfLoadchunk(List<String> args)
args
- public Single<Response> rxBfLoadchunk(List<String> args)
args
- public RedisAPI bfMadd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI bfMadd(List<String> args)
args
- public Single<Response> rxBfMadd(List<String> args)
args
- public RedisAPI bfMexists(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI bfMexists(List<String> args)
args
- public Single<Response> rxBfMexists(List<String> args)
args
- public RedisAPI bfReserve(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI bfReserve(List<String> args)
args
- public Single<Response> rxBfReserve(List<String> args)
args
- public RedisAPI bfScandump(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI bfScandump(List<String> args)
args
- public Single<Response> rxBfScandump(List<String> args)
args
- public RedisAPI bgrewriteaof(Handler<AsyncResult<Response>> handler)
Redis command BGREWRITEAOF.
handler
- public RedisAPI bgrewriteaof()
Redis command BGREWRITEAOF.
public Single<Response> rxBgrewriteaof()
Redis command BGREWRITEAOF.
public RedisAPI bgsave(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BGSAVE.
args
- handler
- public RedisAPI bgsave(List<String> args)
Redis command BGSAVE.
args
- public Single<Response> rxBgsave(List<String> args)
Redis command BGSAVE.
args
- public RedisAPI bitcount(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BITCOUNT.
args
- handler
- public RedisAPI bitcount(List<String> args)
Redis command BITCOUNT.
args
- public Single<Response> rxBitcount(List<String> args)
Redis command BITCOUNT.
args
- public RedisAPI bitfield(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BITFIELD.
args
- handler
- public RedisAPI bitfield(List<String> args)
Redis command BITFIELD.
args
- public Single<Response> rxBitfield(List<String> args)
Redis command BITFIELD.
args
- public RedisAPI bitfieldRo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BITFIELD_RO.
args
- handler
- public RedisAPI bitfieldRo(List<String> args)
Redis command BITFIELD_RO.
args
- public Single<Response> rxBitfieldRo(List<String> args)
Redis command BITFIELD_RO.
args
- public RedisAPI bitop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BITOP.
args
- handler
- public RedisAPI bitop(List<String> args)
Redis command BITOP.
args
- public Single<Response> rxBitop(List<String> args)
Redis command BITOP.
args
- public RedisAPI bitpos(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BITPOS.
args
- handler
- public RedisAPI bitpos(List<String> args)
Redis command BITPOS.
args
- public Single<Response> rxBitpos(List<String> args)
Redis command BITPOS.
args
- public RedisAPI blmove(String arg0, String arg1, String arg2, String arg3, String arg4, Handler<AsyncResult<Response>> handler)
Redis command BLMOVE.
arg0
- arg1
- arg2
- arg3
- arg4
- handler
- public RedisAPI blmove(String arg0, String arg1, String arg2, String arg3, String arg4)
Redis command BLMOVE.
arg0
- arg1
- arg2
- arg3
- arg4
- public Single<Response> rxBlmove(String arg0, String arg1, String arg2, String arg3, String arg4)
Redis command BLMOVE.
arg0
- arg1
- arg2
- arg3
- arg4
- public RedisAPI blmpop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BLMPOP.
args
- handler
- public RedisAPI blmpop(List<String> args)
Redis command BLMPOP.
args
- public Single<Response> rxBlmpop(List<String> args)
Redis command BLMPOP.
args
- public RedisAPI blpop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BLPOP.
args
- handler
- public RedisAPI blpop(List<String> args)
Redis command BLPOP.
args
- public Single<Response> rxBlpop(List<String> args)
Redis command BLPOP.
args
- public RedisAPI brpop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BRPOP.
args
- handler
- public RedisAPI brpop(List<String> args)
Redis command BRPOP.
args
- public Single<Response> rxBrpop(List<String> args)
Redis command BRPOP.
args
- public RedisAPI brpoplpush(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command BRPOPLPUSH.
arg0
- arg1
- arg2
- handler
- public RedisAPI brpoplpush(String arg0, String arg1, String arg2)
Redis command BRPOPLPUSH.
arg0
- arg1
- arg2
- public Single<Response> rxBrpoplpush(String arg0, String arg1, String arg2)
Redis command BRPOPLPUSH.
arg0
- arg1
- arg2
- public RedisAPI bzmpop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BZMPOP.
args
- handler
- public RedisAPI bzmpop(List<String> args)
Redis command BZMPOP.
args
- public Single<Response> rxBzmpop(List<String> args)
Redis command BZMPOP.
args
- public RedisAPI bzpopmax(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BZPOPMAX.
args
- handler
- public RedisAPI bzpopmax(List<String> args)
Redis command BZPOPMAX.
args
- public Single<Response> rxBzpopmax(List<String> args)
Redis command BZPOPMAX.
args
- public RedisAPI bzpopmin(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command BZPOPMIN.
args
- handler
- public RedisAPI bzpopmin(List<String> args)
Redis command BZPOPMIN.
args
- public Single<Response> rxBzpopmin(List<String> args)
Redis command BZPOPMIN.
args
- public RedisAPI cfAdd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfAdd(List<String> args)
args
- public Single<Response> rxCfAdd(List<String> args)
args
- public RedisAPI cfAddnx(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfAddnx(List<String> args)
args
- public Single<Response> rxCfAddnx(List<String> args)
args
- public RedisAPI cfCompact(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfCompact(List<String> args)
args
- public Single<Response> rxCfCompact(List<String> args)
args
- public RedisAPI cfCount(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfCount(List<String> args)
args
- public Single<Response> rxCfCount(List<String> args)
args
- public RedisAPI cfDebug(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfDebug(List<String> args)
args
- public Single<Response> rxCfDebug(List<String> args)
args
- public RedisAPI cfDel(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfDel(List<String> args)
args
- public Single<Response> rxCfDel(List<String> args)
args
- public RedisAPI cfExists(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfExists(List<String> args)
args
- public Single<Response> rxCfExists(List<String> args)
args
- public RedisAPI cfInfo(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfInfo(List<String> args)
args
- public Single<Response> rxCfInfo(List<String> args)
args
- public RedisAPI cfInsert(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfInsert(List<String> args)
args
- public Single<Response> rxCfInsert(List<String> args)
args
- public RedisAPI cfInsertnx(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfInsertnx(List<String> args)
args
- public Single<Response> rxCfInsertnx(List<String> args)
args
- public RedisAPI cfLoadchunk(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfLoadchunk(List<String> args)
args
- public Single<Response> rxCfLoadchunk(List<String> args)
args
- public RedisAPI cfMexists(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfMexists(List<String> args)
args
- public Single<Response> rxCfMexists(List<String> args)
args
- public RedisAPI cfReserve(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfReserve(List<String> args)
args
- public Single<Response> rxCfReserve(List<String> args)
args
- public RedisAPI cfScandump(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cfScandump(List<String> args)
args
- public Single<Response> rxCfScandump(List<String> args)
args
- public RedisAPI client(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CLIENT.
args
- handler
- public RedisAPI client(List<String> args)
Redis command CLIENT.
args
- public Single<Response> rxClient(List<String> args)
Redis command CLIENT.
args
- public RedisAPI cluster(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CLUSTER.
args
- handler
- public RedisAPI cluster(List<String> args)
Redis command CLUSTER.
args
- public Single<Response> rxCluster(List<String> args)
Redis command CLUSTER.
args
- public RedisAPI cmsIncrby(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cmsIncrby(List<String> args)
args
- public Single<Response> rxCmsIncrby(List<String> args)
args
- public RedisAPI cmsInfo(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cmsInfo(List<String> args)
args
- public Single<Response> rxCmsInfo(List<String> args)
args
- public RedisAPI cmsInitbydim(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cmsInitbydim(List<String> args)
args
- public Single<Response> rxCmsInitbydim(List<String> args)
args
- public RedisAPI cmsInitbyprob(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cmsInitbyprob(List<String> args)
args
- public Single<Response> rxCmsInitbyprob(List<String> args)
args
- public RedisAPI cmsMerge(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cmsMerge(List<String> args)
args
- public Single<Response> rxCmsMerge(List<String> args)
args
- public RedisAPI cmsQuery(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI cmsQuery(List<String> args)
args
- public Single<Response> rxCmsQuery(List<String> args)
args
- public RedisAPI command(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command COMMAND.
args
- handler
- public RedisAPI command(List<String> args)
Redis command COMMAND.
args
- public Single<Response> rxCommand(List<String> args)
Redis command COMMAND.
args
- public RedisAPI config(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command CONFIG.
args
- handler
- public RedisAPI config(List<String> args)
Redis command CONFIG.
args
- public Single<Response> rxConfig(List<String> args)
Redis command CONFIG.
args
- public RedisAPI copy(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command COPY.
args
- handler
- public RedisAPI copy(List<String> args)
Redis command COPY.
args
- public Single<Response> rxCopy(List<String> args)
Redis command COPY.
args
- public RedisAPI dbsize(Handler<AsyncResult<Response>> handler)
Redis command DBSIZE.
handler
- public RedisAPI dbsize()
Redis command DBSIZE.
public Single<Response> rxDbsize()
Redis command DBSIZE.
public RedisAPI debug(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command DEBUG.
args
- handler
- public RedisAPI debug(List<String> args)
Redis command DEBUG.
args
- public Single<Response> rxDebug(List<String> args)
Redis command DEBUG.
args
- public RedisAPI decr(String arg0, Handler<AsyncResult<Response>> handler)
Redis command DECR.
arg0
- handler
- public RedisAPI decr(String arg0)
Redis command DECR.
arg0
- public Single<Response> rxDecr(String arg0)
Redis command DECR.
arg0
- public RedisAPI decrby(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command DECRBY.
arg0
- arg1
- handler
- public RedisAPI decrby(String arg0, String arg1)
Redis command DECRBY.
arg0
- arg1
- public Single<Response> rxDecrby(String arg0, String arg1)
Redis command DECRBY.
arg0
- arg1
- public RedisAPI del(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command DEL.
args
- handler
- public RedisAPI del(List<String> args)
Redis command DEL.
args
- public Single<Response> rxDel(List<String> args)
Redis command DEL.
args
- public RedisAPI discard(Handler<AsyncResult<Response>> handler)
Redis command DISCARD.
handler
- public RedisAPI discard()
Redis command DISCARD.
public Single<Response> rxDiscard()
Redis command DISCARD.
public RedisAPI dump(String arg0, Handler<AsyncResult<Response>> handler)
Redis command DUMP.
arg0
- handler
- public RedisAPI dump(String arg0)
Redis command DUMP.
arg0
- public Single<Response> rxDump(String arg0)
Redis command DUMP.
arg0
- public RedisAPI echo(String arg0, Handler<AsyncResult<Response>> handler)
Redis command ECHO.
arg0
- handler
- public RedisAPI echo(String arg0)
Redis command ECHO.
arg0
- public Single<Response> rxEcho(String arg0)
Redis command ECHO.
arg0
- public RedisAPI eval(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command EVAL.
args
- handler
- public RedisAPI eval(List<String> args)
Redis command EVAL.
args
- public Single<Response> rxEval(List<String> args)
Redis command EVAL.
args
- public RedisAPI evalRo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command EVAL_RO.
args
- handler
- public RedisAPI evalRo(List<String> args)
Redis command EVAL_RO.
args
- public Single<Response> rxEvalRo(List<String> args)
Redis command EVAL_RO.
args
- public RedisAPI evalsha(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command EVALSHA.
args
- handler
- public RedisAPI evalsha(List<String> args)
Redis command EVALSHA.
args
- public Single<Response> rxEvalsha(List<String> args)
Redis command EVALSHA.
args
- public RedisAPI evalshaRo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command EVALSHA_RO.
args
- handler
- public RedisAPI evalshaRo(List<String> args)
Redis command EVALSHA_RO.
args
- public Single<Response> rxEvalshaRo(List<String> args)
Redis command EVALSHA_RO.
args
- public RedisAPI exec(Handler<AsyncResult<Response>> handler)
Redis command EXEC.
handler
- public RedisAPI exec()
Redis command EXEC.
public Single<Response> rxExec()
Redis command EXEC.
public RedisAPI exists(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command EXISTS.
args
- handler
- public RedisAPI exists(List<String> args)
Redis command EXISTS.
args
- public Single<Response> rxExists(List<String> args)
Redis command EXISTS.
args
- public RedisAPI expire(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command EXPIRE.
args
- handler
- public RedisAPI expire(List<String> args)
Redis command EXPIRE.
args
- public Single<Response> rxExpire(List<String> args)
Redis command EXPIRE.
args
- public RedisAPI expireat(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command EXPIREAT.
args
- handler
- public RedisAPI expireat(List<String> args)
Redis command EXPIREAT.
args
- public Single<Response> rxExpireat(List<String> args)
Redis command EXPIREAT.
args
- public RedisAPI expiretime(String arg0, Handler<AsyncResult<Response>> handler)
Redis command EXPIRETIME.
arg0
- handler
- public RedisAPI expiretime(String arg0)
Redis command EXPIRETIME.
arg0
- public Single<Response> rxExpiretime(String arg0)
Redis command EXPIRETIME.
arg0
- public RedisAPI failover(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FAILOVER.
args
- handler
- public RedisAPI failover(List<String> args)
Redis command FAILOVER.
args
- public Single<Response> rxFailover(List<String> args)
Redis command FAILOVER.
args
- public RedisAPI fcall(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FCALL.
args
- handler
- public RedisAPI fcall(List<String> args)
Redis command FCALL.
args
- public Single<Response> rxFcall(List<String> args)
Redis command FCALL.
args
- public RedisAPI fcallRo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FCALL_RO.
args
- handler
- public RedisAPI fcallRo(List<String> args)
Redis command FCALL_RO.
args
- public Single<Response> rxFcallRo(List<String> args)
Redis command FCALL_RO.
args
- public RedisAPI flushall(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FLUSHALL.
args
- handler
- public RedisAPI flushall(List<String> args)
Redis command FLUSHALL.
args
- public Single<Response> rxFlushall(List<String> args)
Redis command FLUSHALL.
args
- public RedisAPI flushdb(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FLUSHDB.
args
- handler
- public RedisAPI flushdb(List<String> args)
Redis command FLUSHDB.
args
- public Single<Response> rxFlushdb(List<String> args)
Redis command FLUSHDB.
args
- public RedisAPI function(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command FUNCTION.
args
- handler
- public RedisAPI function(List<String> args)
Redis command FUNCTION.
args
- public Single<Response> rxFunction(List<String> args)
Redis command FUNCTION.
args
- public RedisAPI geoadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GEOADD.
args
- handler
- public RedisAPI geoadd(List<String> args)
Redis command GEOADD.
args
- public Single<Response> rxGeoadd(List<String> args)
Redis command GEOADD.
args
- public RedisAPI geodist(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GEODIST.
args
- handler
- public RedisAPI geodist(List<String> args)
Redis command GEODIST.
args
- public Single<Response> rxGeodist(List<String> args)
Redis command GEODIST.
args
- public RedisAPI geohash(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GEOHASH.
args
- handler
- public RedisAPI geohash(List<String> args)
Redis command GEOHASH.
args
- public Single<Response> rxGeohash(List<String> args)
Redis command GEOHASH.
args
- public RedisAPI geopos(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GEOPOS.
args
- handler
- public RedisAPI geopos(List<String> args)
Redis command GEOPOS.
args
- public Single<Response> rxGeopos(List<String> args)
Redis command GEOPOS.
args
- public RedisAPI georadius(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GEORADIUS.
args
- handler
- public RedisAPI georadius(List<String> args)
Redis command GEORADIUS.
args
- public Single<Response> rxGeoradius(List<String> args)
Redis command GEORADIUS.
args
- public RedisAPI georadiusRo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GEORADIUS_RO.
args
- handler
- public RedisAPI georadiusRo(List<String> args)
Redis command GEORADIUS_RO.
args
- public Single<Response> rxGeoradiusRo(List<String> args)
Redis command GEORADIUS_RO.
args
- public RedisAPI georadiusbymember(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GEORADIUSBYMEMBER.
args
- handler
- public RedisAPI georadiusbymember(List<String> args)
Redis command GEORADIUSBYMEMBER.
args
- public Single<Response> rxGeoradiusbymember(List<String> args)
Redis command GEORADIUSBYMEMBER.
args
- public RedisAPI georadiusbymemberRo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GEORADIUSBYMEMBER_RO.
args
- handler
- public RedisAPI georadiusbymemberRo(List<String> args)
Redis command GEORADIUSBYMEMBER_RO.
args
- public Single<Response> rxGeoradiusbymemberRo(List<String> args)
Redis command GEORADIUSBYMEMBER_RO.
args
- public RedisAPI geosearch(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GEOSEARCH.
args
- handler
- public RedisAPI geosearch(List<String> args)
Redis command GEOSEARCH.
args
- public Single<Response> rxGeosearch(List<String> args)
Redis command GEOSEARCH.
args
- public RedisAPI geosearchstore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GEOSEARCHSTORE.
args
- handler
- public RedisAPI geosearchstore(List<String> args)
Redis command GEOSEARCHSTORE.
args
- public Single<Response> rxGeosearchstore(List<String> args)
Redis command GEOSEARCHSTORE.
args
- public RedisAPI get(String arg0, Handler<AsyncResult<Response>> handler)
Redis command GET.
arg0
- handler
- public RedisAPI get(String arg0)
Redis command GET.
arg0
- public Single<Response> rxGet(String arg0)
Redis command GET.
arg0
- public RedisAPI getbit(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command GETBIT.
arg0
- arg1
- handler
- public RedisAPI getbit(String arg0, String arg1)
Redis command GETBIT.
arg0
- arg1
- public Single<Response> rxGetbit(String arg0, String arg1)
Redis command GETBIT.
arg0
- arg1
- public RedisAPI getdel(String arg0, Handler<AsyncResult<Response>> handler)
Redis command GETDEL.
arg0
- handler
- public RedisAPI getdel(String arg0)
Redis command GETDEL.
arg0
- public Single<Response> rxGetdel(String arg0)
Redis command GETDEL.
arg0
- public RedisAPI getex(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command GETEX.
args
- handler
- public RedisAPI getex(List<String> args)
Redis command GETEX.
args
- public Single<Response> rxGetex(List<String> args)
Redis command GETEX.
args
- public RedisAPI getrange(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command GETRANGE.
arg0
- arg1
- arg2
- handler
- public RedisAPI getrange(String arg0, String arg1, String arg2)
Redis command GETRANGE.
arg0
- arg1
- arg2
- public Single<Response> rxGetrange(String arg0, String arg1, String arg2)
Redis command GETRANGE.
arg0
- arg1
- arg2
- public RedisAPI getset(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command GETSET.
arg0
- arg1
- handler
- public RedisAPI getset(String arg0, String arg1)
Redis command GETSET.
arg0
- arg1
- public Single<Response> rxGetset(String arg0, String arg1)
Redis command GETSET.
arg0
- arg1
- public RedisAPI graphBulk(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI graphBulk(List<String> args)
args
- public Single<Response> rxGraphBulk(List<String> args)
args
- public RedisAPI graphConfig(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI graphConfig(List<String> args)
args
- public Single<Response> rxGraphConfig(List<String> args)
args
- public RedisAPI graphDebug(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI graphDebug(List<String> args)
args
- public Single<Response> rxGraphDebug(List<String> args)
args
- public RedisAPI graphDelete(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI graphDelete(List<String> args)
args
- public Single<Response> rxGraphDelete(List<String> args)
args
- public RedisAPI graphExplain(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI graphExplain(List<String> args)
args
- public Single<Response> rxGraphExplain(List<String> args)
args
- public RedisAPI graphList(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI graphList(List<String> args)
args
- public Single<Response> rxGraphList(List<String> args)
args
- public RedisAPI graphProfile(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI graphProfile(List<String> args)
args
- public Single<Response> rxGraphProfile(List<String> args)
args
- public RedisAPI graphQuery(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI graphQuery(List<String> args)
args
- public Single<Response> rxGraphQuery(List<String> args)
args
- public RedisAPI graphRoQuery(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI graphRoQuery(List<String> args)
args
- public Single<Response> rxGraphRoQuery(List<String> args)
args
- public RedisAPI graphSlowlog(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI graphSlowlog(List<String> args)
args
- public Single<Response> rxGraphSlowlog(List<String> args)
args
- public RedisAPI hdel(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command HDEL.
args
- handler
- public RedisAPI hdel(List<String> args)
Redis command HDEL.
args
- public Single<Response> rxHdel(List<String> args)
Redis command HDEL.
args
- public RedisAPI hello(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command HELLO.
args
- handler
- public RedisAPI hello(List<String> args)
Redis command HELLO.
args
- public Single<Response> rxHello(List<String> args)
Redis command HELLO.
args
- public RedisAPI hexists(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command HEXISTS.
arg0
- arg1
- handler
- public RedisAPI hexists(String arg0, String arg1)
Redis command HEXISTS.
arg0
- arg1
- public Single<Response> rxHexists(String arg0, String arg1)
Redis command HEXISTS.
arg0
- arg1
- public RedisAPI hget(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command HGET.
arg0
- arg1
- handler
- public RedisAPI hget(String arg0, String arg1)
Redis command HGET.
arg0
- arg1
- public Single<Response> rxHget(String arg0, String arg1)
Redis command HGET.
arg0
- arg1
- public RedisAPI hgetall(String arg0, Handler<AsyncResult<Response>> handler)
Redis command HGETALL.
arg0
- handler
- public RedisAPI hgetall(String arg0)
Redis command HGETALL.
arg0
- public Single<Response> rxHgetall(String arg0)
Redis command HGETALL.
arg0
- public RedisAPI hincrby(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command HINCRBY.
arg0
- arg1
- arg2
- handler
- public RedisAPI hincrby(String arg0, String arg1, String arg2)
Redis command HINCRBY.
arg0
- arg1
- arg2
- public Single<Response> rxHincrby(String arg0, String arg1, String arg2)
Redis command HINCRBY.
arg0
- arg1
- arg2
- public RedisAPI hincrbyfloat(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command HINCRBYFLOAT.
arg0
- arg1
- arg2
- handler
- public RedisAPI hincrbyfloat(String arg0, String arg1, String arg2)
Redis command HINCRBYFLOAT.
arg0
- arg1
- arg2
- public Single<Response> rxHincrbyfloat(String arg0, String arg1, String arg2)
Redis command HINCRBYFLOAT.
arg0
- arg1
- arg2
- public RedisAPI hkeys(String arg0, Handler<AsyncResult<Response>> handler)
Redis command HKEYS.
arg0
- handler
- public RedisAPI hkeys(String arg0)
Redis command HKEYS.
arg0
- public Single<Response> rxHkeys(String arg0)
Redis command HKEYS.
arg0
- public RedisAPI hlen(String arg0, Handler<AsyncResult<Response>> handler)
Redis command HLEN.
arg0
- handler
- public RedisAPI hlen(String arg0)
Redis command HLEN.
arg0
- public Single<Response> rxHlen(String arg0)
Redis command HLEN.
arg0
- public RedisAPI hmget(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command HMGET.
args
- handler
- public RedisAPI hmget(List<String> args)
Redis command HMGET.
args
- public Single<Response> rxHmget(List<String> args)
Redis command HMGET.
args
- public RedisAPI hmset(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command HMSET.
args
- handler
- public RedisAPI hmset(List<String> args)
Redis command HMSET.
args
- public Single<Response> rxHmset(List<String> args)
Redis command HMSET.
args
- public RedisAPI hrandfield(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command HRANDFIELD.
args
- handler
- public RedisAPI hrandfield(List<String> args)
Redis command HRANDFIELD.
args
- public Single<Response> rxHrandfield(List<String> args)
Redis command HRANDFIELD.
args
- public RedisAPI hscan(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command HSCAN.
args
- handler
- public RedisAPI hscan(List<String> args)
Redis command HSCAN.
args
- public Single<Response> rxHscan(List<String> args)
Redis command HSCAN.
args
- public RedisAPI hset(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command HSET.
args
- handler
- public RedisAPI hset(List<String> args)
Redis command HSET.
args
- public Single<Response> rxHset(List<String> args)
Redis command HSET.
args
- public RedisAPI hsetnx(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command HSETNX.
arg0
- arg1
- arg2
- handler
- public RedisAPI hsetnx(String arg0, String arg1, String arg2)
Redis command HSETNX.
arg0
- arg1
- arg2
- public Single<Response> rxHsetnx(String arg0, String arg1, String arg2)
Redis command HSETNX.
arg0
- arg1
- arg2
- public RedisAPI hstrlen(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command HSTRLEN.
arg0
- arg1
- handler
- public RedisAPI hstrlen(String arg0, String arg1)
Redis command HSTRLEN.
arg0
- arg1
- public Single<Response> rxHstrlen(String arg0, String arg1)
Redis command HSTRLEN.
arg0
- arg1
- public RedisAPI hvals(String arg0, Handler<AsyncResult<Response>> handler)
Redis command HVALS.
arg0
- handler
- public RedisAPI hvals(String arg0)
Redis command HVALS.
arg0
- public Single<Response> rxHvals(String arg0)
Redis command HVALS.
arg0
- public RedisAPI incr(String arg0, Handler<AsyncResult<Response>> handler)
Redis command INCR.
arg0
- handler
- public RedisAPI incr(String arg0)
Redis command INCR.
arg0
- public Single<Response> rxIncr(String arg0)
Redis command INCR.
arg0
- public RedisAPI incrby(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command INCRBY.
arg0
- arg1
- handler
- public RedisAPI incrby(String arg0, String arg1)
Redis command INCRBY.
arg0
- arg1
- public Single<Response> rxIncrby(String arg0, String arg1)
Redis command INCRBY.
arg0
- arg1
- public RedisAPI incrbyfloat(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command INCRBYFLOAT.
arg0
- arg1
- handler
- public RedisAPI incrbyfloat(String arg0, String arg1)
Redis command INCRBYFLOAT.
arg0
- arg1
- public Single<Response> rxIncrbyfloat(String arg0, String arg1)
Redis command INCRBYFLOAT.
arg0
- arg1
- public RedisAPI info(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command INFO.
args
- handler
- public RedisAPI info(List<String> args)
Redis command INFO.
args
- public Single<Response> rxInfo(List<String> args)
Redis command INFO.
args
- public RedisAPI jsonArrappend(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonArrappend(List<String> args)
args
- public Single<Response> rxJsonArrappend(List<String> args)
args
- public RedisAPI jsonArrindex(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonArrindex(List<String> args)
args
- public Single<Response> rxJsonArrindex(List<String> args)
args
- public RedisAPI jsonArrinsert(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonArrinsert(List<String> args)
args
- public Single<Response> rxJsonArrinsert(List<String> args)
args
- public RedisAPI jsonArrlen(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonArrlen(List<String> args)
args
- public Single<Response> rxJsonArrlen(List<String> args)
args
- public RedisAPI jsonArrpop(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonArrpop(List<String> args)
args
- public Single<Response> rxJsonArrpop(List<String> args)
args
- public RedisAPI jsonArrtrim(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonArrtrim(List<String> args)
args
- public Single<Response> rxJsonArrtrim(List<String> args)
args
- public RedisAPI jsonClear(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonClear(List<String> args)
args
- public Single<Response> rxJsonClear(List<String> args)
args
- public RedisAPI jsonDebug(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonDebug(List<String> args)
args
- public Single<Response> rxJsonDebug(List<String> args)
args
- public RedisAPI jsonDel(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonDel(List<String> args)
args
- public Single<Response> rxJsonDel(List<String> args)
args
- public RedisAPI jsonForget(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonForget(List<String> args)
args
- public Single<Response> rxJsonForget(List<String> args)
args
- public RedisAPI jsonGet(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonGet(List<String> args)
args
- public Single<Response> rxJsonGet(List<String> args)
args
- public RedisAPI jsonMget(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonMget(List<String> args)
args
- public Single<Response> rxJsonMget(List<String> args)
args
- public RedisAPI jsonNumincrby(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonNumincrby(List<String> args)
args
- public Single<Response> rxJsonNumincrby(List<String> args)
args
- public RedisAPI jsonNummultby(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonNummultby(List<String> args)
args
- public Single<Response> rxJsonNummultby(List<String> args)
args
- public RedisAPI jsonNumpowby(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonNumpowby(List<String> args)
args
- public Single<Response> rxJsonNumpowby(List<String> args)
args
- public RedisAPI jsonObjkeys(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonObjkeys(List<String> args)
args
- public Single<Response> rxJsonObjkeys(List<String> args)
args
- public RedisAPI jsonObjlen(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonObjlen(List<String> args)
args
- public Single<Response> rxJsonObjlen(List<String> args)
args
- public RedisAPI jsonResp(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonResp(List<String> args)
args
- public Single<Response> rxJsonResp(List<String> args)
args
- public RedisAPI jsonSet(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonSet(List<String> args)
args
- public Single<Response> rxJsonSet(List<String> args)
args
- public RedisAPI jsonStrappend(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonStrappend(List<String> args)
args
- public Single<Response> rxJsonStrappend(List<String> args)
args
- public RedisAPI jsonStrlen(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonStrlen(List<String> args)
args
- public Single<Response> rxJsonStrlen(List<String> args)
args
- public RedisAPI jsonToggle(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonToggle(List<String> args)
args
- public Single<Response> rxJsonToggle(List<String> args)
args
- public RedisAPI jsonType(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI jsonType(List<String> args)
args
- public Single<Response> rxJsonType(List<String> args)
args
- public RedisAPI keys(String arg0, Handler<AsyncResult<Response>> handler)
Redis command KEYS.
arg0
- handler
- public RedisAPI keys(String arg0)
Redis command KEYS.
arg0
- public Single<Response> rxKeys(String arg0)
Redis command KEYS.
arg0
- public RedisAPI lastsave(Handler<AsyncResult<Response>> handler)
Redis command LASTSAVE.
handler
- public RedisAPI lastsave()
Redis command LASTSAVE.
public Single<Response> rxLastsave()
Redis command LASTSAVE.
public RedisAPI latency(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command LATENCY.
args
- handler
- public RedisAPI latency(List<String> args)
Redis command LATENCY.
args
- public Single<Response> rxLatency(List<String> args)
Redis command LATENCY.
args
- public RedisAPI lcs(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command LCS.
args
- handler
- public RedisAPI lcs(List<String> args)
Redis command LCS.
args
- public Single<Response> rxLcs(List<String> args)
Redis command LCS.
args
- public RedisAPI lindex(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command LINDEX.
arg0
- arg1
- handler
- public RedisAPI lindex(String arg0, String arg1)
Redis command LINDEX.
arg0
- arg1
- public Single<Response> rxLindex(String arg0, String arg1)
Redis command LINDEX.
arg0
- arg1
- public RedisAPI linsert(String arg0, String arg1, String arg2, String arg3, Handler<AsyncResult<Response>> handler)
Redis command LINSERT.
arg0
- arg1
- arg2
- arg3
- handler
- public RedisAPI linsert(String arg0, String arg1, String arg2, String arg3)
Redis command LINSERT.
arg0
- arg1
- arg2
- arg3
- public Single<Response> rxLinsert(String arg0, String arg1, String arg2, String arg3)
Redis command LINSERT.
arg0
- arg1
- arg2
- arg3
- public RedisAPI llen(String arg0, Handler<AsyncResult<Response>> handler)
Redis command LLEN.
arg0
- handler
- public RedisAPI llen(String arg0)
Redis command LLEN.
arg0
- public Single<Response> rxLlen(String arg0)
Redis command LLEN.
arg0
- public RedisAPI lmove(String arg0, String arg1, String arg2, String arg3, Handler<AsyncResult<Response>> handler)
Redis command LMOVE.
arg0
- arg1
- arg2
- arg3
- handler
- public RedisAPI lmove(String arg0, String arg1, String arg2, String arg3)
Redis command LMOVE.
arg0
- arg1
- arg2
- arg3
- public Single<Response> rxLmove(String arg0, String arg1, String arg2, String arg3)
Redis command LMOVE.
arg0
- arg1
- arg2
- arg3
- public RedisAPI lmpop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command LMPOP.
args
- handler
- public RedisAPI lmpop(List<String> args)
Redis command LMPOP.
args
- public Single<Response> rxLmpop(List<String> args)
Redis command LMPOP.
args
- public RedisAPI lolwut(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command LOLWUT.
args
- handler
- public RedisAPI lolwut(List<String> args)
Redis command LOLWUT.
args
- public Single<Response> rxLolwut(List<String> args)
Redis command LOLWUT.
args
- public RedisAPI lpop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command LPOP.
args
- handler
- public RedisAPI lpop(List<String> args)
Redis command LPOP.
args
- public Single<Response> rxLpop(List<String> args)
Redis command LPOP.
args
- public RedisAPI lpos(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command LPOS.
args
- handler
- public RedisAPI lpos(List<String> args)
Redis command LPOS.
args
- public Single<Response> rxLpos(List<String> args)
Redis command LPOS.
args
- public RedisAPI lpush(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command LPUSH.
args
- handler
- public RedisAPI lpush(List<String> args)
Redis command LPUSH.
args
- public Single<Response> rxLpush(List<String> args)
Redis command LPUSH.
args
- public RedisAPI lpushx(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command LPUSHX.
args
- handler
- public RedisAPI lpushx(List<String> args)
Redis command LPUSHX.
args
- public Single<Response> rxLpushx(List<String> args)
Redis command LPUSHX.
args
- public RedisAPI lrange(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command LRANGE.
arg0
- arg1
- arg2
- handler
- public RedisAPI lrange(String arg0, String arg1, String arg2)
Redis command LRANGE.
arg0
- arg1
- arg2
- public Single<Response> rxLrange(String arg0, String arg1, String arg2)
Redis command LRANGE.
arg0
- arg1
- arg2
- public RedisAPI lrem(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command LREM.
arg0
- arg1
- arg2
- handler
- public RedisAPI lrem(String arg0, String arg1, String arg2)
Redis command LREM.
arg0
- arg1
- arg2
- public Single<Response> rxLrem(String arg0, String arg1, String arg2)
Redis command LREM.
arg0
- arg1
- arg2
- public RedisAPI lset(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command LSET.
arg0
- arg1
- arg2
- handler
- public RedisAPI lset(String arg0, String arg1, String arg2)
Redis command LSET.
arg0
- arg1
- arg2
- public Single<Response> rxLset(String arg0, String arg1, String arg2)
Redis command LSET.
arg0
- arg1
- arg2
- public RedisAPI ltrim(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command LTRIM.
arg0
- arg1
- arg2
- handler
- public RedisAPI ltrim(String arg0, String arg1, String arg2)
Redis command LTRIM.
arg0
- arg1
- arg2
- public Single<Response> rxLtrim(String arg0, String arg1, String arg2)
Redis command LTRIM.
arg0
- arg1
- arg2
- public RedisAPI memory(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command MEMORY.
args
- handler
- public RedisAPI memory(List<String> args)
Redis command MEMORY.
args
- public Single<Response> rxMemory(List<String> args)
Redis command MEMORY.
args
- public RedisAPI mget(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command MGET.
args
- handler
- public RedisAPI mget(List<String> args)
Redis command MGET.
args
- public Single<Response> rxMget(List<String> args)
Redis command MGET.
args
- public RedisAPI migrate(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command MIGRATE.
args
- handler
- public RedisAPI migrate(List<String> args)
Redis command MIGRATE.
args
- public Single<Response> rxMigrate(List<String> args)
Redis command MIGRATE.
args
- public RedisAPI module(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command MODULE.
args
- handler
- public RedisAPI module(List<String> args)
Redis command MODULE.
args
- public Single<Response> rxModule(List<String> args)
Redis command MODULE.
args
- public RedisAPI monitor(Handler<AsyncResult<Response>> handler)
Redis command MONITOR.
handler
- public RedisAPI monitor()
Redis command MONITOR.
public Single<Response> rxMonitor()
Redis command MONITOR.
public RedisAPI move(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command MOVE.
arg0
- arg1
- handler
- public RedisAPI move(String arg0, String arg1)
Redis command MOVE.
arg0
- arg1
- public Single<Response> rxMove(String arg0, String arg1)
Redis command MOVE.
arg0
- arg1
- public RedisAPI mset(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command MSET.
args
- handler
- public RedisAPI mset(List<String> args)
Redis command MSET.
args
- public Single<Response> rxMset(List<String> args)
Redis command MSET.
args
- public RedisAPI msetnx(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command MSETNX.
args
- handler
- public RedisAPI msetnx(List<String> args)
Redis command MSETNX.
args
- public Single<Response> rxMsetnx(List<String> args)
Redis command MSETNX.
args
- public RedisAPI multi(Handler<AsyncResult<Response>> handler)
Redis command MULTI.
handler
- public RedisAPI multi()
Redis command MULTI.
public Single<Response> rxMulti()
Redis command MULTI.
public RedisAPI object(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command OBJECT.
args
- handler
- public RedisAPI object(List<String> args)
Redis command OBJECT.
args
- public Single<Response> rxObject(List<String> args)
Redis command OBJECT.
args
- public RedisAPI persist(String arg0, Handler<AsyncResult<Response>> handler)
Redis command PERSIST.
arg0
- handler
- public RedisAPI persist(String arg0)
Redis command PERSIST.
arg0
- public Single<Response> rxPersist(String arg0)
Redis command PERSIST.
arg0
- public RedisAPI pexpire(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command PEXPIRE.
args
- handler
- public RedisAPI pexpire(List<String> args)
Redis command PEXPIRE.
args
- public Single<Response> rxPexpire(List<String> args)
Redis command PEXPIRE.
args
- public RedisAPI pexpireat(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command PEXPIREAT.
args
- handler
- public RedisAPI pexpireat(List<String> args)
Redis command PEXPIREAT.
args
- public Single<Response> rxPexpireat(List<String> args)
Redis command PEXPIREAT.
args
- public RedisAPI pexpiretime(String arg0, Handler<AsyncResult<Response>> handler)
Redis command PEXPIRETIME.
arg0
- handler
- public RedisAPI pexpiretime(String arg0)
Redis command PEXPIRETIME.
arg0
- public Single<Response> rxPexpiretime(String arg0)
Redis command PEXPIRETIME.
arg0
- public RedisAPI pfadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command PFADD.
args
- handler
- public RedisAPI pfadd(List<String> args)
Redis command PFADD.
args
- public Single<Response> rxPfadd(List<String> args)
Redis command PFADD.
args
- public RedisAPI pfcount(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command PFCOUNT.
args
- handler
- public RedisAPI pfcount(List<String> args)
Redis command PFCOUNT.
args
- public Single<Response> rxPfcount(List<String> args)
Redis command PFCOUNT.
args
- public RedisAPI pfdebug(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command PFDEBUG.
arg0
- arg1
- handler
- public RedisAPI pfdebug(String arg0, String arg1)
Redis command PFDEBUG.
arg0
- arg1
- public Single<Response> rxPfdebug(String arg0, String arg1)
Redis command PFDEBUG.
arg0
- arg1
- public RedisAPI pfmerge(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command PFMERGE.
args
- handler
- public RedisAPI pfmerge(List<String> args)
Redis command PFMERGE.
args
- public Single<Response> rxPfmerge(List<String> args)
Redis command PFMERGE.
args
- public RedisAPI pfselftest(Handler<AsyncResult<Response>> handler)
Redis command PFSELFTEST.
handler
- public RedisAPI pfselftest()
Redis command PFSELFTEST.
public Single<Response> rxPfselftest()
Redis command PFSELFTEST.
public RedisAPI ping(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command PING.
args
- handler
- public RedisAPI ping(List<String> args)
Redis command PING.
args
- public Single<Response> rxPing(List<String> args)
Redis command PING.
args
- public RedisAPI psetex(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command PSETEX.
arg0
- arg1
- arg2
- handler
- public RedisAPI psetex(String arg0, String arg1, String arg2)
Redis command PSETEX.
arg0
- arg1
- arg2
- public Single<Response> rxPsetex(String arg0, String arg1, String arg2)
Redis command PSETEX.
arg0
- arg1
- arg2
- public RedisAPI psubscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command PSUBSCRIBE.
args
- handler
- public RedisAPI psubscribe(List<String> args)
Redis command PSUBSCRIBE.
args
- public Single<Response> rxPsubscribe(List<String> args)
Redis command PSUBSCRIBE.
args
- public RedisAPI psync(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command PSYNC.
args
- handler
- public RedisAPI psync(List<String> args)
Redis command PSYNC.
args
- public Single<Response> rxPsync(List<String> args)
Redis command PSYNC.
args
- public RedisAPI pttl(String arg0, Handler<AsyncResult<Response>> handler)
Redis command PTTL.
arg0
- handler
- public RedisAPI pttl(String arg0)
Redis command PTTL.
arg0
- public Single<Response> rxPttl(String arg0)
Redis command PTTL.
arg0
- public RedisAPI publish(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command PUBLISH.
arg0
- arg1
- handler
- public RedisAPI publish(String arg0, String arg1)
Redis command PUBLISH.
arg0
- arg1
- public Single<Response> rxPublish(String arg0, String arg1)
Redis command PUBLISH.
arg0
- arg1
- public RedisAPI pubsub(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command PUBSUB.
args
- handler
- public RedisAPI pubsub(List<String> args)
Redis command PUBSUB.
args
- public Single<Response> rxPubsub(List<String> args)
Redis command PUBSUB.
args
- public RedisAPI punsubscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command PUNSUBSCRIBE.
args
- handler
- public RedisAPI punsubscribe(List<String> args)
Redis command PUNSUBSCRIBE.
args
- public Single<Response> rxPunsubscribe(List<String> args)
Redis command PUNSUBSCRIBE.
args
- public RedisAPI quit(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command QUIT.
args
- handler
- public RedisAPI quit(List<String> args)
Redis command QUIT.
args
- public Single<Response> rxQuit(List<String> args)
Redis command QUIT.
args
- public RedisAPI randomkey(Handler<AsyncResult<Response>> handler)
Redis command RANDOMKEY.
handler
- public RedisAPI randomkey()
Redis command RANDOMKEY.
public Single<Response> rxRandomkey()
Redis command RANDOMKEY.
public RedisAPI readonly(Handler<AsyncResult<Response>> handler)
Redis command READONLY.
handler
- public RedisAPI readonly()
Redis command READONLY.
public Single<Response> rxReadonly()
Redis command READONLY.
public RedisAPI readwrite(Handler<AsyncResult<Response>> handler)
Redis command READWRITE.
handler
- public RedisAPI readwrite()
Redis command READWRITE.
public Single<Response> rxReadwrite()
Redis command READWRITE.
public RedisAPI rename(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command RENAME.
arg0
- arg1
- handler
- public RedisAPI rename(String arg0, String arg1)
Redis command RENAME.
arg0
- arg1
- public Single<Response> rxRename(String arg0, String arg1)
Redis command RENAME.
arg0
- arg1
- public RedisAPI renamenx(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command RENAMENX.
arg0
- arg1
- handler
- public RedisAPI renamenx(String arg0, String arg1)
Redis command RENAMENX.
arg0
- arg1
- public Single<Response> rxRenamenx(String arg0, String arg1)
Redis command RENAMENX.
arg0
- arg1
- public RedisAPI replconf(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command REPLCONF.
args
- handler
- public RedisAPI replconf(List<String> args)
Redis command REPLCONF.
args
- public Single<Response> rxReplconf(List<String> args)
Redis command REPLCONF.
args
- public RedisAPI replicaof(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command REPLICAOF.
arg0
- arg1
- handler
- public RedisAPI replicaof(String arg0, String arg1)
Redis command REPLICAOF.
arg0
- arg1
- public Single<Response> rxReplicaof(String arg0, String arg1)
Redis command REPLICAOF.
arg0
- arg1
- public RedisAPI reset(Handler<AsyncResult<Response>> handler)
Redis command RESET.
handler
- public Single<Response> rxReset()
Redis command RESET.
public RedisAPI restore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command RESTORE.
args
- handler
- public RedisAPI restore(List<String> args)
Redis command RESTORE.
args
- public Single<Response> rxRestore(List<String> args)
Redis command RESTORE.
args
- public RedisAPI restoreAsking(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command RESTORE-ASKING.
args
- handler
- public RedisAPI restoreAsking(List<String> args)
Redis command RESTORE-ASKING.
args
- public Single<Response> rxRestoreAsking(List<String> args)
Redis command RESTORE-ASKING.
args
- public RedisAPI role(Handler<AsyncResult<Response>> handler)
Redis command ROLE.
handler
- public RedisAPI role()
Redis command ROLE.
public Single<Response> rxRole()
Redis command ROLE.
public RedisAPI rpop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command RPOP.
args
- handler
- public RedisAPI rpop(List<String> args)
Redis command RPOP.
args
- public Single<Response> rxRpop(List<String> args)
Redis command RPOP.
args
- public RedisAPI rpoplpush(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command RPOPLPUSH.
arg0
- arg1
- handler
- public RedisAPI rpoplpush(String arg0, String arg1)
Redis command RPOPLPUSH.
arg0
- arg1
- public Single<Response> rxRpoplpush(String arg0, String arg1)
Redis command RPOPLPUSH.
arg0
- arg1
- public RedisAPI rpush(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command RPUSH.
args
- handler
- public RedisAPI rpush(List<String> args)
Redis command RPUSH.
args
- public Single<Response> rxRpush(List<String> args)
Redis command RPUSH.
args
- public RedisAPI rpushx(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command RPUSHX.
args
- handler
- public RedisAPI rpushx(List<String> args)
Redis command RPUSHX.
args
- public Single<Response> rxRpushx(List<String> args)
Redis command RPUSHX.
args
- public RedisAPI sadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SADD.
args
- handler
- public RedisAPI sadd(List<String> args)
Redis command SADD.
args
- public Single<Response> rxSadd(List<String> args)
Redis command SADD.
args
- public RedisAPI save(Handler<AsyncResult<Response>> handler)
Redis command SAVE.
handler
- public RedisAPI save()
Redis command SAVE.
public Single<Response> rxSave()
Redis command SAVE.
public RedisAPI scan(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SCAN.
args
- handler
- public RedisAPI scan(List<String> args)
Redis command SCAN.
args
- public Single<Response> rxScan(List<String> args)
Redis command SCAN.
args
- public RedisAPI scard(String arg0, Handler<AsyncResult<Response>> handler)
Redis command SCARD.
arg0
- handler
- public RedisAPI scard(String arg0)
Redis command SCARD.
arg0
- public Single<Response> rxScard(String arg0)
Redis command SCARD.
arg0
- public RedisAPI script(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SCRIPT.
args
- handler
- public RedisAPI script(List<String> args)
Redis command SCRIPT.
args
- public Single<Response> rxScript(List<String> args)
Redis command SCRIPT.
args
- public RedisAPI sdiff(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SDIFF.
args
- handler
- public RedisAPI sdiff(List<String> args)
Redis command SDIFF.
args
- public Single<Response> rxSdiff(List<String> args)
Redis command SDIFF.
args
- public RedisAPI sdiffstore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SDIFFSTORE.
args
- handler
- public RedisAPI sdiffstore(List<String> args)
Redis command SDIFFSTORE.
args
- public Single<Response> rxSdiffstore(List<String> args)
Redis command SDIFFSTORE.
args
- public RedisAPI select(String arg0, Handler<AsyncResult<Response>> handler)
Redis command SELECT.
arg0
- handler
- public RedisAPI select(String arg0)
Redis command SELECT.
arg0
- public Single<Response> rxSelect(String arg0)
Redis command SELECT.
arg0
- public RedisAPI set(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SET.
args
- handler
- public RedisAPI set(List<String> args)
Redis command SET.
args
- public Single<Response> rxSet(List<String> args)
Redis command SET.
args
- public RedisAPI setbit(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command SETBIT.
arg0
- arg1
- arg2
- handler
- public RedisAPI setbit(String arg0, String arg1, String arg2)
Redis command SETBIT.
arg0
- arg1
- arg2
- public Single<Response> rxSetbit(String arg0, String arg1, String arg2)
Redis command SETBIT.
arg0
- arg1
- arg2
- public RedisAPI setex(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command SETEX.
arg0
- arg1
- arg2
- handler
- public RedisAPI setex(String arg0, String arg1, String arg2)
Redis command SETEX.
arg0
- arg1
- arg2
- public Single<Response> rxSetex(String arg0, String arg1, String arg2)
Redis command SETEX.
arg0
- arg1
- arg2
- public RedisAPI setnx(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command SETNX.
arg0
- arg1
- handler
- public RedisAPI setnx(String arg0, String arg1)
Redis command SETNX.
arg0
- arg1
- public Single<Response> rxSetnx(String arg0, String arg1)
Redis command SETNX.
arg0
- arg1
- public RedisAPI setrange(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command SETRANGE.
arg0
- arg1
- arg2
- handler
- public RedisAPI setrange(String arg0, String arg1, String arg2)
Redis command SETRANGE.
arg0
- arg1
- arg2
- public Single<Response> rxSetrange(String arg0, String arg1, String arg2)
Redis command SETRANGE.
arg0
- arg1
- arg2
- public RedisAPI shutdown(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SHUTDOWN.
args
- handler
- public RedisAPI shutdown(List<String> args)
Redis command SHUTDOWN.
args
- public Single<Response> rxShutdown(List<String> args)
Redis command SHUTDOWN.
args
- public RedisAPI sinter(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SINTER.
args
- handler
- public RedisAPI sinter(List<String> args)
Redis command SINTER.
args
- public Single<Response> rxSinter(List<String> args)
Redis command SINTER.
args
- public RedisAPI sintercard(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SINTERCARD.
args
- handler
- public RedisAPI sintercard(List<String> args)
Redis command SINTERCARD.
args
- public Single<Response> rxSintercard(List<String> args)
Redis command SINTERCARD.
args
- public RedisAPI sinterstore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SINTERSTORE.
args
- handler
- public RedisAPI sinterstore(List<String> args)
Redis command SINTERSTORE.
args
- public Single<Response> rxSinterstore(List<String> args)
Redis command SINTERSTORE.
args
- public RedisAPI sismember(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command SISMEMBER.
arg0
- arg1
- handler
- public RedisAPI sismember(String arg0, String arg1)
Redis command SISMEMBER.
arg0
- arg1
- public Single<Response> rxSismember(String arg0, String arg1)
Redis command SISMEMBER.
arg0
- arg1
- public RedisAPI slaveof(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command SLAVEOF.
arg0
- arg1
- handler
- public RedisAPI slaveof(String arg0, String arg1)
Redis command SLAVEOF.
arg0
- arg1
- public Single<Response> rxSlaveof(String arg0, String arg1)
Redis command SLAVEOF.
arg0
- arg1
- public RedisAPI slowlog(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SLOWLOG.
args
- handler
- public RedisAPI slowlog(List<String> args)
Redis command SLOWLOG.
args
- public Single<Response> rxSlowlog(List<String> args)
Redis command SLOWLOG.
args
- public RedisAPI smembers(String arg0, Handler<AsyncResult<Response>> handler)
Redis command SMEMBERS.
arg0
- handler
- public RedisAPI smembers(String arg0)
Redis command SMEMBERS.
arg0
- public Single<Response> rxSmembers(String arg0)
Redis command SMEMBERS.
arg0
- public RedisAPI smismember(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SMISMEMBER.
args
- handler
- public RedisAPI smismember(List<String> args)
Redis command SMISMEMBER.
args
- public Single<Response> rxSmismember(List<String> args)
Redis command SMISMEMBER.
args
- public RedisAPI smove(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command SMOVE.
arg0
- arg1
- arg2
- handler
- public RedisAPI smove(String arg0, String arg1, String arg2)
Redis command SMOVE.
arg0
- arg1
- arg2
- public Single<Response> rxSmove(String arg0, String arg1, String arg2)
Redis command SMOVE.
arg0
- arg1
- arg2
- public RedisAPI sort(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SORT.
args
- handler
- public RedisAPI sort(List<String> args)
Redis command SORT.
args
- public Single<Response> rxSort(List<String> args)
Redis command SORT.
args
- public RedisAPI sortRo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SORT_RO.
args
- handler
- public RedisAPI sortRo(List<String> args)
Redis command SORT_RO.
args
- public Single<Response> rxSortRo(List<String> args)
Redis command SORT_RO.
args
- public RedisAPI spop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SPOP.
args
- handler
- public RedisAPI spop(List<String> args)
Redis command SPOP.
args
- public Single<Response> rxSpop(List<String> args)
Redis command SPOP.
args
- public RedisAPI spublish(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command SPUBLISH.
arg0
- arg1
- handler
- public RedisAPI spublish(String arg0, String arg1)
Redis command SPUBLISH.
arg0
- arg1
- public Single<Response> rxSpublish(String arg0, String arg1)
Redis command SPUBLISH.
arg0
- arg1
- public RedisAPI srandmember(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SRANDMEMBER.
args
- handler
- public RedisAPI srandmember(List<String> args)
Redis command SRANDMEMBER.
args
- public Single<Response> rxSrandmember(List<String> args)
Redis command SRANDMEMBER.
args
- public RedisAPI srem(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SREM.
args
- handler
- public RedisAPI srem(List<String> args)
Redis command SREM.
args
- public Single<Response> rxSrem(List<String> args)
Redis command SREM.
args
- public RedisAPI sscan(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SSCAN.
args
- handler
- public RedisAPI sscan(List<String> args)
Redis command SSCAN.
args
- public Single<Response> rxSscan(List<String> args)
Redis command SSCAN.
args
- public RedisAPI ssubscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SSUBSCRIBE.
args
- handler
- public RedisAPI ssubscribe(List<String> args)
Redis command SSUBSCRIBE.
args
- public Single<Response> rxSsubscribe(List<String> args)
Redis command SSUBSCRIBE.
args
- public RedisAPI strlen(String arg0, Handler<AsyncResult<Response>> handler)
Redis command STRLEN.
arg0
- handler
- public RedisAPI strlen(String arg0)
Redis command STRLEN.
arg0
- public Single<Response> rxStrlen(String arg0)
Redis command STRLEN.
arg0
- public RedisAPI subscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SUBSCRIBE.
args
- handler
- public RedisAPI subscribe(List<String> args)
Redis command SUBSCRIBE.
args
- public Single<Response> rxSubscribe(List<String> args)
Redis command SUBSCRIBE.
args
- public RedisAPI substr(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command SUBSTR.
arg0
- arg1
- arg2
- handler
- public RedisAPI substr(String arg0, String arg1, String arg2)
Redis command SUBSTR.
arg0
- arg1
- arg2
- public Single<Response> rxSubstr(String arg0, String arg1, String arg2)
Redis command SUBSTR.
arg0
- arg1
- arg2
- public RedisAPI sunion(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SUNION.
args
- handler
- public RedisAPI sunion(List<String> args)
Redis command SUNION.
args
- public Single<Response> rxSunion(List<String> args)
Redis command SUNION.
args
- public RedisAPI sunionstore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SUNIONSTORE.
args
- handler
- public RedisAPI sunionstore(List<String> args)
Redis command SUNIONSTORE.
args
- public Single<Response> rxSunionstore(List<String> args)
Redis command SUNIONSTORE.
args
- public RedisAPI sunsubscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command SUNSUBSCRIBE.
args
- handler
- public RedisAPI sunsubscribe(List<String> args)
Redis command SUNSUBSCRIBE.
args
- public Single<Response> rxSunsubscribe(List<String> args)
Redis command SUNSUBSCRIBE.
args
- public RedisAPI swapdb(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command SWAPDB.
arg0
- arg1
- handler
- public RedisAPI swapdb(String arg0, String arg1)
Redis command SWAPDB.
arg0
- arg1
- public Single<Response> rxSwapdb(String arg0, String arg1)
Redis command SWAPDB.
arg0
- arg1
- public RedisAPI sync(Handler<AsyncResult<Response>> handler)
Redis command SYNC.
handler
- public RedisAPI sync()
Redis command SYNC.
public Single<Response> rxSync()
Redis command SYNC.
public RedisAPI tdigestAdd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestAdd(List<String> args)
args
- public Single<Response> rxTdigestAdd(List<String> args)
args
- public RedisAPI tdigestByrank(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestByrank(List<String> args)
args
- public Single<Response> rxTdigestByrank(List<String> args)
args
- public RedisAPI tdigestByrevrank(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestByrevrank(List<String> args)
args
- public Single<Response> rxTdigestByrevrank(List<String> args)
args
- public RedisAPI tdigestCdf(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestCdf(List<String> args)
args
- public Single<Response> rxTdigestCdf(List<String> args)
args
- public RedisAPI tdigestCreate(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestCreate(List<String> args)
args
- public Single<Response> rxTdigestCreate(List<String> args)
args
- public RedisAPI tdigestInfo(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestInfo(List<String> args)
args
- public Single<Response> rxTdigestInfo(List<String> args)
args
- public RedisAPI tdigestMax(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestMax(List<String> args)
args
- public Single<Response> rxTdigestMax(List<String> args)
args
- public RedisAPI tdigestMerge(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestMerge(List<String> args)
args
- public Single<Response> rxTdigestMerge(List<String> args)
args
- public RedisAPI tdigestMin(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestMin(List<String> args)
args
- public Single<Response> rxTdigestMin(List<String> args)
args
- public RedisAPI tdigestQuantile(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestQuantile(List<String> args)
args
- public Single<Response> rxTdigestQuantile(List<String> args)
args
- public RedisAPI tdigestRank(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestRank(List<String> args)
args
- public Single<Response> rxTdigestRank(List<String> args)
args
- public RedisAPI tdigestReset(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestReset(List<String> args)
args
- public Single<Response> rxTdigestReset(List<String> args)
args
- public RedisAPI tdigestRevrank(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestRevrank(List<String> args)
args
- public Single<Response> rxTdigestRevrank(List<String> args)
args
- public RedisAPI tdigestTrimmedMean(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tdigestTrimmedMean(List<String> args)
args
- public Single<Response> rxTdigestTrimmedMean(List<String> args)
args
- public RedisAPI time(Handler<AsyncResult<Response>> handler)
Redis command TIME.
handler
- public RedisAPI time()
Redis command TIME.
public Single<Response> rxTime()
Redis command TIME.
public RedisAPI timeseriesClusterset(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI timeseriesClusterset(List<String> args)
args
- public Single<Response> rxTimeseriesClusterset(List<String> args)
args
- public RedisAPI timeseriesClustersetfromshard(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI timeseriesClustersetfromshard(List<String> args)
args
- public Single<Response> rxTimeseriesClustersetfromshard(List<String> args)
args
- public RedisAPI timeseriesHello(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI timeseriesHello(List<String> args)
args
- public Single<Response> rxTimeseriesHello(List<String> args)
args
- public RedisAPI timeseriesInfocluster(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI timeseriesInfocluster(List<String> args)
args
- public Single<Response> rxTimeseriesInfocluster(List<String> args)
args
- public RedisAPI timeseriesInnercommunication(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI timeseriesInnercommunication(List<String> args)
args
- public Single<Response> rxTimeseriesInnercommunication(List<String> args)
args
- public RedisAPI timeseriesNetworktest(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI timeseriesNetworktest(List<String> args)
args
- public Single<Response> rxTimeseriesNetworktest(List<String> args)
args
- public RedisAPI timeseriesRefreshcluster(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI timeseriesRefreshcluster(List<String> args)
args
- public Single<Response> rxTimeseriesRefreshcluster(List<String> args)
args
- public RedisAPI topkAdd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI topkAdd(List<String> args)
args
- public Single<Response> rxTopkAdd(List<String> args)
args
- public RedisAPI topkCount(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI topkCount(List<String> args)
args
- public Single<Response> rxTopkCount(List<String> args)
args
- public RedisAPI topkIncrby(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI topkIncrby(List<String> args)
args
- public Single<Response> rxTopkIncrby(List<String> args)
args
- public RedisAPI topkInfo(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI topkInfo(List<String> args)
args
- public Single<Response> rxTopkInfo(List<String> args)
args
- public RedisAPI topkList(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI topkList(List<String> args)
args
- public Single<Response> rxTopkList(List<String> args)
args
- public RedisAPI topkQuery(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI topkQuery(List<String> args)
args
- public Single<Response> rxTopkQuery(List<String> args)
args
- public RedisAPI topkReserve(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI topkReserve(List<String> args)
args
- public Single<Response> rxTopkReserve(List<String> args)
args
- public RedisAPI touch(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command TOUCH.
args
- handler
- public RedisAPI touch(List<String> args)
Redis command TOUCH.
args
- public Single<Response> rxTouch(List<String> args)
Redis command TOUCH.
args
- public RedisAPI tsAdd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsAdd(List<String> args)
args
- public Single<Response> rxTsAdd(List<String> args)
args
- public RedisAPI tsAlter(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsAlter(List<String> args)
args
- public Single<Response> rxTsAlter(List<String> args)
args
- public RedisAPI tsCreate(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsCreate(List<String> args)
args
- public Single<Response> rxTsCreate(List<String> args)
args
- public RedisAPI tsCreaterule(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsCreaterule(List<String> args)
args
- public Single<Response> rxTsCreaterule(List<String> args)
args
- public RedisAPI tsDecrby(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsDecrby(List<String> args)
args
- public Single<Response> rxTsDecrby(List<String> args)
args
- public RedisAPI tsDel(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsDel(List<String> args)
args
- public Single<Response> rxTsDel(List<String> args)
args
- public RedisAPI tsDeleterule(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsDeleterule(List<String> args)
args
- public Single<Response> rxTsDeleterule(List<String> args)
args
- public RedisAPI tsGet(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsGet(List<String> args)
args
- public Single<Response> rxTsGet(List<String> args)
args
- public RedisAPI tsIncrby(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsIncrby(List<String> args)
args
- public Single<Response> rxTsIncrby(List<String> args)
args
- public RedisAPI tsInfo(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsInfo(List<String> args)
args
- public Single<Response> rxTsInfo(List<String> args)
args
- public RedisAPI tsMadd(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsMadd(List<String> args)
args
- public Single<Response> rxTsMadd(List<String> args)
args
- public RedisAPI tsMget(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsMget(List<String> args)
args
- public Single<Response> rxTsMget(List<String> args)
args
- public RedisAPI tsMrange(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsMrange(List<String> args)
args
- public Single<Response> rxTsMrange(List<String> args)
args
- public RedisAPI tsMrevrange(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsMrevrange(List<String> args)
args
- public Single<Response> rxTsMrevrange(List<String> args)
args
- public RedisAPI tsQueryindex(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsQueryindex(List<String> args)
args
- public Single<Response> rxTsQueryindex(List<String> args)
args
- public RedisAPI tsRange(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsRange(List<String> args)
args
- public Single<Response> rxTsRange(List<String> args)
args
- public RedisAPI tsRevrange(List<String> args, Handler<AsyncResult<Response>> handler)
args
- handler
- public RedisAPI tsRevrange(List<String> args)
args
- public Single<Response> rxTsRevrange(List<String> args)
args
- public RedisAPI ttl(String arg0, Handler<AsyncResult<Response>> handler)
Redis command TTL.
arg0
- handler
- public RedisAPI ttl(String arg0)
Redis command TTL.
arg0
- public Single<Response> rxTtl(String arg0)
Redis command TTL.
arg0
- public RedisAPI type(String arg0, Handler<AsyncResult<Response>> handler)
Redis command TYPE.
arg0
- handler
- public RedisAPI type(String arg0)
Redis command TYPE.
arg0
- public Single<Response> rxType(String arg0)
Redis command TYPE.
arg0
- public RedisAPI unlink(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command UNLINK.
args
- handler
- public RedisAPI unlink(List<String> args)
Redis command UNLINK.
args
- public Single<Response> rxUnlink(List<String> args)
Redis command UNLINK.
args
- public RedisAPI unsubscribe(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command UNSUBSCRIBE.
args
- handler
- public RedisAPI unsubscribe(List<String> args)
Redis command UNSUBSCRIBE.
args
- public Single<Response> rxUnsubscribe(List<String> args)
Redis command UNSUBSCRIBE.
args
- public RedisAPI unwatch(Handler<AsyncResult<Response>> handler)
Redis command UNWATCH.
handler
- public RedisAPI unwatch()
Redis command UNWATCH.
public Single<Response> rxUnwatch()
Redis command UNWATCH.
public RedisAPI wait(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command WAIT.
arg0
- arg1
- handler
- public RedisAPI wait(String arg0, String arg1)
Redis command WAIT.
arg0
- arg1
- public Single<Response> rxWait(String arg0, String arg1)
Redis command WAIT.
arg0
- arg1
- public RedisAPI watch(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command WATCH.
args
- handler
- public RedisAPI watch(List<String> args)
Redis command WATCH.
args
- public Single<Response> rxWatch(List<String> args)
Redis command WATCH.
args
- public RedisAPI xack(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XACK.
args
- handler
- public RedisAPI xack(List<String> args)
Redis command XACK.
args
- public Single<Response> rxXack(List<String> args)
Redis command XACK.
args
- public RedisAPI xadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XADD.
args
- handler
- public RedisAPI xadd(List<String> args)
Redis command XADD.
args
- public Single<Response> rxXadd(List<String> args)
Redis command XADD.
args
- public RedisAPI xautoclaim(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XAUTOCLAIM.
args
- handler
- public RedisAPI xautoclaim(List<String> args)
Redis command XAUTOCLAIM.
args
- public Single<Response> rxXautoclaim(List<String> args)
Redis command XAUTOCLAIM.
args
- public RedisAPI xclaim(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XCLAIM.
args
- handler
- public RedisAPI xclaim(List<String> args)
Redis command XCLAIM.
args
- public Single<Response> rxXclaim(List<String> args)
Redis command XCLAIM.
args
- public RedisAPI xdel(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XDEL.
args
- handler
- public RedisAPI xdel(List<String> args)
Redis command XDEL.
args
- public Single<Response> rxXdel(List<String> args)
Redis command XDEL.
args
- public RedisAPI xgroup(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XGROUP.
args
- handler
- public RedisAPI xgroup(List<String> args)
Redis command XGROUP.
args
- public Single<Response> rxXgroup(List<String> args)
Redis command XGROUP.
args
- public RedisAPI xinfo(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XINFO.
args
- handler
- public RedisAPI xinfo(List<String> args)
Redis command XINFO.
args
- public Single<Response> rxXinfo(List<String> args)
Redis command XINFO.
args
- public RedisAPI xlen(String arg0, Handler<AsyncResult<Response>> handler)
Redis command XLEN.
arg0
- handler
- public RedisAPI xlen(String arg0)
Redis command XLEN.
arg0
- public Single<Response> rxXlen(String arg0)
Redis command XLEN.
arg0
- public RedisAPI xpending(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XPENDING.
args
- handler
- public RedisAPI xpending(List<String> args)
Redis command XPENDING.
args
- public Single<Response> rxXpending(List<String> args)
Redis command XPENDING.
args
- public RedisAPI xrange(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XRANGE.
args
- handler
- public RedisAPI xrange(List<String> args)
Redis command XRANGE.
args
- public Single<Response> rxXrange(List<String> args)
Redis command XRANGE.
args
- public RedisAPI xread(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XREAD.
args
- handler
- public RedisAPI xread(List<String> args)
Redis command XREAD.
args
- public Single<Response> rxXread(List<String> args)
Redis command XREAD.
args
- public RedisAPI xreadgroup(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XREADGROUP.
args
- handler
- public RedisAPI xreadgroup(List<String> args)
Redis command XREADGROUP.
args
- public Single<Response> rxXreadgroup(List<String> args)
Redis command XREADGROUP.
args
- public RedisAPI xrevrange(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XREVRANGE.
args
- handler
- public RedisAPI xrevrange(List<String> args)
Redis command XREVRANGE.
args
- public Single<Response> rxXrevrange(List<String> args)
Redis command XREVRANGE.
args
- public RedisAPI xsetid(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XSETID.
args
- handler
- public RedisAPI xsetid(List<String> args)
Redis command XSETID.
args
- public Single<Response> rxXsetid(List<String> args)
Redis command XSETID.
args
- public RedisAPI xtrim(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command XTRIM.
args
- handler
- public RedisAPI xtrim(List<String> args)
Redis command XTRIM.
args
- public Single<Response> rxXtrim(List<String> args)
Redis command XTRIM.
args
- public RedisAPI zadd(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZADD.
args
- handler
- public RedisAPI zadd(List<String> args)
Redis command ZADD.
args
- public Single<Response> rxZadd(List<String> args)
Redis command ZADD.
args
- public RedisAPI zcard(String arg0, Handler<AsyncResult<Response>> handler)
Redis command ZCARD.
arg0
- handler
- public RedisAPI zcard(String arg0)
Redis command ZCARD.
arg0
- public Single<Response> rxZcard(String arg0)
Redis command ZCARD.
arg0
- public RedisAPI zcount(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command ZCOUNT.
arg0
- arg1
- arg2
- handler
- public RedisAPI zcount(String arg0, String arg1, String arg2)
Redis command ZCOUNT.
arg0
- arg1
- arg2
- public Single<Response> rxZcount(String arg0, String arg1, String arg2)
Redis command ZCOUNT.
arg0
- arg1
- arg2
- public RedisAPI zdiff(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZDIFF.
args
- handler
- public RedisAPI zdiff(List<String> args)
Redis command ZDIFF.
args
- public Single<Response> rxZdiff(List<String> args)
Redis command ZDIFF.
args
- public RedisAPI zdiffstore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZDIFFSTORE.
args
- handler
- public RedisAPI zdiffstore(List<String> args)
Redis command ZDIFFSTORE.
args
- public Single<Response> rxZdiffstore(List<String> args)
Redis command ZDIFFSTORE.
args
- public RedisAPI zincrby(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command ZINCRBY.
arg0
- arg1
- arg2
- handler
- public RedisAPI zincrby(String arg0, String arg1, String arg2)
Redis command ZINCRBY.
arg0
- arg1
- arg2
- public Single<Response> rxZincrby(String arg0, String arg1, String arg2)
Redis command ZINCRBY.
arg0
- arg1
- arg2
- public RedisAPI zinter(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZINTER.
args
- handler
- public RedisAPI zinter(List<String> args)
Redis command ZINTER.
args
- public Single<Response> rxZinter(List<String> args)
Redis command ZINTER.
args
- public RedisAPI zintercard(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZINTERCARD.
args
- handler
- public RedisAPI zintercard(List<String> args)
Redis command ZINTERCARD.
args
- public Single<Response> rxZintercard(List<String> args)
Redis command ZINTERCARD.
args
- public RedisAPI zinterstore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZINTERSTORE.
args
- handler
- public RedisAPI zinterstore(List<String> args)
Redis command ZINTERSTORE.
args
- public Single<Response> rxZinterstore(List<String> args)
Redis command ZINTERSTORE.
args
- public RedisAPI zlexcount(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command ZLEXCOUNT.
arg0
- arg1
- arg2
- handler
- public RedisAPI zlexcount(String arg0, String arg1, String arg2)
Redis command ZLEXCOUNT.
arg0
- arg1
- arg2
- public Single<Response> rxZlexcount(String arg0, String arg1, String arg2)
Redis command ZLEXCOUNT.
arg0
- arg1
- arg2
- public RedisAPI zmpop(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZMPOP.
args
- handler
- public RedisAPI zmpop(List<String> args)
Redis command ZMPOP.
args
- public Single<Response> rxZmpop(List<String> args)
Redis command ZMPOP.
args
- public RedisAPI zmscore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZMSCORE.
args
- handler
- public RedisAPI zmscore(List<String> args)
Redis command ZMSCORE.
args
- public Single<Response> rxZmscore(List<String> args)
Redis command ZMSCORE.
args
- public RedisAPI zpopmax(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZPOPMAX.
args
- handler
- public RedisAPI zpopmax(List<String> args)
Redis command ZPOPMAX.
args
- public Single<Response> rxZpopmax(List<String> args)
Redis command ZPOPMAX.
args
- public RedisAPI zpopmin(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZPOPMIN.
args
- handler
- public RedisAPI zpopmin(List<String> args)
Redis command ZPOPMIN.
args
- public Single<Response> rxZpopmin(List<String> args)
Redis command ZPOPMIN.
args
- public RedisAPI zrandmember(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZRANDMEMBER.
args
- handler
- public RedisAPI zrandmember(List<String> args)
Redis command ZRANDMEMBER.
args
- public Single<Response> rxZrandmember(List<String> args)
Redis command ZRANDMEMBER.
args
- public RedisAPI zrange(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZRANGE.
args
- handler
- public RedisAPI zrange(List<String> args)
Redis command ZRANGE.
args
- public Single<Response> rxZrange(List<String> args)
Redis command ZRANGE.
args
- public RedisAPI zrangebylex(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZRANGEBYLEX.
args
- handler
- public RedisAPI zrangebylex(List<String> args)
Redis command ZRANGEBYLEX.
args
- public Single<Response> rxZrangebylex(List<String> args)
Redis command ZRANGEBYLEX.
args
- public RedisAPI zrangebyscore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZRANGEBYSCORE.
args
- handler
- public RedisAPI zrangebyscore(List<String> args)
Redis command ZRANGEBYSCORE.
args
- public Single<Response> rxZrangebyscore(List<String> args)
Redis command ZRANGEBYSCORE.
args
- public RedisAPI zrangestore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZRANGESTORE.
args
- handler
- public RedisAPI zrangestore(List<String> args)
Redis command ZRANGESTORE.
args
- public Single<Response> rxZrangestore(List<String> args)
Redis command ZRANGESTORE.
args
- public RedisAPI zrank(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command ZRANK.
arg0
- arg1
- handler
- public RedisAPI zrank(String arg0, String arg1)
Redis command ZRANK.
arg0
- arg1
- public Single<Response> rxZrank(String arg0, String arg1)
Redis command ZRANK.
arg0
- arg1
- public RedisAPI zrem(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZREM.
args
- handler
- public RedisAPI zrem(List<String> args)
Redis command ZREM.
args
- public Single<Response> rxZrem(List<String> args)
Redis command ZREM.
args
- public RedisAPI zremrangebylex(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command ZREMRANGEBYLEX.
arg0
- arg1
- arg2
- handler
- public RedisAPI zremrangebylex(String arg0, String arg1, String arg2)
Redis command ZREMRANGEBYLEX.
arg0
- arg1
- arg2
- public Single<Response> rxZremrangebylex(String arg0, String arg1, String arg2)
Redis command ZREMRANGEBYLEX.
arg0
- arg1
- arg2
- public RedisAPI zremrangebyrank(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command ZREMRANGEBYRANK.
arg0
- arg1
- arg2
- handler
- public RedisAPI zremrangebyrank(String arg0, String arg1, String arg2)
Redis command ZREMRANGEBYRANK.
arg0
- arg1
- arg2
- public Single<Response> rxZremrangebyrank(String arg0, String arg1, String arg2)
Redis command ZREMRANGEBYRANK.
arg0
- arg1
- arg2
- public RedisAPI zremrangebyscore(String arg0, String arg1, String arg2, Handler<AsyncResult<Response>> handler)
Redis command ZREMRANGEBYSCORE.
arg0
- arg1
- arg2
- handler
- public RedisAPI zremrangebyscore(String arg0, String arg1, String arg2)
Redis command ZREMRANGEBYSCORE.
arg0
- arg1
- arg2
- public Single<Response> rxZremrangebyscore(String arg0, String arg1, String arg2)
Redis command ZREMRANGEBYSCORE.
arg0
- arg1
- arg2
- public RedisAPI zrevrange(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZREVRANGE.
args
- handler
- public RedisAPI zrevrange(List<String> args)
Redis command ZREVRANGE.
args
- public Single<Response> rxZrevrange(List<String> args)
Redis command ZREVRANGE.
args
- public RedisAPI zrevrangebylex(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZREVRANGEBYLEX.
args
- handler
- public RedisAPI zrevrangebylex(List<String> args)
Redis command ZREVRANGEBYLEX.
args
- public Single<Response> rxZrevrangebylex(List<String> args)
Redis command ZREVRANGEBYLEX.
args
- public RedisAPI zrevrangebyscore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZREVRANGEBYSCORE.
args
- handler
- public RedisAPI zrevrangebyscore(List<String> args)
Redis command ZREVRANGEBYSCORE.
args
- public Single<Response> rxZrevrangebyscore(List<String> args)
Redis command ZREVRANGEBYSCORE.
args
- public RedisAPI zrevrank(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command ZREVRANK.
arg0
- arg1
- handler
- public RedisAPI zrevrank(String arg0, String arg1)
Redis command ZREVRANK.
arg0
- arg1
- public Single<Response> rxZrevrank(String arg0, String arg1)
Redis command ZREVRANK.
arg0
- arg1
- public RedisAPI zscan(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZSCAN.
args
- handler
- public RedisAPI zscan(List<String> args)
Redis command ZSCAN.
args
- public Single<Response> rxZscan(List<String> args)
Redis command ZSCAN.
args
- public RedisAPI zscore(String arg0, String arg1, Handler<AsyncResult<Response>> handler)
Redis command ZSCORE.
arg0
- arg1
- handler
- public RedisAPI zscore(String arg0, String arg1)
Redis command ZSCORE.
arg0
- arg1
- public Single<Response> rxZscore(String arg0, String arg1)
Redis command ZSCORE.
arg0
- arg1
- public RedisAPI zunion(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZUNION.
args
- handler
- public RedisAPI zunion(List<String> args)
Redis command ZUNION.
args
- public Single<Response> rxZunion(List<String> args)
Redis command ZUNION.
args
- public RedisAPI zunionstore(List<String> args, Handler<AsyncResult<Response>> handler)
Redis command ZUNIONSTORE.
args
- handler
- public RedisAPI zunionstore(List<String> args)
Redis command ZUNIONSTORE.
args
- public Single<Response> rxZunionstore(List<String> args)
Redis command ZUNIONSTORE.
args
- public static RedisAPI api(RedisConnection connection)
Copyright © 2024 Eclipse. All rights reserved.