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 acce |