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