Package | Description |
---|---|
io.vertx.reactivex.redis.client | |
io.vertx.redis.client | |
io.vertx.rxjava.redis.client | |
io.vertx.rxjava3.redis.client |
Modifier and Type | Method and Description |
---|---|
RedisAPI |
RedisAPI.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RedisAPI |
RedisAPI.newInstance(RedisAPI arg) |
Constructor and Description |
---|
RedisAPI(RedisAPI delegate) |
Modifier and Type | Method and Description |
---|---|
default RedisAPI |
RedisAPI.acl(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for Access List Control commands.
|
static RedisAPI |
RedisAPI.api(Redis client) |
static RedisAPI |
RedisAPI.api(RedisConnection connection) |
default RedisAPI |
RedisAPI.append(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Append a value to a key.
|
default RedisAPI |
RedisAPI.asking(Handler<AsyncResult<Response>> handler)
Sent by cluster clients after an -ASK redirect.
|
default RedisAPI |
RedisAPI.auth(List<String> args,
Handler<AsyncResult<Response>> handler)
Authenticate to the server.
|
default RedisAPI |
RedisAPI.bfAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.ADD.
|
default RedisAPI |
RedisAPI.bfCard(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.CARD.
|
default RedisAPI |
RedisAPI.bfDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.DEBUG.
|
default RedisAPI |
RedisAPI.bfExists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.EXISTS.
|
default RedisAPI |
RedisAPI.bfInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.INFO.
|
default RedisAPI |
RedisAPI.bfInsert(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.INSERT.
|
default RedisAPI |
RedisAPI.bfLoadchunk(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.LOADCHUNK.
|
default RedisAPI |
RedisAPI.bfMadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.MADD.
|
default RedisAPI |
RedisAPI.bfMexists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.MEXISTS.
|
default RedisAPI |
RedisAPI.bfReserve(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.RESERVE.
|
default RedisAPI |
RedisAPI.bfScandump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command BF.SCANDUMP.
|
default RedisAPI |
RedisAPI.bgrewriteaof(Handler<AsyncResult<Response>> handler)
Asynchronously rewrite the append-only file.
|
default RedisAPI |
RedisAPI.bgsave(List<String> args,
Handler<AsyncResult<Response>> handler)
Asynchronously save the dataset to disk.
|
default RedisAPI |
RedisAPI.bitcount(List<String> args,
Handler<AsyncResult<Response>> handler)
Count set bits in a string.
|
default RedisAPI |
RedisAPI.bitfield(List<String> args,
Handler<AsyncResult<Response>> handler)
Perform arbitrary bitfield integer operations on strings.
|
default RedisAPI |
RedisAPI.bitfieldRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Perform arbitrary bitfield integer operations on strings.
|
default RedisAPI |
RedisAPI.bitop(List<String> args,
Handler<AsyncResult<Response>> handler)
Perform bitwise operations between strings.
|
default RedisAPI |
RedisAPI.bitpos(List<String> args,
Handler<AsyncResult<Response>> handler)
Find first bit set or clear in a string.
|
default RedisAPI |
RedisAPI.blmove(String arg0,
String arg1,
String arg2,
String arg3,
String arg4,
Handler<AsyncResult<Response>> handler)
Pop an element from a list, push it to another list and return it; or block until one is available.
|
default RedisAPI |
RedisAPI.blmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Pop elements from a list, or block until one is available.
|
default RedisAPI |
RedisAPI.blpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the first element in a list, or block until one is available.
|
default RedisAPI |
RedisAPI.brpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the last element in a list, or block until one is available.
|
default RedisAPI |
RedisAPI.brpoplpush(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Pop an element from a list, push it to another list and return it; or block until one is available.
|
default RedisAPI |
RedisAPI.bzmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with scores in a sorted set or block until one is available.
|
default RedisAPI |
RedisAPI.bzpopmax(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
|
default RedisAPI |
RedisAPI.bzpopmin(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
|
default RedisAPI |
RedisAPI.cfAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.ADD.
|
default RedisAPI |
RedisAPI.cfAddnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.ADDNX.
|
default RedisAPI |
RedisAPI.cfCompact(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.COMPACT.
|
default RedisAPI |
RedisAPI.cfCount(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.COUNT.
|
default RedisAPI |
RedisAPI.cfDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.DEBUG.
|
default RedisAPI |
RedisAPI.cfDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.DEL.
|
default RedisAPI |
RedisAPI.cfExists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.EXISTS.
|
default RedisAPI |
RedisAPI.cfInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.INFO.
|
default RedisAPI |
RedisAPI.cfInsert(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.INSERT.
|
default RedisAPI |
RedisAPI.cfInsertnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.INSERTNX.
|
default RedisAPI |
RedisAPI.cfLoadchunk(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.LOADCHUNK.
|
default RedisAPI |
RedisAPI.cfMexists(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.MEXISTS.
|
default RedisAPI |
RedisAPI.cfReserve(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.RESERVE.
|
default RedisAPI |
RedisAPI.cfScandump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CF.SCANDUMP.
|
default RedisAPI |
RedisAPI.client(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for client connection commands.
|
default RedisAPI |
RedisAPI.cluster(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for cluster commands.
|
default RedisAPI |
RedisAPI.cmsIncrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INCRBY.
|
default RedisAPI |
RedisAPI.cmsInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INFO.
|
default RedisAPI |
RedisAPI.cmsInitbydim(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INITBYDIM.
|
default RedisAPI |
RedisAPI.cmsInitbyprob(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.INITBYPROB.
|
default RedisAPI |
RedisAPI.cmsMerge(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.MERGE.
|
default RedisAPI |
RedisAPI.cmsQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command CMS.QUERY.
|
default RedisAPI |
RedisAPI.command(List<String> args,
Handler<AsyncResult<Response>> handler)
Get array of Redis command details.
|
default RedisAPI |
RedisAPI.config(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for server configuration commands.
|
default RedisAPI |
RedisAPI.copy(List<String> args,
Handler<AsyncResult<Response>> handler)
Copy a key.
|
default RedisAPI |
RedisAPI.dbsize(Handler<AsyncResult<Response>> handler)
Return the number of keys in the selected database.
|
default RedisAPI |
RedisAPI.debug(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for debugging commands.
|
default RedisAPI |
RedisAPI.decr(String arg0,
Handler<AsyncResult<Response>> handler)
Decrement the integer value of a key by one.
|
default RedisAPI |
RedisAPI.decrby(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Decrement the integer value of a key by the given number.
|
default RedisAPI |
RedisAPI.del(List<String> args,
Handler<AsyncResult<Response>> handler)
Delete a key.
|
default RedisAPI |
RedisAPI.discard(Handler<AsyncResult<Response>> handler)
Discard all commands issued after MULTI.
|
default RedisAPI |
RedisAPI.dump(String arg0,
Handler<AsyncResult<Response>> handler)
Return a serialized version of the value stored at the specified key.
|
default RedisAPI |
RedisAPI.echo(String arg0,
Handler<AsyncResult<Response>> handler)
Echo the given string.
|
default RedisAPI |
RedisAPI.eval(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a Lua script server side.
|
default RedisAPI |
RedisAPI.evalRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a read-only Lua script server side.
|
default RedisAPI |
RedisAPI.evalsha(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a Lua script server side.
|
default RedisAPI |
RedisAPI.evalshaRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Execute a read-only Lua script server side.
|
default RedisAPI |
RedisAPI.exec(Handler<AsyncResult<Response>> handler)
Execute all commands issued after MULTI.
|
default RedisAPI |
RedisAPI.exists(List<String> args,
Handler<AsyncResult<Response>> handler)
Determine if a key exists.
|
default RedisAPI |
RedisAPI.expire(List<String> args,
Handler<AsyncResult<Response>> handler)
Set a key's time to live in seconds.
|
default RedisAPI |
RedisAPI.expireat(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the expiration for a key as a UNIX timestamp.
|
default RedisAPI |
RedisAPI.expiretime(String arg0,
Handler<AsyncResult<Response>> handler)
Get the expiration Unix timestamp for a key.
|
default RedisAPI |
RedisAPI.failover(List<String> args,
Handler<AsyncResult<Response>> handler)
Start a coordinated failover between this server and one of its replicas.
|
default RedisAPI |
RedisAPI.fcall(List<String> args,
Handler<AsyncResult<Response>> handler)
Invoke a function.
|
default RedisAPI |
RedisAPI.fcallRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Invoke a read-only function.
|
default RedisAPI |
RedisAPI.flushall(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove all keys from all databases.
|
default RedisAPI |
RedisAPI.flushdb(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove all keys from the current database.
|
default RedisAPI |
RedisAPI.ftAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ADD.
|
default RedisAPI |
RedisAPI.ftAggregate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.AGGREGATE.
|
default RedisAPI |
RedisAPI.ftAliasadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASADD.
|
default RedisAPI |
RedisAPI.ftAliasaddifnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._ALIASADDIFNX.
|
default RedisAPI |
RedisAPI.ftAliasdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASDEL.
|
default RedisAPI |
RedisAPI.ftAliasdelifx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._ALIASDELIFX.
|
default RedisAPI |
RedisAPI.ftAliasupdate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALIASUPDATE.
|
default RedisAPI |
RedisAPI.ftAlter(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.ALTER.
|
default RedisAPI |
RedisAPI.ftAlterifnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._ALTERIFNX.
|
default RedisAPI |
RedisAPI.ftConfig(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.CONFIG.
|
default RedisAPI |
RedisAPI.ftCreate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.CREATE.
|
default RedisAPI |
RedisAPI.ftCreateifnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._CREATEIFNX.
|
default RedisAPI |
RedisAPI.ftCursor(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.CURSOR.
|
default RedisAPI |
RedisAPI.ftDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DEBUG.
|
default RedisAPI |
RedisAPI.ftDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DEL.
|
default RedisAPI |
RedisAPI.ftDictadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DICTADD.
|
default RedisAPI |
RedisAPI.ftDictdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DICTDEL.
|
default RedisAPI |
RedisAPI.ftDictdump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DICTDUMP.
|
default RedisAPI |
RedisAPI.ftDrop(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DROP.
|
default RedisAPI |
RedisAPI.ftDropifx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._DROPIFX.
|
default RedisAPI |
RedisAPI.ftDropindex(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.DROPINDEX.
|
default RedisAPI |
RedisAPI.ftDropindexifx(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._DROPINDEXIFX.
|
default RedisAPI |
RedisAPI.ftExplain(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.EXPLAIN.
|
default RedisAPI |
RedisAPI.ftExplaincli(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.EXPLAINCLI.
|
default RedisAPI |
RedisAPI.ftGet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.GET.
|
default RedisAPI |
RedisAPI.ftInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.INFO.
|
default RedisAPI |
RedisAPI.ftList(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT._LIST.
|
default RedisAPI |
RedisAPI.ftMget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.MGET.
|
default RedisAPI |
RedisAPI.ftProfile(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.PROFILE.
|
default RedisAPI |
RedisAPI.ftSafeadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SAFEADD.
|
default RedisAPI |
RedisAPI.ftSearch(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SEARCH.
|
default RedisAPI |
RedisAPI.ftSpellcheck(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SPELLCHECK.
|
default RedisAPI |
RedisAPI.ftSugadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGADD.
|
default RedisAPI |
RedisAPI.ftSugdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGDEL.
|
default RedisAPI |
RedisAPI.ftSugget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGGET.
|
default RedisAPI |
RedisAPI.ftSuglen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SUGLEN.
|
default RedisAPI |
RedisAPI.ftSynadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SYNADD.
|
default RedisAPI |
RedisAPI.ftSyndump(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SYNDUMP.
|
default RedisAPI |
RedisAPI.ftSynupdate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.SYNUPDATE.
|
default RedisAPI |
RedisAPI.ftTagvals(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command FT.TAGVALS.
|
default RedisAPI |
RedisAPI.function(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for function commands.
|
default RedisAPI |
RedisAPI.geoadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Add one or more geospatial items in the geospatial index represented using a sorted set.
|
default RedisAPI |
RedisAPI.geodist(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns the distance between two members of a geospatial index.
|
default RedisAPI |
RedisAPI.geohash(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns members of a geospatial index as standard geohash strings.
|
default RedisAPI |
RedisAPI.geopos(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns longitude and latitude of members of a geospatial index.
|
default RedisAPI |
RedisAPI.georadius(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.
|
default RedisAPI |
RedisAPI.georadiusbymember(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.
|
default RedisAPI |
RedisAPI.georadiusbymemberRo(List<String> args,
Handler<AsyncResult<Response>> handler)
A read-only variant for GEORADIUSBYMEMBER.
|
default RedisAPI |
RedisAPI.georadiusRo(List<String> args,
Handler<AsyncResult<Response>> handler)
A read-only variant for GEORADIUS.
|
default RedisAPI |
RedisAPI.geosearch(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
|
default RedisAPI |
RedisAPI.geosearchstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
|
default RedisAPI |
RedisAPI.get(String arg0,
Handler<AsyncResult<Response>> handler)
Get the value of a key.
|
default RedisAPI |
RedisAPI.getbit(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Returns the bit value at offset in the string value stored at key.
|
default RedisAPI |
RedisAPI.getdel(String arg0,
Handler<AsyncResult<Response>> handler)
Get the value of a key and delete the key.
|
default RedisAPI |
RedisAPI.getex(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the value of a key and optionally set its expiration.
|
default RedisAPI |
RedisAPI.getrange(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Get a substring of the string stored at a key.
|
default RedisAPI |
RedisAPI.getset(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Set the string value of a key and return its old value.
|
default RedisAPI |
RedisAPI.graphBulk(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.BULK.
|
default RedisAPI |
RedisAPI.graphConfig(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.CONFIG.
|
default RedisAPI |
RedisAPI.graphDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.DEBUG.
|
default RedisAPI |
RedisAPI.graphDelete(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.DELETE.
|
default RedisAPI |
RedisAPI.graphExplain(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.EXPLAIN.
|
default RedisAPI |
RedisAPI.graphList(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.LIST.
|
default RedisAPI |
RedisAPI.graphProfile(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.PROFILE.
|
default RedisAPI |
RedisAPI.graphQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.QUERY.
|
default RedisAPI |
RedisAPI.graphRoQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.RO_QUERY.
|
default RedisAPI |
RedisAPI.graphSlowlog(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command GRAPH.SLOWLOG.
|
default RedisAPI |
RedisAPI.hdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Delete one or more hash fields.
|
default RedisAPI |
RedisAPI.hello(List<String> args,
Handler<AsyncResult<Response>> handler)
Handshake with Redis.
|
default RedisAPI |
RedisAPI.hexists(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine if a hash field exists.
|
default RedisAPI |
RedisAPI.hget(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get the value of a hash field.
|
default RedisAPI |
RedisAPI.hgetall(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the fields and values in a hash.
|
default RedisAPI |
RedisAPI.hincrby(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Increment the integer value of a hash field by the given number.
|
default RedisAPI |
RedisAPI.hincrbyfloat(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Increment the float value of a hash field by the given amount.
|
default RedisAPI |
RedisAPI.hkeys(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the fields in a hash.
|
default RedisAPI |
RedisAPI.hlen(String arg0,
Handler<AsyncResult<Response>> handler)
Get the number of fields in a hash.
|
default RedisAPI |
RedisAPI.hmget(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the values of all the given hash fields.
|
default RedisAPI |
RedisAPI.hmset(List<String> args,
Handler<AsyncResult<Response>> handler)
Set multiple hash fields to multiple values.
|
default RedisAPI |
RedisAPI.hrandfield(List<String> args,
Handler<AsyncResult<Response>> handler)
Get one or multiple random fields from a hash.
|
default RedisAPI |
RedisAPI.hscan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate hash fields and associated values.
|
default RedisAPI |
RedisAPI.hset(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the string value of a hash field.
|
default RedisAPI |
RedisAPI.hsetnx(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value of a hash field, only if the field does not exist.
|
default RedisAPI |
RedisAPI.hstrlen(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get the length of the value of a hash field.
|
default RedisAPI |
RedisAPI.hvals(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the values in a hash.
|
default RedisAPI |
RedisAPI.incr(String arg0,
Handler<AsyncResult<Response>> handler)
Increment the integer value of a key by one.
|
default RedisAPI |
RedisAPI.incrby(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Increment the integer value of a key by the given amount.
|
default RedisAPI |
RedisAPI.incrbyfloat(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Increment the float value of a key by the given amount.
|
default RedisAPI |
RedisAPI.info(List<String> args,
Handler<AsyncResult<Response>> handler)
Get information and statistics about the server.
|
default RedisAPI |
RedisAPI.jsonArrappend(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRAPPEND.
|
default RedisAPI |
RedisAPI.jsonArrindex(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRINDEX.
|
default RedisAPI |
RedisAPI.jsonArrinsert(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRINSERT.
|
default RedisAPI |
RedisAPI.jsonArrlen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRLEN.
|
default RedisAPI |
RedisAPI.jsonArrpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRPOP.
|
default RedisAPI |
RedisAPI.jsonArrtrim(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.ARRTRIM.
|
default RedisAPI |
RedisAPI.jsonClear(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.CLEAR.
|
default RedisAPI |
RedisAPI.jsonDebug(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.DEBUG.
|
default RedisAPI |
RedisAPI.jsonDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.DEL.
|
default RedisAPI |
RedisAPI.jsonForget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.FORGET.
|
default RedisAPI |
RedisAPI.jsonGet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.GET.
|
default RedisAPI |
RedisAPI.jsonMget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.MGET.
|
default RedisAPI |
RedisAPI.jsonNumincrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMINCRBY.
|
default RedisAPI |
RedisAPI.jsonNummultby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMMULTBY.
|
default RedisAPI |
RedisAPI.jsonNumpowby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.NUMPOWBY.
|
default RedisAPI |
RedisAPI.jsonObjkeys(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.OBJKEYS.
|
default RedisAPI |
RedisAPI.jsonObjlen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.OBJLEN.
|
default RedisAPI |
RedisAPI.jsonResp(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.RESP.
|
default RedisAPI |
RedisAPI.jsonSet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.SET.
|
default RedisAPI |
RedisAPI.jsonStrappend(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.STRAPPEND.
|
default RedisAPI |
RedisAPI.jsonStrlen(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.STRLEN.
|
default RedisAPI |
RedisAPI.jsonToggle(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.TOGGLE.
|
default RedisAPI |
RedisAPI.jsonType(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command JSON.TYPE.
|
default RedisAPI |
RedisAPI.keys(String arg0,
Handler<AsyncResult<Response>> handler)
Find all keys matching the given pattern.
|
default RedisAPI |
RedisAPI.lastsave(Handler<AsyncResult<Response>> handler)
Get the UNIX time stamp of the last successful save to disk.
|
default RedisAPI |
RedisAPI.latency(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for latency diagnostics commands.
|
default RedisAPI |
RedisAPI.lcs(List<String> args,
Handler<AsyncResult<Response>> handler)
Find longest common substring.
|
default RedisAPI |
RedisAPI.lindex(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get an element from a list by its index.
|
default RedisAPI |
RedisAPI.linsert(String arg0,
String arg1,
String arg2,
String arg3,
Handler<AsyncResult<Response>> handler)
Insert an element before or after another element in a list.
|
default RedisAPI |
RedisAPI.llen(String arg0,
Handler<AsyncResult<Response>> handler)
Get the length of a list.
|
default RedisAPI |
RedisAPI.lmove(String arg0,
String arg1,
String arg2,
String arg3,
Handler<AsyncResult<Response>> handler)
Pop an element from a list, push it to another list and return it.
|
default RedisAPI |
RedisAPI.lmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Pop elements from a list.
|
default RedisAPI |
RedisAPI.lolwut(List<String> args,
Handler<AsyncResult<Response>> handler)
Display some computer art and the Redis version.
|
default RedisAPI |
RedisAPI.lpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the first elements in a list.
|
default RedisAPI |
RedisAPI.lpos(List<String> args,
Handler<AsyncResult<Response>> handler)
Return the index of matching elements on a list.
|
default RedisAPI |
RedisAPI.lpush(List<String> args,
Handler<AsyncResult<Response>> handler)
Prepend one or multiple elements to a list.
|
default RedisAPI |
RedisAPI.lpushx(List<String> args,
Handler<AsyncResult<Response>> handler)
Prepend an element to a list, only if the list exists.
|
default RedisAPI |
RedisAPI.lrange(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Get a range of elements from a list.
|
default RedisAPI |
RedisAPI.lrem(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove elements from a list.
|
default RedisAPI |
RedisAPI.lset(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value of an element in a list by its index.
|
default RedisAPI |
RedisAPI.ltrim(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Trim a list to the specified range.
|
default RedisAPI |
RedisAPI.memory(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for memory diagnostics commands.
|
default RedisAPI |
RedisAPI.mget(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the values of all the given keys.
|
default RedisAPI |
RedisAPI.migrate(List<String> args,
Handler<AsyncResult<Response>> handler)
Atomically transfer a key from a Redis instance to another one.
|
default RedisAPI |
RedisAPI.module(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for module commands.
|
default RedisAPI |
RedisAPI.monitor(Handler<AsyncResult<Response>> handler)
Listen for all requests received by the server in real time.
|
default RedisAPI |
RedisAPI.move(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Move a key to another database.
|
default RedisAPI |
RedisAPI.mset(List<String> args,
Handler<AsyncResult<Response>> handler)
Set multiple keys to multiple values.
|
default RedisAPI |
RedisAPI.msetnx(List<String> args,
Handler<AsyncResult<Response>> handler)
Set multiple keys to multiple values, only if none of the keys exist.
|
default RedisAPI |
RedisAPI.multi(Handler<AsyncResult<Response>> handler)
Mark the start of a transaction block.
|
default RedisAPI |
RedisAPI.object(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for object introspection commands.
|
default RedisAPI |
RedisAPI.persist(String arg0,
Handler<AsyncResult<Response>> handler)
Remove the expiration from a key.
|
default RedisAPI |
RedisAPI.pexpire(List<String> args,
Handler<AsyncResult<Response>> handler)
Set a key's time to live in milliseconds.
|
default RedisAPI |
RedisAPI.pexpireat(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
|
default RedisAPI |
RedisAPI.pexpiretime(String arg0,
Handler<AsyncResult<Response>> handler)
Get the expiration Unix timestamp for a key in milliseconds.
|
default RedisAPI |
RedisAPI.pfadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Adds the specified elements to the specified HyperLogLog.
|
default RedisAPI |
RedisAPI.pfcount(List<String> args,
Handler<AsyncResult<Response>> handler)
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
|
default RedisAPI |
RedisAPI.pfdebug(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Internal commands for debugging HyperLogLog values.
|
default RedisAPI |
RedisAPI.pfmerge(List<String> args,
Handler<AsyncResult<Response>> handler)
Merge N different HyperLogLogs into a single one.
|
default RedisAPI |
RedisAPI.pfselftest(Handler<AsyncResult<Response>> handler)
An internal command for testing HyperLogLog values.
|
default RedisAPI |
RedisAPI.ping(List<String> args,
Handler<AsyncResult<Response>> handler)
Ping the server.
|
default RedisAPI |
RedisAPI.psetex(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value and expiration in milliseconds of a key.
|
default RedisAPI |
RedisAPI.psubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Listen for messages published to channels matching the given patterns.
|
default RedisAPI |
RedisAPI.psync(List<String> args,
Handler<AsyncResult<Response>> handler)
Internal command used for replication.
|
default RedisAPI |
RedisAPI.pttl(String arg0,
Handler<AsyncResult<Response>> handler)
Get the time to live for a key in milliseconds.
|
default RedisAPI |
RedisAPI.publish(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Post a message to a channel.
|
default RedisAPI |
RedisAPI.pubsub(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for Pub/Sub commands.
|
default RedisAPI |
RedisAPI.punsubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to channels matching the given patterns.
|
default RedisAPI |
RedisAPI.quit(List<String> args,
Handler<AsyncResult<Response>> handler)
Close the connection.
|
default RedisAPI |
RedisAPI.randomkey(Handler<AsyncResult<Response>> handler)
Return a random key from the keyspace.
|
default RedisAPI |
RedisAPI.readonly(Handler<AsyncResult<Response>> handler)
Enables read queries for a connection to a cluster replica node.
|
default RedisAPI |
RedisAPI.readwrite(Handler<AsyncResult<Response>> handler)
Disables read queries for a connection to a cluster replica node.
|
default RedisAPI |
RedisAPI.rename(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Rename a key.
|
default RedisAPI |
RedisAPI.renamenx(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Rename a key, only if the new key does not exist.
|
default RedisAPI |
RedisAPI.replconf(List<String> args,
Handler<AsyncResult<Response>> handler)
An internal command for configuring the replication stream.
|
default RedisAPI |
RedisAPI.replicaof(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Make the server a replica of another instance, or promote it as master.
|
default RedisAPI |
RedisAPI.reset(Handler<AsyncResult<Response>> handler)
Reset the connection.
|
default RedisAPI |
RedisAPI.restore(List<String> args,
Handler<AsyncResult<Response>> handler)
Create a key using the provided serialized value, previously obtained using DUMP.
|
default RedisAPI |
RedisAPI.restoreAsking(List<String> args,
Handler<AsyncResult<Response>> handler)
An internal command for migrating keys in a cluster.
|
default RedisAPI |
RedisAPI.role(Handler<AsyncResult<Response>> handler)
Return the role of the instance in the context of replication.
|
default RedisAPI |
RedisAPI.rpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and get the last elements in a list.
|
default RedisAPI |
RedisAPI.rpoplpush(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Remove the last element in a list, prepend it to another list and return it.
|
default RedisAPI |
RedisAPI.rpush(List<String> args,
Handler<AsyncResult<Response>> handler)
Append one or multiple elements to a list.
|
default RedisAPI |
RedisAPI.rpushx(List<String> args,
Handler<AsyncResult<Response>> handler)
Append an element to a list, only if the list exists.
|
default RedisAPI |
RedisAPI.sadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Add one or more members to a set.
|
default RedisAPI |
RedisAPI.save(Handler<AsyncResult<Response>> handler)
Synchronously save the dataset to disk.
|
default RedisAPI |
RedisAPI.scan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate the keys space.
|
default RedisAPI |
RedisAPI.scard(String arg0,
Handler<AsyncResult<Response>> handler)
Get the number of members in a set.
|
default RedisAPI |
RedisAPI.script(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for Lua scripts management commands.
|
default RedisAPI |
RedisAPI.sdiff(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sets.
|
default RedisAPI |
RedisAPI.sdiffstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sets and store the resulting set in a key.
|
default RedisAPI |
RedisAPI.select(String arg0,
Handler<AsyncResult<Response>> handler)
Change the selected database for the current connection.
|
default RedisAPI |
RedisAPI.set(List<String> args,
Handler<AsyncResult<Response>> handler)
Set the string value of a key.
|
default RedisAPI |
RedisAPI.setbit(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Sets or clears the bit at offset in the string value stored at key.
|
default RedisAPI |
RedisAPI.setex(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Set the value and expiration of a key.
|
default RedisAPI |
RedisAPI.setnx(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Set the value of a key, only if the key does not exist.
|
default RedisAPI |
RedisAPI.setrange(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Overwrite part of a string at key starting at the specified offset.
|
default RedisAPI |
RedisAPI.shutdown(List<String> args,
Handler<AsyncResult<Response>> handler)
Synchronously save the dataset to disk and then shut down the server.
|
default RedisAPI |
RedisAPI.sinter(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sets.
|
default RedisAPI |
RedisAPI.sintercard(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sets and return the cardinality of the result.
|
default RedisAPI |
RedisAPI.sinterstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sets and store the resulting set in a key.
|
default RedisAPI |
RedisAPI.sismember(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine if a given value is a member of a set.
|
default RedisAPI |
RedisAPI.slaveof(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Make the server a replica of another instance, or promote it as master.
|
default RedisAPI |
RedisAPI.slowlog(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for slow log commands.
|
default RedisAPI |
RedisAPI.smembers(String arg0,
Handler<AsyncResult<Response>> handler)
Get all the members in a set.
|
default RedisAPI |
RedisAPI.smismember(List<String> args,
Handler<AsyncResult<Response>> handler)
Returns the membership associated with the given elements for a set.
|
default RedisAPI |
RedisAPI.smove(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Move a member from one set to another.
|
default RedisAPI |
RedisAPI.sort(List<String> args,
Handler<AsyncResult<Response>> handler)
Sort the elements in a list, set or sorted set.
|
default RedisAPI |
RedisAPI.sortRo(List<String> args,
Handler<AsyncResult<Response>> handler)
Sort the elements in a list, set or sorted set.
|
default RedisAPI |
RedisAPI.spop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return one or multiple random members from a set.
|
default RedisAPI |
RedisAPI.spublish(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Post a message to a shard channel.
|
default RedisAPI |
RedisAPI.srandmember(List<String> args,
Handler<AsyncResult<Response>> handler)
Get one or multiple random members from a set.
|
default RedisAPI |
RedisAPI.srem(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove one or more members from a set.
|
default RedisAPI |
RedisAPI.sscan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate Set elements.
|
default RedisAPI |
RedisAPI.ssubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Listen for messages published to the given shard channels.
|
default RedisAPI |
RedisAPI.strlen(String arg0,
Handler<AsyncResult<Response>> handler)
Get the length of the value stored in a key.
|
default RedisAPI |
RedisAPI.subscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Listen for messages published to the given channels.
|
default RedisAPI |
RedisAPI.substr(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Get a substring of the string stored at a key.
|
default RedisAPI |
RedisAPI.sunion(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sets.
|
default RedisAPI |
RedisAPI.sunionstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sets and store the resulting set in a key.
|
default RedisAPI |
RedisAPI.sunsubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to the given shard channels.
|
default RedisAPI |
RedisAPI.swapdb(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Swaps two Redis databases.
|
default RedisAPI |
RedisAPI.sync(Handler<AsyncResult<Response>> handler)
Internal command used for replication.
|
default RedisAPI |
RedisAPI.tdigestAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.ADD.
|
default RedisAPI |
RedisAPI.tdigestByrank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.BYRANK.
|
default RedisAPI |
RedisAPI.tdigestByrevrank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.BYREVRANK.
|
default RedisAPI |
RedisAPI.tdigestCdf(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.CDF.
|
default RedisAPI |
RedisAPI.tdigestCreate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.CREATE.
|
default RedisAPI |
RedisAPI.tdigestInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.INFO.
|
default RedisAPI |
RedisAPI.tdigestMax(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MAX.
|
default RedisAPI |
RedisAPI.tdigestMerge(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MERGE.
|
default RedisAPI |
RedisAPI.tdigestMin(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.MIN.
|
default RedisAPI |
RedisAPI.tdigestQuantile(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.QUANTILE.
|
default RedisAPI |
RedisAPI.tdigestRank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.RANK.
|
default RedisAPI |
RedisAPI.tdigestReset(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.RESET.
|
default RedisAPI |
RedisAPI.tdigestRevrank(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.REVRANK.
|
default RedisAPI |
RedisAPI.tdigestTrimmedMean(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TDIGEST.TRIMMED_MEAN.
|
default RedisAPI |
RedisAPI.time(Handler<AsyncResult<Response>> handler)
Return the current server time.
|
default RedisAPI |
RedisAPI.timeseriesClusterset(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.CLUSTERSET.
|
default RedisAPI |
RedisAPI.timeseriesClustersetfromshard(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
|
default RedisAPI |
RedisAPI.timeseriesHello(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.HELLO.
|
default RedisAPI |
RedisAPI.timeseriesInfocluster(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.INFOCLUSTER.
|
default RedisAPI |
RedisAPI.timeseriesInnercommunication(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.INNERCOMMUNICATION.
|
default RedisAPI |
RedisAPI.timeseriesNetworktest(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.NETWORKTEST.
|
default RedisAPI |
RedisAPI.timeseriesRefreshcluster(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TIMESERIES.REFRESHCLUSTER.
|
default RedisAPI |
RedisAPI.topkAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.ADD.
|
default RedisAPI |
RedisAPI.topkCount(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.COUNT.
|
default RedisAPI |
RedisAPI.topkIncrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.INCRBY.
|
default RedisAPI |
RedisAPI.topkInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.INFO.
|
default RedisAPI |
RedisAPI.topkList(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.LIST.
|
default RedisAPI |
RedisAPI.topkQuery(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.QUERY.
|
default RedisAPI |
RedisAPI.topkReserve(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TOPK.RESERVE.
|
default RedisAPI |
RedisAPI.touch(List<String> args,
Handler<AsyncResult<Response>> handler)
Alters the last access time of a key(s).
|
default RedisAPI |
RedisAPI.tsAdd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.ADD.
|
default RedisAPI |
RedisAPI.tsAlter(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.ALTER.
|
default RedisAPI |
RedisAPI.tsCreate(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.CREATE.
|
default RedisAPI |
RedisAPI.tsCreaterule(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.CREATERULE.
|
default RedisAPI |
RedisAPI.tsDecrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.DECRBY.
|
default RedisAPI |
RedisAPI.tsDel(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.DEL.
|
default RedisAPI |
RedisAPI.tsDeleterule(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.DELETERULE.
|
default RedisAPI |
RedisAPI.tsGet(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.GET.
|
default RedisAPI |
RedisAPI.tsIncrby(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.INCRBY.
|
default RedisAPI |
RedisAPI.tsInfo(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.INFO.
|
default RedisAPI |
RedisAPI.tsMadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MADD.
|
default RedisAPI |
RedisAPI.tsMget(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MGET.
|
default RedisAPI |
RedisAPI.tsMrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MRANGE.
|
default RedisAPI |
RedisAPI.tsMrevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.MREVRANGE.
|
default RedisAPI |
RedisAPI.tsQueryindex(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.QUERYINDEX.
|
default RedisAPI |
RedisAPI.tsRange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.RANGE.
|
default RedisAPI |
RedisAPI.tsRevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Redis command TS.REVRANGE.
|
default RedisAPI |
RedisAPI.ttl(String arg0,
Handler<AsyncResult<Response>> handler)
Get the time to live for a key in seconds.
|
default RedisAPI |
RedisAPI.type(String arg0,
Handler<AsyncResult<Response>> handler)
Determine the type stored at key.
|
default RedisAPI |
RedisAPI.unlink(List<String> args,
Handler<AsyncResult<Response>> handler)
Delete a key asynchronously in another thread.
|
default RedisAPI |
RedisAPI.unsubscribe(List<String> args,
Handler<AsyncResult<Response>> handler)
Stop listening for messages posted to the given channels.
|
default RedisAPI |
RedisAPI.unwatch(Handler<AsyncResult<Response>> handler)
Forget about all watched keys.
|
default RedisAPI |
RedisAPI.wait(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
|
default RedisAPI |
RedisAPI.watch(List<String> args,
Handler<AsyncResult<Response>> handler)
Watch the given keys to determine execution of the MULTI/EXEC block.
|
default RedisAPI |
RedisAPI.xack(List<String> args,
Handler<AsyncResult<Response>> handler)
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
|
default RedisAPI |
RedisAPI.xadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Appends a new entry to a stream.
|
default RedisAPI |
RedisAPI.xautoclaim(List<String> args,
Handler<AsyncResult<Response>> handler)
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
|
default RedisAPI |
RedisAPI.xclaim(List<String> args,
Handler<AsyncResult<Response>> handler)
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
|
default RedisAPI |
RedisAPI.xdel(List<String> args,
Handler<AsyncResult<Response>> handler)
Removes the specified entries from the stream.
|
default RedisAPI |
RedisAPI.xgroup(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for consumer groups commands.
|
default RedisAPI |
RedisAPI.xinfo(List<String> args,
Handler<AsyncResult<Response>> handler)
A container for stream introspection commands.
|
default RedisAPI |
RedisAPI.xlen(String arg0,
Handler<AsyncResult<Response>> handler)
Return the number of entries in a stream.
|
default RedisAPI |
RedisAPI.xpending(List<String> args,
Handler<AsyncResult<Response>> handler)
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
|
default RedisAPI |
RedisAPI.xrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of elements in a stream, with IDs matching the specified IDs interval.
|
default RedisAPI |
RedisAPI.xread(List<String> args,
Handler<AsyncResult<Response>> handler)
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
|
default RedisAPI |
RedisAPI.xreadgroup(List<String> args,
Handler<AsyncResult<Response>> handler)
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
|
default RedisAPI |
RedisAPI.xrevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
|
default RedisAPI |
RedisAPI.xsetid(List<String> args,
Handler<AsyncResult<Response>> handler)
An internal command for replicating stream values.
|
default RedisAPI |
RedisAPI.xtrim(List<String> args,
Handler<AsyncResult<Response>> handler)
Trims the stream to (approximately if '~' is passed) a certain size.
|
default RedisAPI |
RedisAPI.zadd(List<String> args,
Handler<AsyncResult<Response>> handler)
Add one or more members to a sorted set, or update its score if it already exists.
|
default RedisAPI |
RedisAPI.zcard(String arg0,
Handler<AsyncResult<Response>> handler)
Get the number of members in a sorted set.
|
default RedisAPI |
RedisAPI.zcount(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Count the members in a sorted set with scores within the given values.
|
default RedisAPI |
RedisAPI.zdiff(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sorted sets.
|
default RedisAPI |
RedisAPI.zdiffstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Subtract multiple sorted sets and store the resulting sorted set in a new key.
|
default RedisAPI |
RedisAPI.zincrby(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Increment the score of a member in a sorted set.
|
default RedisAPI |
RedisAPI.zinter(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets.
|
default RedisAPI |
RedisAPI.zintercard(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets and return the cardinality of the result.
|
default RedisAPI |
RedisAPI.zinterstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key.
|
default RedisAPI |
RedisAPI.zlexcount(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Count the number of members in a sorted set between a given lexicographical range.
|
default RedisAPI |
RedisAPI.zmpop(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with scores in a sorted set.
|
default RedisAPI |
RedisAPI.zmscore(List<String> args,
Handler<AsyncResult<Response>> handler)
Get the score associated with the given members in a sorted set.
|
default RedisAPI |
RedisAPI.zpopmax(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with the highest scores in a sorted set.
|
default RedisAPI |
RedisAPI.zpopmin(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove and return members with the lowest scores in a sorted set.
|
default RedisAPI |
RedisAPI.zrandmember(List<String> args,
Handler<AsyncResult<Response>> handler)
Get one or multiple random elements from a sorted set.
|
default RedisAPI |
RedisAPI.zrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set.
|
default RedisAPI |
RedisAPI.zrangebylex(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by lexicographical range.
|
default RedisAPI |
RedisAPI.zrangebyscore(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by score.
|
default RedisAPI |
RedisAPI.zrangestore(List<String> args,
Handler<AsyncResult<Response>> handler)
Store a range of members from sorted set into another key.
|
default RedisAPI |
RedisAPI.zrank(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine the index of a member in a sorted set.
|
default RedisAPI |
RedisAPI.zrem(List<String> args,
Handler<AsyncResult<Response>> handler)
Remove one or more members from a sorted set.
|
default RedisAPI |
RedisAPI.zremrangebylex(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove all members in a sorted set between the given lexicographical range.
|
default RedisAPI |
RedisAPI.zremrangebyrank(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove all members in a sorted set within the given indexes.
|
default RedisAPI |
RedisAPI.zremrangebyscore(String arg0,
String arg1,
String arg2,
Handler<AsyncResult<Response>> handler)
Remove all members in a sorted set within the given scores.
|
default RedisAPI |
RedisAPI.zrevrange(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by index, with scores ordered from high to low.
|
default RedisAPI |
RedisAPI.zrevrangebylex(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
|
default RedisAPI |
RedisAPI.zrevrangebyscore(List<String> args,
Handler<AsyncResult<Response>> handler)
Return a range of members in a sorted set, by score, with scores ordered from high to low.
|
default RedisAPI |
RedisAPI.zrevrank(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Determine the index of a member in a sorted set, with scores ordered from high to low.
|
default RedisAPI |
RedisAPI.zscan(List<String> args,
Handler<AsyncResult<Response>> handler)
Incrementally iterate sorted sets elements and associated scores.
|
default RedisAPI |
RedisAPI.zscore(String arg0,
String arg1,
Handler<AsyncResult<Response>> handler)
Get the score associated with the given member in a sorted set.
|
default RedisAPI |
RedisAPI.zunion(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sorted sets.
|
default RedisAPI |
RedisAPI.zunionstore(List<String> args,
Handler<AsyncResult<Response>> handler)
Add multiple sorted sets and store the resulting sorted set in a new key.
|
Modifier and Type | Method and Description |
---|---|
RedisAPI |
RedisAPI.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RedisAPI |
RedisAPI.newInstance(RedisAPI arg) |
Constructor and Description |
---|
RedisAPI(RedisAPI delegate) |
Modifier and Type | Method and Description |
---|---|
RedisAPI |
RedisAPI.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RedisAPI |
RedisAPI.newInstance(RedisAPI arg) |
Constructor and Description |
---|
RedisAPI(RedisAPI delegate) |
Copyright © 2024 Eclipse. All rights reserved.