Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

ACL - Static variable in interface io.vertx.redis.client.Command
A container for Access List Control commands.
acl(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for Access List Control commands.
acl(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ACL.
addConnectionString(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
 
addConnectionString(String) - Method in class io.vertx.redis.client.RedisConnectOptions
Adds a connection string (endpoint) to use while connecting to the redis server.
addConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
Adds a connection string (endpoint) to use while connecting to the redis server.
addConnectionString(String) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
 
addConnectionString(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
 
addConnectionString(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
 
addEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
api(Redis) - Static method in interface io.vertx.redis.client.RedisAPI
 
api(RedisConnection) - Static method in interface io.vertx.redis.client.RedisAPI
 
APPEND - Static variable in interface io.vertx.redis.client.Command
Append a value to a key.
append(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Append a value to a key.
append(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command APPEND.
arg(byte[]) - Method in interface io.vertx.redis.client.Request
Adds a byte array
arg(String) - Method in interface io.vertx.redis.client.Request
Adds a String argument using UTF8 character encoding
arg(String, String) - Method in interface io.vertx.redis.client.Request
Adds a String using a specific character encoding argument
arg(Buffer) - Method in interface io.vertx.redis.client.Request
Adds a String key argument
arg(long) - Method in interface io.vertx.redis.client.Request
Adds a long encoded to string
arg(int) - Method in interface io.vertx.redis.client.Request
Adds a int encoded to string
arg(short) - Method in interface io.vertx.redis.client.Request
Adds a short encoded to string
arg(byte) - Method in interface io.vertx.redis.client.Request
Adds a byte encoded to string
arg(float) - Method in interface io.vertx.redis.client.Request
Adds a float encoded to string
arg(double) - Method in interface io.vertx.redis.client.Request
Adds a double encoded to string
arg(boolean) - Method in interface io.vertx.redis.client.Request
Adds a boolean encoded to string
arg(JsonObject) - Method in interface io.vertx.redis.client.Request
Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ...
arg(JsonArray) - Method in interface io.vertx.redis.client.Request
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ...
ASKING - Static variable in interface io.vertx.redis.client.Command
Sent by cluster clients after an -ASK redirect.
asking(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Sent by cluster clients after an -ASK redirect.
asking() - Method in interface io.vertx.redis.client.RedisAPI
Redis command ASKING.
attributes() - Method in interface io.vertx.redis.client.Response
RESP3 responses may include attributes
AUTH - Static variable in interface io.vertx.redis.client.Command
Authenticate to the server.
auth(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Authenticate to the server.
auth(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command AUTH.

B

batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in interface io.vertx.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in interface io.vertx.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in interface io.vertx.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in interface io.vertx.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
BF_ADD - Static variable in interface io.vertx.redis.client.Command
 
BF_CARD - Static variable in interface io.vertx.redis.client.Command
 
BF_DEBUG - Static variable in interface io.vertx.redis.client.Command
 
BF_EXISTS - Static variable in interface io.vertx.redis.client.Command
 
BF_INFO - Static variable in interface io.vertx.redis.client.Command
 
BF_INSERT - Static variable in interface io.vertx.redis.client.Command
 
BF_LOADCHUNK - Static variable in interface io.vertx.redis.client.Command
 
BF_MADD - Static variable in interface io.vertx.redis.client.Command
 
BF_MEXISTS - Static variable in interface io.vertx.redis.client.Command
 
BF_RESERVE - Static variable in interface io.vertx.redis.client.Command
 
BF_SCANDUMP - Static variable in interface io.vertx.redis.client.Command
 
bfAdd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.ADD.
bfAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.ADD.
bfCard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.CARD.
bfCard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.CARD.
bfDebug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.DEBUG.
bfDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.DEBUG.
bfExists(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.EXISTS.
bfExists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.EXISTS.
bfInfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.INFO.
bfInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.INFO.
bfInsert(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.INSERT.
bfInsert(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.INSERT.
bfLoadchunk(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.LOADCHUNK.
bfLoadchunk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.LOADCHUNK.
bfMadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.MADD.
bfMadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.MADD.
bfMexists(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.MEXISTS.
bfMexists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.MEXISTS.
bfReserve(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.RESERVE.
bfReserve(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.RESERVE.
bfScandump(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.SCANDUMP.
bfScandump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BF.SCANDUMP.
BGREWRITEAOF - Static variable in interface io.vertx.redis.client.Command
Asynchronously rewrite the append-only file.
bgrewriteaof(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Asynchronously rewrite the append-only file.
bgrewriteaof() - Method in interface io.vertx.redis.client.RedisAPI
Redis command BGREWRITEAOF.
BGSAVE - Static variable in interface io.vertx.redis.client.Command
Asynchronously save the dataset to disk.
bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Asynchronously save the dataset to disk.
bgsave(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BGSAVE.
BITCOUNT - Static variable in interface io.vertx.redis.client.Command
Count set bits in a string.
bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Count set bits in a string.
bitcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITCOUNT.
BITFIELD - Static variable in interface io.vertx.redis.client.Command
Perform arbitrary bitfield integer operations on strings.
bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Perform arbitrary bitfield integer operations on strings.
bitfield(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITFIELD.
BITFIELD_RO - Static variable in interface io.vertx.redis.client.Command
Perform arbitrary bitfield integer operations on strings.
bitfieldRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Perform arbitrary bitfield integer operations on strings.
bitfieldRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITFIELD_RO.
BITOP - Static variable in interface io.vertx.redis.client.Command
Perform bitwise operations between strings.
bitop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Perform bitwise operations between strings.
bitop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITOP.
BITPOS - Static variable in interface io.vertx.redis.client.Command
Find first bit set or clear in a string.
bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Find first bit set or clear in a string.
bitpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITPOS.
BLMOVE - Static variable in interface io.vertx.redis.client.Command
Pop an element from a list, push it to another list and return it; or block until one is available.
blmove(String, String, String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Pop an element from a list, push it to another list and return it; or block until one is available.
blmove(String, String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BLMOVE.
BLMPOP - Static variable in interface io.vertx.redis.client.Command
Pop elements from a list, or block until one is available.
blmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Pop elements from a list, or block until one is available.
blmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BLMPOP.
BLPOP - Static variable in interface io.vertx.redis.client.Command
Remove and get the first element in a list, or block until one is available.
blpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove and get the first element in a list, or block until one is available.
blpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BLPOP.
BRPOP - Static variable in interface io.vertx.redis.client.Command
Remove and get the last element in a list, or block until one is available.
brpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove and get the last element in a list, or block until one is available.
brpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BRPOP.
BRPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: BLMOVE with the RIGHT and LEFT arguments
brpoplpush(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Pop an element from a list, push it to another list and return it; or block until one is available.
brpoplpush(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: BLMOVE with the RIGHT and LEFT arguments
BZMPOP - Static variable in interface io.vertx.redis.client.Command
Remove and return members with scores in a sorted set or block until one is available.
bzmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove and return members with scores in a sorted set or block until one is available.
bzmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BZMPOP.
BZPOPMAX - Static variable in interface io.vertx.redis.client.Command
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
bzpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
bzpopmax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BZPOPMAX.
BZPOPMIN - Static variable in interface io.vertx.redis.client.Command
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
bzpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
bzpopmin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BZPOPMIN.

C

CF_ADD - Static variable in interface io.vertx.redis.client.Command
 
CF_ADDNX - Static variable in interface io.vertx.redis.client.Command
 
CF_COMPACT - Static variable in interface io.vertx.redis.client.Command
 
CF_COUNT - Static variable in interface io.vertx.redis.client.Command
 
CF_DEBUG - Static variable in interface io.vertx.redis.client.Command
 
CF_DEL - Static variable in interface io.vertx.redis.client.Command
 
CF_EXISTS - Static variable in interface io.vertx.redis.client.Command
 
CF_INFO - Static variable in interface io.vertx.redis.client.Command
 
CF_INSERT - Static variable in interface io.vertx.redis.client.Command
 
CF_INSERTNX - Static variable in interface io.vertx.redis.client.Command
 
CF_LOADCHUNK - Static variable in interface io.vertx.redis.client.Command
 
CF_MEXISTS - Static variable in interface io.vertx.redis.client.Command
 
CF_RESERVE - Static variable in interface io.vertx.redis.client.Command
 
CF_SCANDUMP - Static variable in interface io.vertx.redis.client.Command
 
cfAdd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.ADD.
cfAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.ADD.
cfAddnx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.ADDNX.
cfAddnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.ADDNX.
cfCompact(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.COMPACT.
cfCompact(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.COMPACT.
cfCount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.COUNT.
cfCount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.COUNT.
cfDebug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.DEBUG.
cfDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.DEBUG.
cfDel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.DEL.
cfDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.DEL.
cfExists(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.EXISTS.
cfExists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.EXISTS.
cfInfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.INFO.
cfInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.INFO.
cfInsert(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.INSERT.
cfInsert(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.INSERT.
cfInsertnx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.INSERTNX.
cfInsertnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.INSERTNX.
cfLoadchunk(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.LOADCHUNK.
cfLoadchunk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.LOADCHUNK.
cfMexists(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.MEXISTS.
cfMexists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.MEXISTS.
cfReserve(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.RESERVE.
cfReserve(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.RESERVE.
cfScandump(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.SCANDUMP.
cfScandump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CF.SCANDUMP.
CLIENT - Static variable in interface io.vertx.redis.client.Command
A container for client connection commands.
client(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for client connection commands.
client(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CLIENT.
close() - Method in interface io.vertx.redis.client.Redis
Closes the client and terminates any connection.
close() - Method in interface io.vertx.redis.client.RedisAPI
 
close() - Method in interface io.vertx.redis.client.RedisConnection
Closes the connection or returns to the pool.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.client.RedisConnection
Closes the connection or returns to the pool.
CLUSTER - Static variable in interface io.vertx.redis.client.Command
A container for cluster commands.
cluster(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for cluster commands.
cluster(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CLUSTER.
cmd(Command) - Static method in interface io.vertx.redis.client.Request
Creates a new request command.
cmd(Command, Object...) - Static method in interface io.vertx.redis.client.Request
Creates a new request command only with simple types: Number, Boolean, String, byte[] or Buffer.
CMS_INCRBY - Static variable in interface io.vertx.redis.client.Command
 
CMS_INFO - Static variable in interface io.vertx.redis.client.Command
 
CMS_INITBYDIM - Static variable in interface io.vertx.redis.client.Command
 
CMS_INITBYPROB - Static variable in interface io.vertx.redis.client.Command
 
CMS_MERGE - Static variable in interface io.vertx.redis.client.Command
 
CMS_QUERY - Static variable in interface io.vertx.redis.client.Command
 
cmsIncrby(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.INCRBY.
cmsIncrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.INCRBY.
cmsInfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.INFO.
cmsInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.INFO.
cmsInitbydim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.INITBYDIM.
cmsInitbydim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.INITBYDIM.
cmsInitbyprob(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.INITBYPROB.
cmsInitbyprob(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.INITBYPROB.
cmsMerge(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.MERGE.
cmsMerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.MERGE.
cmsQuery(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.QUERY.
cmsQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CMS.QUERY.
Command - Interface in io.vertx.redis.client
Auto generated API Commands to interact with REDIS.
COMMAND - Static variable in interface io.vertx.redis.client.Command
Get array of Redis command details.
command(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get array of Redis command details.
command(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command COMMAND.
command() - Method in interface io.vertx.redis.client.Request
Get the Command that is to be used by this request.
CONFIG - Static variable in interface io.vertx.redis.client.Command
A container for server configuration commands.
config(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for server configuration commands.
config(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CONFIG.
connect(Handler<AsyncResult<RedisConnection>>) - Method in interface io.vertx.redis.client.Redis
Connects to the redis server.
connect() - Method in interface io.vertx.redis.client.Redis
Connects to the redis server.
containsKey(String) - Method in interface io.vertx.redis.client.Response
Does this multi response contains a string key.
COPY - Static variable in interface io.vertx.redis.client.Command
Copy a key.
copy(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Copy a key.
copy(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command COPY.
create(String) - Static method in interface io.vertx.redis.client.Command
Generic command generator for extensions.
create(Redis) - Static method in interface io.vertx.redis.client.RedisCluster
 
create(RedisConnection) - Static method in interface io.vertx.redis.client.RedisCluster
 
createClient(Vertx) - Static method in interface io.vertx.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, String) - Static method in interface io.vertx.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, RedisOptions) - Static method in interface io.vertx.redis.client.Redis
Create a new redis client using the given client options.

D

DBSIZE - Static variable in interface io.vertx.redis.client.Command
Return the number of keys in the selected database.
dbsize(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return the number of keys in the selected database.
dbsize() - Method in interface io.vertx.redis.client.RedisAPI
Redis command DBSIZE.
DEBUG - Static variable in interface io.vertx.redis.client.Command
A container for debugging commands.
debug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for debugging commands.
debug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DEBUG.
DECR - Static variable in interface io.vertx.redis.client.Command
Decrement the integer value of a key by one.
decr(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Decrement the integer value of a key by one.
decr(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DECR.
DECRBY - Static variable in interface io.vertx.redis.client.Command
Decrement the integer value of a key by the given number.
decrby(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Decrement the integer value of a key by the given number.
decrby(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DECRBY.
DEFAULT_ENDPOINT - Static variable in class io.vertx.redis.client.RedisOptions
The default Redis endpoint: redis://localhost:6379
DEL - Static variable in interface io.vertx.redis.client.Command
Delete a key.
del(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Delete a key.
del(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DEL.
DISCARD - Static variable in interface io.vertx.redis.client.Command
Discard all commands issued after MULTI.
discard(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Discard all commands issued after MULTI.
discard() - Method in interface io.vertx.redis.client.RedisAPI
Redis command DISCARD.
DUMP - Static variable in interface io.vertx.redis.client.Command
Return a serialized version of the value stored at the specified key.
dump(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return a serialized version of the value stored at the specified key.
dump(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DUMP.

E

ECHO - Static variable in interface io.vertx.redis.client.Command
Echo the given string.
echo(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Echo the given string.
echo(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ECHO.
endHandler(Handler<Void>) - Method in interface io.vertx.redis.client.RedisConnection
EVAL - Static variable in interface io.vertx.redis.client.Command
Execute a Lua script server side.
eval(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Execute a Lua script server side.
eval(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EVAL.
EVAL_RO - Static variable in interface io.vertx.redis.client.Command
Execute a read-only Lua script server side.
evalRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Execute a read-only Lua script server side.
evalRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EVAL_RO.
EVALSHA - Static variable in interface io.vertx.redis.client.Command
Execute a Lua script server side.
evalsha(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Execute a Lua script server side.
evalsha(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EVALSHA.
EVALSHA_RO - Static variable in interface io.vertx.redis.client.Command
Execute a read-only Lua script server side.
evalshaRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Execute a read-only Lua script server side.
evalshaRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EVALSHA_RO.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.redis.client.RedisConnection
EXEC - Static variable in interface io.vertx.redis.client.Command
Execute all commands issued after MULTI.
exec(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Execute all commands issued after MULTI.
exec() - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXEC.
EXISTS - Static variable in interface io.vertx.redis.client.Command
Determine if a key exists.
exists(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Determine if a key exists.
exists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXISTS.
EXPIRE - Static variable in interface io.vertx.redis.client.Command
Set a key's time to live in seconds.
expire(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set a key's time to live in seconds.
expire(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXPIRE.
EXPIREAT - Static variable in interface io.vertx.redis.client.Command
Set the expiration for a key as a UNIX timestamp.
expireat(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set the expiration for a key as a UNIX timestamp.
expireat(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXPIREAT.
EXPIRETIME - Static variable in interface io.vertx.redis.client.Command
Get the expiration Unix timestamp for a key.
expiretime(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the expiration Unix timestamp for a key.
expiretime(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXPIRETIME.

F

FAILOVER - Static variable in interface io.vertx.redis.client.Command
Start a coordinated failover between this server and one of its replicas.
failover(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Start a coordinated failover between this server and one of its replicas.
failover(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FAILOVER.
FCALL - Static variable in interface io.vertx.redis.client.Command
Invoke a function.
fcall(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Invoke a function.
fcall(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FCALL.
FCALL_RO - Static variable in interface io.vertx.redis.client.Command
Invoke a read-only function.
fcallRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Invoke a read-only function.
fcallRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FCALL_RO.
fetch(long) - Method in interface io.vertx.redis.client.RedisConnection
FLUSHALL - Static variable in interface io.vertx.redis.client.Command
Remove all keys from all databases.
flushall(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove all keys from all databases.
flushall(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FLUSHALL.
FLUSHDB - Static variable in interface io.vertx.redis.client.Command
Remove all keys from the current database.
flushdb(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove all keys from the current database.
flushdb(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FLUSHDB.
format() - Method in interface io.vertx.redis.client.Response
RESP3 Verbatim Bulk message include a 3 character format.
FT__ALIASADDIFNX - Static variable in interface io.vertx.redis.client.Command
 
FT__ALIASDELIFX - Static variable in interface io.vertx.redis.client.Command
 
FT__ALTERIFNX - Static variable in interface io.vertx.redis.client.Command
 
FT__CREATEIFNX - Static variable in interface io.vertx.redis.client.Command
 
FT__DROPIFX - Static variable in interface io.vertx.redis.client.Command
 
FT__DROPINDEXIFX - Static variable in interface io.vertx.redis.client.Command
 
FT__LIST - Static variable in interface io.vertx.redis.client.Command
 
FT_ADD - Static variable in interface io.vertx.redis.client.Command
 
FT_AGGREGATE - Static variable in interface io.vertx.redis.client.Command
 
FT_ALIASADD - Static variable in interface io.vertx.redis.client.Command
 
FT_ALIASDEL - Static variable in interface io.vertx.redis.client.Command
 
FT_ALIASUPDATE - Static variable in interface io.vertx.redis.client.Command
 
FT_ALTER - Static variable in interface io.vertx.redis.client.Command
 
FT_CONFIG - Static variable in interface io.vertx.redis.client.Command
 
FT_CREATE - Static variable in interface io.vertx.redis.client.Command
 
FT_CURSOR - Static variable in interface io.vertx.redis.client.Command
 
FT_DEBUG - Static variable in interface io.vertx.redis.client.Command
 
FT_DEL - Static variable in interface io.vertx.redis.client.Command
 
FT_DICTADD - Static variable in interface io.vertx.redis.client.Command
 
FT_DICTDEL - Static variable in interface io.vertx.redis.client.Command
 
FT_DICTDUMP - Static variable in interface io.vertx.redis.client.Command
 
FT_DROP - Static variable in interface io.vertx.redis.client.Command
 
FT_DROPINDEX - Static variable in interface io.vertx.redis.client.Command
 
FT_EXPLAIN - Static variable in interface io.vertx.redis.client.Command
 
FT_EXPLAINCLI - Static variable in interface io.vertx.redis.client.Command
 
FT_GET - Static variable in interface io.vertx.redis.client.Command
 
FT_INFO - Static variable in interface io.vertx.redis.client.Command
 
FT_MGET - Static variable in interface io.vertx.redis.client.Command
 
FT_PROFILE - Static variable in interface io.vertx.redis.client.Command
 
FT_SAFEADD - Static variable in interface io.vertx.redis.client.Command
 
FT_SEARCH - Static variable in interface io.vertx.redis.client.Command
 
FT_SPELLCHECK - Static variable in interface io.vertx.redis.client.Command
 
FT_SUGADD - Static variable in interface io.vertx.redis.client.Command
 
FT_SUGDEL - Static variable in interface io.vertx.redis.client.Command
 
FT_SUGGET - Static variable in interface io.vertx.redis.client.Command
 
FT_SUGLEN - Static variable in interface io.vertx.redis.client.Command
 
FT_SYNADD - Static variable in interface io.vertx.redis.client.Command
 
FT_SYNDUMP - Static variable in interface io.vertx.redis.client.Command
 
FT_SYNUPDATE - Static variable in interface io.vertx.redis.client.Command
 
FT_TAGVALS - Static variable in interface io.vertx.redis.client.Command
 
ftAdd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ADD.
ftAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ADD.
ftAggregate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.AGGREGATE.
ftAggregate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.AGGREGATE.
ftAliasadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALIASADD.
ftAliasadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALIASADD.
ftAliasaddifnx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._ALIASADDIFNX.
ftAliasaddifnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._ALIASADDIFNX.
ftAliasdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALIASDEL.
ftAliasdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALIASDEL.
ftAliasdelifx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._ALIASDELIFX.
ftAliasdelifx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._ALIASDELIFX.
ftAliasupdate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALIASUPDATE.
ftAliasupdate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALIASUPDATE.
ftAlter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALTER.
ftAlter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.ALTER.
ftAlterifnx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._ALTERIFNX.
ftAlterifnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._ALTERIFNX.
ftConfig(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.CONFIG.
ftConfig(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.CONFIG.
ftCreate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.CREATE.
ftCreate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.CREATE.
ftCreateifnx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._CREATEIFNX.
ftCreateifnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._CREATEIFNX.
ftCursor(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.CURSOR.
ftCursor(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.CURSOR.
ftDebug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DEBUG.
ftDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DEBUG.
ftDel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DEL.
ftDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DEL.
ftDictadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DICTADD.
ftDictadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DICTADD.
ftDictdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DICTDEL.
ftDictdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DICTDEL.
ftDictdump(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DICTDUMP.
ftDictdump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DICTDUMP.
ftDrop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DROP.
ftDrop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DROP.
ftDropifx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._DROPIFX.
ftDropifx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._DROPIFX.
ftDropindex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DROPINDEX.
ftDropindex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.DROPINDEX.
ftDropindexifx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._DROPINDEXIFX.
ftDropindexifx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._DROPINDEXIFX.
ftExplain(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.EXPLAIN.
ftExplain(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.EXPLAIN.
ftExplaincli(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.EXPLAINCLI.
ftExplaincli(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.EXPLAINCLI.
ftGet(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.GET.
ftGet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.GET.
ftInfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.INFO.
ftInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.INFO.
ftList(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._LIST.
ftList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT._LIST.
ftMget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.MGET.
ftMget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.MGET.
ftProfile(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.PROFILE.
ftProfile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.PROFILE.
ftSafeadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SAFEADD.
ftSafeadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SAFEADD.
ftSearch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SEARCH.
ftSearch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SEARCH.
ftSpellcheck(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SPELLCHECK.
ftSpellcheck(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SPELLCHECK.
ftSugadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGADD.
ftSugadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGADD.
ftSugdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGDEL.
ftSugdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGDEL.
ftSugget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGGET.
ftSugget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGGET.
ftSuglen(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGLEN.
ftSuglen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SUGLEN.
ftSynadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SYNADD.
ftSynadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SYNADD.
ftSyndump(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SYNDUMP.
ftSyndump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SYNDUMP.
ftSynupdate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SYNUPDATE.
ftSynupdate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.SYNUPDATE.
ftTagvals(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.TAGVALS.
ftTagvals(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FT.TAGVALS.
FUNCTION - Static variable in interface io.vertx.redis.client.Command
A container for function commands.
function(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for function commands.
function(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FUNCTION.

G

GEOADD - Static variable in interface io.vertx.redis.client.Command
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Add one or more geospatial items in the geospatial index represented using a sorted set.
geoadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOADD.
GEODIST - Static variable in interface io.vertx.redis.client.Command
Returns the distance between two members of a geospatial index.
geodist(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Returns the distance between two members of a geospatial index.
geodist(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEODIST.
GEOHASH - Static variable in interface io.vertx.redis.client.Command
Returns members of a geospatial index as standard geohash strings.
geohash(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Returns members of a geospatial index as standard geohash strings.
geohash(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOHASH.
GEOPOS - Static variable in interface io.vertx.redis.client.Command
Returns longitude and latitude of members of a geospatial index.
geopos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Returns longitude and latitude of members of a geospatial index.
geopos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOPOS.
GEORADIUS - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: GEOSEARCH and GEOSEARCHSTORE with the BYRADIUS argument
georadius(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a point.
georadius(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: GEOSEARCH and GEOSEARCHSTORE with the BYRADIUS argument
GEORADIUS_RO - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: GEOSEARCH with the BYRADIUS argument
GEORADIUSBYMEMBER - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: GEOSEARCH and GEOSEARCHSTORE with the BYRADIUS and FROMMEMBER arguments
georadiusbymember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Query a sorted set representing a geospatial index to fetch members matching a given maximum distance from a member.
georadiusbymember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: GEOSEARCH and GEOSEARCHSTORE with the BYRADIUS and FROMMEMBER arguments
GEORADIUSBYMEMBER_RO - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: GEOSEARCH with the BYRADIUS and FROMMEMBER arguments
georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A read-only variant for GEORADIUSBYMEMBER.
georadiusbymemberRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: GEOSEARCH with the BYRADIUS and FROMMEMBER arguments
georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A read-only variant for GEORADIUS.
georadiusRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: GEOSEARCH with the BYRADIUS argument
GEOSEARCH - Static variable in interface io.vertx.redis.client.Command
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
geosearch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
geosearch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOSEARCH.
GEOSEARCHSTORE - Static variable in interface io.vertx.redis.client.Command
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.
geosearchstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
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.
geosearchstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOSEARCHSTORE.
GET - Static variable in interface io.vertx.redis.client.Command
Get the value of a key.
get(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the value of a key.
get(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GET.
get(int) - Method in interface io.vertx.redis.client.Response
Get this multi response value at a numerical index.
get(String) - Method in interface io.vertx.redis.client.Response
Get this multi response value at a string key.
GETBIT - Static variable in interface io.vertx.redis.client.Command
Returns the bit value at offset in the string value stored at key.
getbit(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Returns the bit value at offset in the string value stored at key.
getbit(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GETBIT.
getCleanerInterval() - Method in class io.vertx.redis.client.PoolOptions
Get how often the connection pool will be cleaned.
GETDEL - Static variable in interface io.vertx.redis.client.Command
Get the value of a key and delete the key.
getdel(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the value of a key and delete the key.
getdel(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GETDEL.
getEndpoint() - Method in class io.vertx.redis.client.RedisConnectOptions
Gets the redis endpoint to use
getEndpoint() - Method in class io.vertx.redis.client.RedisOptions
Gets the redis endpoint to use
getEndpoints() - Method in class io.vertx.redis.client.RedisConnectOptions
Gets the list of redis endpoints to use (mostly used while connecting to a cluster)
getEndpoints() - Method in class io.vertx.redis.client.RedisOptions
Gets the list of redis endpoints to use (mostly used while connecting to a cluster)
GETEX - Static variable in interface io.vertx.redis.client.Command
Get the value of a key and optionally set its expiration.
getex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the value of a key and optionally set its expiration.
getex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GETEX.
getHashSlotCacheTTL() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
Returns the TTL of the hash slot cache.
getHashSlotCacheTTL() - Method in class io.vertx.redis.client.RedisOptions
Returns the TTL of the hash slot cache.
getKeys() - Method in interface io.vertx.redis.client.Response
Get this multi response keys from a hash.
getMasterName() - Method in class io.vertx.redis.client.RedisOptions
Get the name of the master set.
getMasterName() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
Get the name of the master set.
getMaxNestedArrays() - Method in class io.vertx.redis.client.RedisConnectOptions
Tune how much nested arrays are allowed on a redis response.
getMaxNestedArrays() - Method in class io.vertx.redis.client.RedisOptions
Tune how much nested arrays are allowed on a redis response.
getMaxPoolSize() - Method in class io.vertx.redis.client.RedisOptions
Get the maximum size of the connection pool.
getMaxPoolWaiting() - Method in class io.vertx.redis.client.RedisOptions
Get the maximum number of requests waiting for a connection from the pool.
getMaxSize() - Method in class io.vertx.redis.client.PoolOptions
Get the maximum size of the connection pool.
getMaxWaiting() - Method in class io.vertx.redis.client.PoolOptions
Get the maximum number of requests waiting for a connection from the pool.
getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisConnectOptions
The client will always work on pipeline mode, this means that messages can start queueing.
getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisOptions
The client will always work on pipeline mode, this means that messages can start queueing.
getMetricsName() - Method in class io.vertx.redis.client.RedisOptions
 
getName() - Method in class io.vertx.redis.client.PoolOptions
Get the connection pool name to be used for metrics reporting.
getNetClientOptions() - Method in class io.vertx.redis.client.RedisOptions
Get the net client options used to connect to the server.
getPassword() - Method in class io.vertx.redis.client.RedisConnectOptions
Get the default password for cluster/sentinel connections, if not set it will try to extract it from the current default endpoint.
getPassword() - Method in class io.vertx.redis.client.RedisOptions
Get the default password for cluster/sentinel connections, if not set it will try to extract it from the current default endpoint.
getPoolCleanerInterval() - Method in class io.vertx.redis.client.RedisOptions
Get how often the connection pool will be cleaned.
getPoolName() - Method in class io.vertx.redis.client.RedisOptions
Get the connection pool name to be used for metrics reporting.
getPoolOptions() - Method in class io.vertx.redis.client.RedisOptions
 
getPoolRecycleTimeout() - Method in class io.vertx.redis.client.RedisOptions
Get how long a connection can stay unused before it is recycled during connection pool cleaning.
getPreferredProtocolVersion() - Method in class io.vertx.redis.client.RedisConnectOptions
Returns the preferred protocol version to be used during protocol negotiation.
getPreferredProtocolVersion() - Method in class io.vertx.redis.client.RedisOptions
Returns the preferred protocol version to be used during protocol negotiation.
GETRANGE - Static variable in interface io.vertx.redis.client.Command
Get a substring of the string stored at a key.
getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get a substring of the string stored at a key.
getrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GETRANGE.
getRecycleTimeout() - Method in class io.vertx.redis.client.PoolOptions
Get how long a connection can stay unused before it is recycled during connection pool cleaning.
getRole() - Method in class io.vertx.redis.client.RedisOptions
Get the client role; that is, to which kind of node should the connection be established.
getRole() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
Get the client role; that is, to which kind of node should the connection be established.
GETSET - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: SET with the !GET argument
getset(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set the string value of a key and return its old value.
getset(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: SET with the !GET argument
getTopology() - Method in class io.vertx.redis.client.RedisOptions
Get how the topology should be obtained.
getTopology() - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
Get how the topology should be obtained.
getTracingPolicy() - Method in class io.vertx.redis.client.RedisOptions
 
getType() - Method in class io.vertx.redis.client.RedisOptions
Get the type of client to be created.
getUseReplicas() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
Get whether to use replica nodes for read only queries.
getUseReplicas() - Method in class io.vertx.redis.client.RedisOptions
Get whether to use replica nodes for read only queries.
getUseReplicas() - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
Get whether to use replica nodes for read only queries.
getValue() - Method in enum io.vertx.redis.client.ProtocolVersion
 
GRAPH_BULK - Static variable in interface io.vertx.redis.client.Command
 
GRAPH_CONFIG - Static variable in interface io.vertx.redis.client.Command
 
GRAPH_DEBUG - Static variable in interface io.vertx.redis.client.Command
 
GRAPH_DELETE - Static variable in interface io.vertx.redis.client.Command
 
GRAPH_EXPLAIN - Static variable in interface io.vertx.redis.client.Command
 
GRAPH_LIST - Static variable in interface io.vertx.redis.client.Command
 
GRAPH_PROFILE - Static variable in interface io.vertx.redis.client.Command
 
GRAPH_QUERY - Static variable in interface io.vertx.redis.client.Command
 
GRAPH_RO_QUERY - Static variable in interface io.vertx.redis.client.Command
 
GRAPH_SLOWLOG - Static variable in interface io.vertx.redis.client.Command
 
graphBulk(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.BULK.
graphBulk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.BULK.
graphConfig(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.CONFIG.
graphConfig(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.CONFIG.
graphDebug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.DEBUG.
graphDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.DEBUG.
graphDelete(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.DELETE.
graphDelete(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.DELETE.
graphExplain(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.EXPLAIN.
graphExplain(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.EXPLAIN.
graphList(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.LIST.
graphList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.LIST.
graphProfile(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.PROFILE.
graphProfile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.PROFILE.
graphQuery(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.QUERY.
graphQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.QUERY.
graphRoQuery(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.RO_QUERY.
graphRoQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.RO_QUERY.
graphSlowlog(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.SLOWLOG.
graphSlowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GRAPH.SLOWLOG.
groupByNodes(List<Request>) - Method in interface io.vertx.redis.client.RedisCluster
Groups the requests such that all requests in each inner list in the result are guaranteed to be sent to the same Redis master node.

H

handler(Handler<Response>) - Method in interface io.vertx.redis.client.RedisConnection
HDEL - Static variable in interface io.vertx.redis.client.Command
Delete one or more hash fields.
hdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Delete one or more hash fields.
hdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HDEL.
HELLO - Static variable in interface io.vertx.redis.client.Command
Handshake with Redis.
hello(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Handshake with Redis.
hello(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HELLO.
HEXISTS - Static variable in interface io.vertx.redis.client.Command
Determine if a hash field exists.
hexists(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Determine if a hash field exists.
hexists(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HEXISTS.
HGET - Static variable in interface io.vertx.redis.client.Command
Get the value of a hash field.
hget(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the value of a hash field.
hget(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HGET.
HGETALL - Static variable in interface io.vertx.redis.client.Command
Get all the fields and values in a hash.
hgetall(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get all the fields and values in a hash.
hgetall(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HGETALL.
HINCRBY - Static variable in interface io.vertx.redis.client.Command
Increment the integer value of a hash field by the given number.
hincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Increment the integer value of a hash field by the given number.
hincrby(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HINCRBY.
HINCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
Increment the float value of a hash field by the given amount.
hincrbyfloat(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Increment the float value of a hash field by the given amount.
hincrbyfloat(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HINCRBYFLOAT.
HKEYS - Static variable in interface io.vertx.redis.client.Command
Get all the fields in a hash.
hkeys(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get all the fields in a hash.
hkeys(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HKEYS.
HLEN - Static variable in interface io.vertx.redis.client.Command
Get the number of fields in a hash.
hlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the number of fields in a hash.
hlen(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HLEN.
HMGET - Static variable in interface io.vertx.redis.client.Command
Get the values of all the given hash fields.
hmget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the values of all the given hash fields.
hmget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HMGET.
HMSET - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 4.0.0, replaced by: HSET with multiple field-value pairs
hmset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set multiple hash fields to multiple values.
hmset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 4.0.0, replaced by: HSET with multiple field-value pairs
HRANDFIELD - Static variable in interface io.vertx.redis.client.Command
Get one or multiple random fields from a hash.
hrandfield(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get one or multiple random fields from a hash.
hrandfield(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HRANDFIELD.
HSCAN - Static variable in interface io.vertx.redis.client.Command
Incrementally iterate hash fields and associated values.
hscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Incrementally iterate hash fields and associated values.
hscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HSCAN.
HSET - Static variable in interface io.vertx.redis.client.Command
Set the string value of a hash field.
hset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set the string value of a hash field.
hset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HSET.
HSETNX - Static variable in interface io.vertx.redis.client.Command
Set the value of a hash field, only if the field does not exist.
hsetnx(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set the value of a hash field, only if the field does not exist.
hsetnx(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HSETNX.
HSTRLEN - Static variable in interface io.vertx.redis.client.Command
Get the length of the value of a hash field.
hstrlen(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the length of the value of a hash field.
hstrlen(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HSTRLEN.
HVALS - Static variable in interface io.vertx.redis.client.Command
Get all the values in a hash.
hvals(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get all the values in a hash.
hvals(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HVALS.

I

INCR - Static variable in interface io.vertx.redis.client.Command
Increment the integer value of a key by one.
incr(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Increment the integer value of a key by one.
incr(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command INCR.
INCRBY - Static variable in interface io.vertx.redis.client.Command
Increment the integer value of a key by the given amount.
incrby(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Increment the integer value of a key by the given amount.
incrby(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command INCRBY.
INCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
Increment the float value of a key by the given amount.
incrbyfloat(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Increment the float value of a key by the given amount.
incrbyfloat(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command INCRBYFLOAT.
INFO - Static variable in interface io.vertx.redis.client.Command
Get information and statistics about the server.
info(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get information and statistics about the server.
info(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command INFO.
io.vertx.redis.client - package io.vertx.redis.client
 
isArray() - Method in interface io.vertx.redis.client.Response
Returns whether this multi response is an array and hence Response.get(int) can be called.
isAutoFailover() - Method in class io.vertx.redis.client.RedisOptions
Returns whether automatic failover is enabled.
isAutoFailover() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
Returns whether automatic failover is enabled.
isMap() - Method in interface io.vertx.redis.client.Response
Returns whether this multi response is a map and hence Response.get(String), Response.containsKey(String) and Response.getKeys() may be called.
isProtocolNegotiation() - Method in class io.vertx.redis.client.RedisConnectOptions
Should the client perform RESP protocol negotiation during the connection handshake.
isProtocolNegotiation() - Method in class io.vertx.redis.client.RedisOptions
Should the client perform RESP protocol negotiation during the connection handshake.
iterator() - Method in interface io.vertx.redis.client.Response
Return an iterator so it can be iterated using the foreach construct.

J

JSON_ARRAPPEND - Static variable in interface io.vertx.redis.client.Command
 
JSON_ARRINDEX - Static variable in interface io.vertx.redis.client.Command
 
JSON_ARRINSERT - Static variable in interface io.vertx.redis.client.Command
 
JSON_ARRLEN - Static variable in interface io.vertx.redis.client.Command
 
JSON_ARRPOP - Static variable in interface io.vertx.redis.client.Command
 
JSON_ARRTRIM - Static variable in interface io.vertx.redis.client.Command
 
JSON_CLEAR - Static variable in interface io.vertx.redis.client.Command
 
JSON_DEBUG - Static variable in interface io.vertx.redis.client.Command
 
JSON_DEL - Static variable in interface io.vertx.redis.client.Command
 
JSON_FORGET - Static variable in interface io.vertx.redis.client.Command
 
JSON_GET - Static variable in interface io.vertx.redis.client.Command
 
JSON_MGET - Static variable in interface io.vertx.redis.client.Command
 
JSON_NUMINCRBY - Static variable in interface io.vertx.redis.client.Command
 
JSON_NUMMULTBY - Static variable in interface io.vertx.redis.client.Command
 
JSON_NUMPOWBY - Static variable in interface io.vertx.redis.client.Command
 
JSON_OBJKEYS - Static variable in interface io.vertx.redis.client.Command
 
JSON_OBJLEN - Static variable in interface io.vertx.redis.client.Command
 
JSON_RESP - Static variable in interface io.vertx.redis.client.Command
 
JSON_SET - Static variable in interface io.vertx.redis.client.Command
 
JSON_STRAPPEND - Static variable in interface io.vertx.redis.client.Command
 
JSON_STRLEN - Static variable in interface io.vertx.redis.client.Command
 
JSON_TOGGLE - Static variable in interface io.vertx.redis.client.Command
 
JSON_TYPE - Static variable in interface io.vertx.redis.client.Command
 
jsonArrappend(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRAPPEND.
jsonArrappend(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRAPPEND.
jsonArrindex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRINDEX.
jsonArrindex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRINDEX.
jsonArrinsert(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRINSERT.
jsonArrinsert(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRINSERT.
jsonArrlen(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRLEN.
jsonArrlen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRLEN.
jsonArrpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRPOP.
jsonArrpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRPOP.
jsonArrtrim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRTRIM.
jsonArrtrim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.ARRTRIM.
jsonClear(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.CLEAR.
jsonClear(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.CLEAR.
jsonDebug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.DEBUG.
jsonDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.DEBUG.
jsonDel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.DEL.
jsonDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.DEL.
jsonForget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.FORGET.
jsonForget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.FORGET.
jsonGet(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.GET.
jsonGet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.GET.
jsonMget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.MGET.
jsonMget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.MGET.
jsonNumincrby(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.NUMINCRBY.
jsonNumincrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.NUMINCRBY.
jsonNummultby(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.NUMMULTBY.
jsonNummultby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.NUMMULTBY.
jsonNumpowby(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.NUMPOWBY.
jsonNumpowby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.NUMPOWBY.
jsonObjkeys(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.OBJKEYS.
jsonObjkeys(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.OBJKEYS.
jsonObjlen(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.OBJLEN.
jsonObjlen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.OBJLEN.
jsonResp(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.RESP.
jsonResp(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.RESP.
jsonSet(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.SET.
jsonSet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.SET.
jsonStrappend(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.STRAPPEND.
jsonStrappend(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.STRAPPEND.
jsonStrlen(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.STRLEN.
jsonStrlen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.STRLEN.
jsonToggle(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.TOGGLE.
jsonToggle(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.TOGGLE.
jsonType(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.TYPE.
jsonType(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command JSON.TYPE.

K

KEYS - Static variable in interface io.vertx.redis.client.Command
Find all keys matching the given pattern.
keys(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Find all keys matching the given pattern.
keys(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command KEYS.

L

LASTSAVE - Static variable in interface io.vertx.redis.client.Command
Get the UNIX time stamp of the last successful save to disk.
lastsave(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the UNIX time stamp of the last successful save to disk.
lastsave() - Method in interface io.vertx.redis.client.RedisAPI
Redis command LASTSAVE.
LATENCY - Static variable in interface io.vertx.redis.client.Command
A container for latency diagnostics commands.
latency(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for latency diagnostics commands.
latency(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LATENCY.
LCS - Static variable in interface io.vertx.redis.client.Command
Find longest common substring.
lcs(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Find longest common substring.
lcs(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LCS.
LINDEX - Static variable in interface io.vertx.redis.client.Command
Get an element from a list by its index.
lindex(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get an element from a list by its index.
lindex(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LINDEX.
LINSERT - Static variable in interface io.vertx.redis.client.Command
Insert an element before or after another element in a list.
linsert(String, String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Insert an element before or after another element in a list.
linsert(String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LINSERT.
LLEN - Static variable in interface io.vertx.redis.client.Command
Get the length of a list.
llen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the length of a list.
llen(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LLEN.
LMOVE - Static variable in interface io.vertx.redis.client.Command
Pop an element from a list, push it to another list and return it.
lmove(String, String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Pop an element from a list, push it to another list and return it.
lmove(String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LMOVE.
LMPOP - Static variable in interface io.vertx.redis.client.Command
Pop elements from a list.
lmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Pop elements from a list.
lmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LMPOP.
LOLWUT - Static variable in interface io.vertx.redis.client.Command
Display some computer art and the Redis version.
lolwut(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Display some computer art and the Redis version.
lolwut(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LOLWUT.
LPOP - Static variable in interface io.vertx.redis.client.Command
Remove and get the first elements in a list.
lpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove and get the first elements in a list.
lpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPOP.
LPOS - Static variable in interface io.vertx.redis.client.Command
Return the index of matching elements on a list.
lpos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return the index of matching elements on a list.
lpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPOS.
LPUSH - Static variable in interface io.vertx.redis.client.Command
Prepend one or multiple elements to a list.
lpush(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Prepend one or multiple elements to a list.
lpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPUSH.
LPUSHX - Static variable in interface io.vertx.redis.client.Command
Prepend an element to a list, only if the list exists.
lpushx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Prepend an element to a list, only if the list exists.
lpushx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPUSHX.
LRANGE - Static variable in interface io.vertx.redis.client.Command
Get a range of elements from a list.
lrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get a range of elements from a list.
lrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LRANGE.
LREM - Static variable in interface io.vertx.redis.client.Command
Remove elements from a list.
lrem(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove elements from a list.
lrem(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LREM.
LSET - Static variable in interface io.vertx.redis.client.Command
Set the value of an element in a list by its index.
lset(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set the value of an element in a list by its index.
lset(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LSET.
LTRIM - Static variable in interface io.vertx.redis.client.Command
Trim a list to the specified range.
ltrim(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Trim a list to the specified range.
ltrim(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LTRIM.

M

MEMORY - Static variable in interface io.vertx.redis.client.Command
A container for memory diagnostics commands.
memory(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for memory diagnostics commands.
memory(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MEMORY.
MGET - Static variable in interface io.vertx.redis.client.Command
Get the values of all the given keys.
mget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the values of all the given keys.
mget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MGET.
MIGRATE - Static variable in interface io.vertx.redis.client.Command
Atomically transfer a key from a Redis instance to another one.
migrate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Atomically transfer a key from a Redis instance to another one.
migrate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MIGRATE.
MODULE - Static variable in interface io.vertx.redis.client.Command
A container for module commands.
module(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for module commands.
module(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MODULE.
MONITOR - Static variable in interface io.vertx.redis.client.Command
Listen for all requests received by the server in real time.
monitor(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Listen for all requests received by the server in real time.
monitor() - Method in interface io.vertx.redis.client.RedisAPI
Redis command MONITOR.
MOVE - Static variable in interface io.vertx.redis.client.Command
Move a key to another database.
move(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Move a key to another database.
move(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MOVE.
MSET - Static variable in interface io.vertx.redis.client.Command
Set multiple keys to multiple values.
mset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set multiple keys to multiple values.
mset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MSET.
MSETNX - Static variable in interface io.vertx.redis.client.Command
Set multiple keys to multiple values, only if none of the keys exist.
msetnx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set multiple keys to multiple values, only if none of the keys exist.
msetnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MSETNX.
MULTI - Static variable in interface io.vertx.redis.client.Command
Mark the start of a transaction block.
multi(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Mark the start of a transaction block.
multi() - Method in interface io.vertx.redis.client.RedisAPI
Redis command MULTI.

N

nullArg() - Method in interface io.vertx.redis.client.Request
Deprecated.
REDIS does not support null as a parameter, only as response. This was a deviation from the official protocol which should be avoided. Other clients explicitly do not allow this. Adds a null encoded string. Redis does not allow storing the null value by itself. This method will encode any null value as the four character long string "null". As a recommendation, this method should not be used directly unless this is the intented behavior. It is present to handle special cases such as encoding of JsonObject and JsonArray which may contain null values.

O

OBJECT - Static variable in interface io.vertx.redis.client.Command
A container for object introspection commands.
object(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for object introspection commands.
object(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command OBJECT.
onAllMasterNodes(Request) - Method in interface io.vertx.redis.client.RedisCluster
Runs the request against all master nodes in the cluster.
onAllNodes(Request) - Method in interface io.vertx.redis.client.RedisCluster
Runs the request against all nodes in the cluster.

P

pause() - Method in interface io.vertx.redis.client.RedisConnection
pendingQueueFull() - Method in interface io.vertx.redis.client.RedisConnection
Flag to notify if the pending message queue (commands in transit) is full.
PERSIST - Static variable in interface io.vertx.redis.client.Command
Remove the expiration from a key.
persist(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove the expiration from a key.
persist(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PERSIST.
PEXPIRE - Static variable in interface io.vertx.redis.client.Command
Set a key's time to live in milliseconds.
pexpire(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set a key's time to live in milliseconds.
pexpire(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PEXPIRE.
PEXPIREAT - Static variable in interface io.vertx.redis.client.Command
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PEXPIREAT.
PEXPIRETIME - Static variable in interface io.vertx.redis.client.Command
Get the expiration Unix timestamp for a key in milliseconds.
pexpiretime(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the expiration Unix timestamp for a key in milliseconds.
pexpiretime(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PEXPIRETIME.
PFADD - Static variable in interface io.vertx.redis.client.Command
Adds the specified elements to the specified HyperLogLog.
pfadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Adds the specified elements to the specified HyperLogLog.
pfadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFADD.
PFCOUNT - Static variable in interface io.vertx.redis.client.Command
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFCOUNT.
PFDEBUG - Static variable in interface io.vertx.redis.client.Command
Internal commands for debugging HyperLogLog values.
pfdebug(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Internal commands for debugging HyperLogLog values.
pfdebug(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFDEBUG.
PFMERGE - Static variable in interface io.vertx.redis.client.Command
Merge N different HyperLogLogs into a single one.
pfmerge(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Merge N different HyperLogLogs into a single one.
pfmerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFMERGE.
PFSELFTEST - Static variable in interface io.vertx.redis.client.Command
An internal command for testing HyperLogLog values.
pfselftest(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
An internal command for testing HyperLogLog values.
pfselftest() - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFSELFTEST.
PING - Static variable in interface io.vertx.redis.client.Command
Ping the server.
ping(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Ping the server.
ping(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PING.
PoolOptions - Class in io.vertx.redis.client
 
PoolOptions() - Constructor for class io.vertx.redis.client.PoolOptions
 
PoolOptions(PoolOptions) - Constructor for class io.vertx.redis.client.PoolOptions
 
PoolOptions(JsonObject) - Constructor for class io.vertx.redis.client.PoolOptions
 
PoolOptionsConverter - Class in io.vertx.redis.client
Converter and mapper for PoolOptions.
PoolOptionsConverter() - Constructor for class io.vertx.redis.client.PoolOptionsConverter
 
ProtocolVersion - Enum in io.vertx.redis.client
Redis protocol version to be used.
PSETEX - Static variable in interface io.vertx.redis.client.Command
Set the value and expiration in milliseconds of a key.
psetex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set the value and expiration in milliseconds of a key.
psetex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PSETEX.
PSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
Listen for messages published to channels matching the given patterns.
psubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Listen for messages published to channels matching the given patterns.
psubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PSUBSCRIBE.
PSYNC - Static variable in interface io.vertx.redis.client.Command
Internal command used for replication.
psync(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Internal command used for replication.
psync(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PSYNC.
PTTL - Static variable in interface io.vertx.redis.client.Command
Get the time to live for a key in milliseconds.
pttl(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the time to live for a key in milliseconds.
pttl(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PTTL.
PUBLISH - Static variable in interface io.vertx.redis.client.Command
Post a message to a channel.
publish(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Post a message to a channel.
publish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PUBLISH.
PUBSUB - Static variable in interface io.vertx.redis.client.Command
A container for Pub/Sub commands.
pubsub(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for Pub/Sub commands.
pubsub(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PUBSUB.
PUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
Stop listening for messages posted to channels matching the given patterns.
punsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Stop listening for messages posted to channels matching the given patterns.
punsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PUNSUBSCRIBE.

Q

QUIT - Static variable in interface io.vertx.redis.client.Command
Close the connection.
quit(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Close the connection.
quit(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command QUIT.

R

RANDOMKEY - Static variable in interface io.vertx.redis.client.Command
Return a random key from the keyspace.
randomkey(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return a random key from the keyspace.
randomkey() - Method in interface io.vertx.redis.client.RedisAPI
Redis command RANDOMKEY.
READONLY - Static variable in interface io.vertx.redis.client.Command
Enables read queries for a connection to a cluster replica node.
readonly(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Enables read queries for a connection to a cluster replica node.
readonly() - Method in interface io.vertx.redis.client.RedisAPI
Redis command READONLY.
READWRITE - Static variable in interface io.vertx.redis.client.Command
Disables read queries for a connection to a cluster replica node.
readwrite(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Disables read queries for a connection to a cluster replica node.
readwrite() - Method in interface io.vertx.redis.client.RedisAPI
Redis command READWRITE.
Redis - Interface in io.vertx.redis.client
A simple Redis client.
RedisAPI - Interface in io.vertx.redis.client
Auto generated Redis API client wrapper.
RedisClientType - Enum in io.vertx.redis.client
Define what kind of behavior is expected from the client.
RedisCluster - Interface in io.vertx.redis.client
Utilities for Redis cluster.
RedisClusterConnectOptions - Class in io.vertx.redis.client
 
RedisClusterConnectOptions() - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
 
RedisClusterConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
 
RedisClusterConnectOptions(RedisClusterConnectOptions) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
 
RedisClusterConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
 
RedisClusterConnectOptionsConverter - Class in io.vertx.redis.client
Converter and mapper for RedisClusterConnectOptions.
RedisClusterConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisClusterConnectOptionsConverter
 
RedisConnection - Interface in io.vertx.redis.client
A simple Redis client.
RedisConnectOptions - Class in io.vertx.redis.client
 
RedisConnectOptions() - Constructor for class io.vertx.redis.client.RedisConnectOptions
 
RedisConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisConnectOptions
 
RedisConnectOptions(RedisConnectOptions) - Constructor for class io.vertx.redis.client.RedisConnectOptions
 
RedisConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisConnectOptions
 
RedisConnectOptionsConverter - Class in io.vertx.redis.client
Converter and mapper for RedisConnectOptions.
RedisConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisConnectOptionsConverter
 
RedisOptions - Class in io.vertx.redis.client
Redis Client Configuration options.
RedisOptions() - Constructor for class io.vertx.redis.client.RedisOptions
Creates a default configuration object using redis server defaults
RedisOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisOptions
Copy constructor.
RedisOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisOptions
Copy from JSON constructor.
RedisOptionsConverter - Class in io.vertx.redis.client
Converter and mapper for RedisOptions.
RedisOptionsConverter() - Constructor for class io.vertx.redis.client.RedisOptionsConverter
 
RedisReplicas - Enum in io.vertx.redis.client
When should Redis replica nodes be used for queries.
RedisReplicationConnectOptions - Class in io.vertx.redis.client
 
RedisReplicationConnectOptions() - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
 
RedisReplicationConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
 
RedisReplicationConnectOptions(RedisReplicationConnectOptions) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
 
RedisReplicationConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
 
RedisReplicationConnectOptionsConverter - Class in io.vertx.redis.client
Converter and mapper for RedisReplicationConnectOptions.
RedisReplicationConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptionsConverter
 
RedisRole - Enum in io.vertx.redis.client
The client role; that is, to which kind of node should the connection be established.
RedisSentinelConnectOptions - Class in io.vertx.redis.client
 
RedisSentinelConnectOptions() - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
 
RedisSentinelConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
 
RedisSentinelConnectOptions(RedisSentinelConnectOptions) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
 
RedisSentinelConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
 
RedisSentinelConnectOptionsConverter - Class in io.vertx.redis.client
Converter and mapper for RedisSentinelConnectOptions.
RedisSentinelConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptionsConverter
 
RedisStandaloneConnectOptions - Class in io.vertx.redis.client
 
RedisStandaloneConnectOptions() - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
 
RedisStandaloneConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
 
RedisStandaloneConnectOptions(RedisStandaloneConnectOptions) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
 
RedisStandaloneConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
 
RedisStandaloneConnectOptionsConverter - Class in io.vertx.redis.client
Converter and mapper for RedisStandaloneConnectOptions.
RedisStandaloneConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptionsConverter
 
RedisTopology - Enum in io.vertx.redis.client
How the Redis multi-node topology should be obtained.
RENAME - Static variable in interface io.vertx.redis.client.Command
Rename a key.
rename(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Rename a key.
rename(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RENAME.
RENAMENX - Static variable in interface io.vertx.redis.client.Command
Rename a key, only if the new key does not exist.
renamenx(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Rename a key, only if the new key does not exist.
renamenx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RENAMENX.
REPLCONF - Static variable in interface io.vertx.redis.client.Command
An internal command for configuring the replication stream.
replconf(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
An internal command for configuring the replication stream.
replconf(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command REPLCONF.
REPLICAOF - Static variable in interface io.vertx.redis.client.Command
Make the server a replica of another instance, or promote it as master.
replicaof(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Make the server a replica of another instance, or promote it as master.
replicaof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command REPLICAOF.
Request - Interface in io.vertx.redis.client
Builder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2.
RESET - Static variable in interface io.vertx.redis.client.Command
Reset the connection.
reset(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Reset the connection.
reset() - Method in interface io.vertx.redis.client.RedisAPI
Redis command RESET.
Response - Interface in io.vertx.redis.client
The response received from the REDIS server.
ResponseType - Enum in io.vertx.redis.client
Define the response types that the client can receive from REDIS.
RESTORE - Static variable in interface io.vertx.redis.client.Command
Create a key using the provided serialized value, previously obtained using DUMP.
restore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Create a key using the provided serialized value, previously obtained using DUMP.
restore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RESTORE.
RESTORE_ASKING - Static variable in interface io.vertx.redis.client.Command
An internal command for migrating keys in a cluster.
restoreAsking(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
An internal command for migrating keys in a cluster.
restoreAsking(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RESTORE-ASKING.
resume() - Method in interface io.vertx.redis.client.RedisConnection
ROLE - Static variable in interface io.vertx.redis.client.Command
Return the role of the instance in the context of replication.
role(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return the role of the instance in the context of replication.
role() - Method in interface io.vertx.redis.client.RedisAPI
Redis command ROLE.
RPOP - Static variable in interface io.vertx.redis.client.Command
Remove and get the last elements in a list.
rpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove and get the last elements in a list.
rpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RPOP.
RPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: LMOVE with the RIGHT and LEFT arguments
rpoplpush(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove the last element in a list, prepend it to another list and return it.
rpoplpush(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: LMOVE with the RIGHT and LEFT arguments
RPUSH - Static variable in interface io.vertx.redis.client.Command
Append one or multiple elements to a list.
rpush(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Append one or multiple elements to a list.
rpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RPUSH.
RPUSHX - Static variable in interface io.vertx.redis.client.Command
Append an element to a list, only if the list exists.
rpushx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Append an element to a list, only if the list exists.
rpushx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RPUSHX.

S

SADD - Static variable in interface io.vertx.redis.client.Command
Add one or more members to a set.
sadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Add one or more members to a set.
sadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SADD.
SAVE - Static variable in interface io.vertx.redis.client.Command
Synchronously save the dataset to disk.
save(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Synchronously save the dataset to disk.
save() - Method in interface io.vertx.redis.client.RedisAPI
Redis command SAVE.
SCAN - Static variable in interface io.vertx.redis.client.Command
Incrementally iterate the keys space.
scan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Incrementally iterate the keys space.
scan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SCAN.
SCARD - Static variable in interface io.vertx.redis.client.Command
Get the number of members in a set.
scard(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the number of members in a set.
scard(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SCARD.
SCRIPT - Static variable in interface io.vertx.redis.client.Command
A container for Lua scripts management commands.
script(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for Lua scripts management commands.
script(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SCRIPT.
SDIFF - Static variable in interface io.vertx.redis.client.Command
Subtract multiple sets.
sdiff(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Subtract multiple sets.
sdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SDIFF.
SDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
Subtract multiple sets and store the resulting set in a key.
sdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Subtract multiple sets and store the resulting set in a key.
sdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SDIFFSTORE.
SELECT - Static variable in interface io.vertx.redis.client.Command
Change the selected database for the current connection.
select(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Change the selected database for the current connection.
select(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SELECT.
send(Request, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.Redis
Send the given command to the redis server or cluster.
send(Request) - Method in interface io.vertx.redis.client.Redis
Send the given command to the redis server or cluster.
send(Command, String...) - Method in interface io.vertx.redis.client.RedisAPI
Send untyped command to redis.
send(Request, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisConnection
Send the given command to the redis server or cluster.
send(Request) - Method in interface io.vertx.redis.client.RedisConnection
Send the given command to the redis server or cluster.
SENTINEL - Static variable in interface io.vertx.redis.client.Command
 
SET - Static variable in interface io.vertx.redis.client.Command
Set the string value of a key.
set(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set the string value of a key.
set(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SET.
setAutoFailover(boolean) - Method in class io.vertx.redis.client.RedisOptions
Returns whether automatic failover is enabled.
setAutoFailover(boolean) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
Returns whether automatic failover is enabled.
SETBIT - Static variable in interface io.vertx.redis.client.Command
Sets or clears the bit at offset in the string value stored at key.
setbit(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Sets or clears the bit at offset in the string value stored at key.
setbit(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SETBIT.
setCleanerInterval(int) - Method in class io.vertx.redis.client.PoolOptions
Set how often the connection pool will be cleaned.
setConnectionString(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
 
setConnectionString(String) - Method in class io.vertx.redis.client.RedisConnectOptions
Sets a single connection string (endpoint) to use while connecting to the redis server.
setConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
Sets a single connection string (endpoint) to use while connecting to the redis server.
setConnectionString(String) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
 
setConnectionString(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
 
setConnectionString(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
 
setEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
 
setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisConnectOptions
Set the endpoints to use while connecting to the redis server.
setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisOptions
Set the endpoints to use while connecting to the redis server.
setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
 
setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
 
setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
 
SETEX - Static variable in interface io.vertx.redis.client.Command
Set the value and expiration of a key.
setex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set the value and expiration of a key.
setex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SETEX.
setHashSlotCacheTTL(long) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
Sets the TTL of the hash slot cache.
setHashSlotCacheTTL(long) - Method in class io.vertx.redis.client.RedisOptions
Sets the TTL of the hash slot cache.
setMasterName(String) - Method in class io.vertx.redis.client.RedisOptions
Set the name of the master set.
setMasterName(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
Set the name of the master set.
setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
 
setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisConnectOptions
Tune how much nested arrays are allowed on a redis response.
setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisOptions
Tune how much nested arrays are allowed on a redis response.
setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
 
setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
 
setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
 
setMaxPoolSize(int) - Method in class io.vertx.redis.client.RedisOptions
Set the maximum size of the connection pool.
setMaxPoolWaiting(int) - Method in class io.vertx.redis.client.RedisOptions
Set the maximum number of requests waiting for a connection from the pool.
setMaxSize(int) - Method in class io.vertx.redis.client.PoolOptions
Set the maximum size of the connection pool.
setMaxWaiting(int) - Method in class io.vertx.redis.client.PoolOptions
Set the maximum number of requests waiting for a connection from the pool.
setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
 
setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisConnectOptions
The client will always work on pipeline mode, this means that messages can start queueing.
setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisOptions
The client will always work on pipeline mode, this means that messages can start queueing.
setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
 
setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
 
setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
 
setMetricsName(String) - Method in class io.vertx.redis.client.RedisOptions
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
setName(String) - Method in class io.vertx.redis.client.PoolOptions
Set the connection pool name to be used for metrics reporting.
setNetClientOptions(NetClientOptions) - Method in class io.vertx.redis.client.RedisOptions
Set the net client options to be used while connecting to the redis server.
SETNX - Static variable in interface io.vertx.redis.client.Command
Set the value of a key, only if the key does not exist.
setnx(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Set the value of a key, only if the key does not exist.
setnx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SETNX.
setPassword(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
 
setPassword(String) - Method in class io.vertx.redis.client.RedisConnectOptions
Set the default password for cluster/sentinel connections.
setPassword(String) - Method in class io.vertx.redis.client.RedisOptions
Set the default password for cluster/sentinel connections.
setPassword(String) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
 
setPassword(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
 
setPassword(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
 
setPoolCleanerInterval(int) - Method in class io.vertx.redis.client.RedisOptions
Set how often the connection pool will be cleaned.
setPoolName(String) - Method in class io.vertx.redis.client.RedisOptions
Set the connection pool name to be used for metrics reporting.
setPoolRecycleTimeout(int) - Method in class io.vertx.redis.client.RedisOptions
Set how long a connection can stay unused before it is recycled during connection pool cleaning.
setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
 
setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisConnectOptions
Sets the preferred protocol version to be used during protocol negotiation.
setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisOptions
Sets the preferred protocol version to be used during protocol negotiation.
setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
 
setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
 
setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
 
setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
 
setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisConnectOptions
Should the client perform REST protocol negotiation during the connection acquire.
setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisOptions
Should the client perform REST protocol negotiation during the connection acquire.
setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
 
setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
 
setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
 
SETRANGE - Static variable in interface io.vertx.redis.client.Command
Overwrite part of a string at key starting at the specified offset.
setrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Overwrite part of a string at key starting at the specified offset.
setrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SETRANGE.
setRecycleTimeout(int) - Method in class io.vertx.redis.client.PoolOptions
Set how long a connection can stay unused before it is recycled during connection pool cleaning.
setRole(RedisRole) - Method in class io.vertx.redis.client.RedisOptions
Set the client role; that is, to which kind of node should the connection be established.
setRole(RedisRole) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
Set the client role; that is, to which kind of node should the connection be established.
setTopology(RedisTopology) - Method in class io.vertx.redis.client.RedisOptions
Set how the topology should be obtained.
setTopology(RedisTopology) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
Set how the topology should be obtained.
setTracingPolicy(TracingPolicy) - Method in class io.vertx.redis.client.RedisOptions
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
setType(RedisClientType) - Method in class io.vertx.redis.client.RedisOptions
Set the desired client type to be created.
setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
Set whether to use replica nodes for read only queries.
setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisOptions
Set whether to use replica nodes for read only queries.
setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
Set whether to use replica nodes for read only queries.
SHUTDOWN - Static variable in interface io.vertx.redis.client.Command
Synchronously save the dataset to disk and then shut down the server.
shutdown(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Synchronously save the dataset to disk and then shut down the server.
shutdown(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SHUTDOWN.
SINTER - Static variable in interface io.vertx.redis.client.Command
Intersect multiple sets.
sinter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Intersect multiple sets.
sinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SINTER.
SINTERCARD - Static variable in interface io.vertx.redis.client.Command
Intersect multiple sets and return the cardinality of the result.
sintercard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Intersect multiple sets and return the cardinality of the result.
sintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SINTERCARD.
SINTERSTORE - Static variable in interface io.vertx.redis.client.Command
Intersect multiple sets and store the resulting set in a key.
sinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Intersect multiple sets and store the resulting set in a key.
sinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SINTERSTORE.
SISMEMBER - Static variable in interface io.vertx.redis.client.Command
Determine if a given value is a member of a set.
sismember(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Determine if a given value is a member of a set.
sismember(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SISMEMBER.
size() - Method in interface io.vertx.redis.client.Response
Get this size of this multi response.
SLAVEOF - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 5.0.0, replaced by: REPLICAOF
slaveof(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Make the server a replica of another instance, or promote it as master.
slaveof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 5.0.0, replaced by: REPLICAOF
SLOWLOG - Static variable in interface io.vertx.redis.client.Command
A container for slow log commands.
slowlog(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for slow log commands.
slowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SLOWLOG.
SMEMBERS - Static variable in interface io.vertx.redis.client.Command
Get all the members in a set.
smembers(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get all the members in a set.
smembers(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SMEMBERS.
SMISMEMBER - Static variable in interface io.vertx.redis.client.Command
Returns the membership associated with the given elements for a set.
smismember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Returns the membership associated with the given elements for a set.
smismember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SMISMEMBER.
SMOVE - Static variable in interface io.vertx.redis.client.Command
Move a member from one set to another.
smove(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Move a member from one set to another.
smove(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SMOVE.
SORT - Static variable in interface io.vertx.redis.client.Command
Sort the elements in a list, set or sorted set.
sort(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Sort the elements in a list, set or sorted set.
sort(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SORT.
SORT_RO - Static variable in interface io.vertx.redis.client.Command
Sort the elements in a list, set or sorted set.
sortRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Sort the elements in a list, set or sorted set.
sortRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SORT_RO.
SPOP - Static variable in interface io.vertx.redis.client.Command
Remove and return one or multiple random members from a set.
spop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove and return one or multiple random members from a set.
spop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SPOP.
SPUBLISH - Static variable in interface io.vertx.redis.client.Command
Post a message to a shard channel.
spublish(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Post a message to a shard channel.
spublish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SPUBLISH.
SRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
Get one or multiple random members from a set.
srandmember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get one or multiple random members from a set.
srandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SRANDMEMBER.
SREM - Static variable in interface io.vertx.redis.client.Command
Remove one or more members from a set.
srem(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove one or more members from a set.
srem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SREM.
SSCAN - Static variable in interface io.vertx.redis.client.Command
Incrementally iterate Set elements.
sscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Incrementally iterate Set elements.
sscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SSCAN.
SSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
Listen for messages published to the given shard channels.
ssubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Listen for messages published to the given shard channels.
ssubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SSUBSCRIBE.
stream() - Method in interface io.vertx.redis.client.Response
Return a stream of responses based on the iterable of this object.
STRLEN - Static variable in interface io.vertx.redis.client.Command
Get the length of the value stored in a key.
strlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the length of the value stored in a key.
strlen(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command STRLEN.
SUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
Listen for messages published to the given channels.
subscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Listen for messages published to the given channels.
subscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUBSCRIBE.
SUBSTR - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 2.0.0, replaced by: GETRANGE
substr(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get a substring of the string stored at a key.
substr(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 2.0.0, replaced by: GETRANGE
SUNION - Static variable in interface io.vertx.redis.client.Command
Add multiple sets.
sunion(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Add multiple sets.
sunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUNION.
SUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
Add multiple sets and store the resulting set in a key.
sunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Add multiple sets and store the resulting set in a key.
sunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUNIONSTORE.
SUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
Stop listening for messages posted to the given shard channels.
sunsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Stop listening for messages posted to the given shard channels.
sunsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUNSUBSCRIBE.
SWAPDB - Static variable in interface io.vertx.redis.client.Command
Swaps two Redis databases.
swapdb(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Swaps two Redis databases.
swapdb(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SWAPDB.
SYNC - Static variable in interface io.vertx.redis.client.Command
Internal command used for replication.
sync(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Internal command used for replication.
sync() - Method in interface io.vertx.redis.client.RedisAPI
Redis command SYNC.

T

TDIGEST_ADD - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_BYRANK - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_BYREVRANK - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_CDF - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_CREATE - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_INFO - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_MAX - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_MERGE - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_MIN - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_QUANTILE - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_RANK - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_RESET - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_REVRANK - Static variable in interface io.vertx.redis.client.Command
 
TDIGEST_TRIMMED_MEAN - Static variable in interface io.vertx.redis.client.Command
 
tdigestAdd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.ADD.
tdigestAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.ADD.
tdigestByrank(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.BYRANK.
tdigestByrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.BYRANK.
tdigestByrevrank(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.BYREVRANK.
tdigestByrevrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.BYREVRANK.
tdigestCdf(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.CDF.
tdigestCdf(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.CDF.
tdigestCreate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.CREATE.
tdigestCreate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.CREATE.
tdigestInfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.INFO.
tdigestInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.INFO.
tdigestMax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.MAX.
tdigestMax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.MAX.
tdigestMerge(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.MERGE.
tdigestMerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.MERGE.
tdigestMin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.MIN.
tdigestMin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.MIN.
tdigestQuantile(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.QUANTILE.
tdigestQuantile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.QUANTILE.
tdigestRank(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.RANK.
tdigestRank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.RANK.
tdigestReset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.RESET.
tdigestReset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.RESET.
tdigestRevrank(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.REVRANK.
tdigestRevrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.REVRANK.
tdigestTrimmedMean(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.TRIMMED_MEAN.
tdigestTrimmedMean(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TDIGEST.TRIMMED_MEAN.
TIME - Static variable in interface io.vertx.redis.client.Command
Return the current server time.
time(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return the current server time.
time() - Method in interface io.vertx.redis.client.RedisAPI
Redis command TIME.
TIMESERIES_CLUSTERSET - Static variable in interface io.vertx.redis.client.Command
 
TIMESERIES_CLUSTERSETFROMSHARD - Static variable in interface io.vertx.redis.client.Command
 
TIMESERIES_HELLO - Static variable in interface io.vertx.redis.client.Command
 
TIMESERIES_INFOCLUSTER - Static variable in interface io.vertx.redis.client.Command
 
TIMESERIES_INNERCOMMUNICATION - Static variable in interface io.vertx.redis.client.Command
 
TIMESERIES_NETWORKTEST - Static variable in interface io.vertx.redis.client.Command
 
TIMESERIES_REFRESHCLUSTER - Static variable in interface io.vertx.redis.client.Command
 
timeseriesClusterset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TIMESERIES.CLUSTERSET.
timeseriesClusterset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TIMESERIES.CLUSTERSET.
timeseriesClustersetfromshard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
timeseriesClustersetfromshard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
timeseriesHello(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TIMESERIES.HELLO.
timeseriesHello(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TIMESERIES.HELLO.
timeseriesInfocluster(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TIMESERIES.INFOCLUSTER.
timeseriesInfocluster(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TIMESERIES.INFOCLUSTER.
timeseriesInnercommunication(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
timeseriesInnercommunication(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
timeseriesNetworktest(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TIMESERIES.NETWORKTEST.
timeseriesNetworktest(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TIMESERIES.NETWORKTEST.
timeseriesRefreshcluster(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
timeseriesRefreshcluster(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
toBigInteger() - Method in interface io.vertx.redis.client.Response
Get this response as a BigInteger.
toBoolean() - Method in interface io.vertx.redis.client.Response
Get this response as a Boolean.
toBuffer() - Method in interface io.vertx.redis.client.Response
Get this response as Buffer.
toByte() - Method in interface io.vertx.redis.client.Response
Get this response as a Byte.
toBytes() - Method in interface io.vertx.redis.client.Response
Get this response as a byte[].
toDouble() - Method in interface io.vertx.redis.client.Response
Get this response as a Double.
toFloat() - Method in interface io.vertx.redis.client.Response
Get this response as a Float.
toInteger() - Method in interface io.vertx.redis.client.Response
Get this response as a Integer.
toJson() - Method in class io.vertx.redis.client.PoolOptions
Converts this object to JSON notation.
toJson() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
Converts this object to JSON notation.
toJson() - Method in class io.vertx.redis.client.RedisConnectOptions
Converts this object to JSON notation.
toJson() - Method in class io.vertx.redis.client.RedisOptions
Converts this object to JSON notation.
toJson() - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
Converts this object to JSON notation.
toJson() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
Converts this object to JSON notation.
toJson() - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
Converts this object to JSON notation.
toLong() - Method in interface io.vertx.redis.client.Response
Get this response as a Long.
toNumber() - Method in interface io.vertx.redis.client.Response
Get this response as a Number.
TOPK_ADD - Static variable in interface io.vertx.redis.client.Command
 
TOPK_COUNT - Static variable in interface io.vertx.redis.client.Command
 
TOPK_INCRBY - Static variable in interface io.vertx.redis.client.Command
 
TOPK_INFO - Static variable in interface io.vertx.redis.client.Command
 
TOPK_LIST - Static variable in interface io.vertx.redis.client.Command
 
TOPK_QUERY - Static variable in interface io.vertx.redis.client.Command
 
TOPK_RESERVE - Static variable in interface io.vertx.redis.client.Command
 
topkAdd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.ADD.
topkAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.ADD.
topkCount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.COUNT.
topkCount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.COUNT.
topkIncrby(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.INCRBY.
topkIncrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.INCRBY.
topkInfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.INFO.
topkInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.INFO.
topkList(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.LIST.
topkList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.LIST.
topkQuery(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.QUERY.
topkQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.QUERY.
topkReserve(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.RESERVE.
topkReserve(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOPK.RESERVE.
toShort() - Method in interface io.vertx.redis.client.Response
Get this response as a Short.
toString() - Method in interface io.vertx.redis.client.Response
Get this response as a String.
toString(Charset) - Method in interface io.vertx.redis.client.Response
Get this response as a String encoded with the given charset.
TOUCH - Static variable in interface io.vertx.redis.client.Command
Alters the last access time of a key(s).
touch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Alters the last access time of a key(s).
touch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOUCH.
TS_ADD - Static variable in interface io.vertx.redis.client.Command
 
TS_ALTER - Static variable in interface io.vertx.redis.client.Command
 
TS_CREATE - Static variable in interface io.vertx.redis.client.Command
 
TS_CREATERULE - Static variable in interface io.vertx.redis.client.Command
 
TS_DECRBY - Static variable in interface io.vertx.redis.client.Command
 
TS_DEL - Static variable in interface io.vertx.redis.client.Command
 
TS_DELETERULE - Static variable in interface io.vertx.redis.client.Command
 
TS_GET - Static variable in interface io.vertx.redis.client.Command
 
TS_INCRBY - Static variable in interface io.vertx.redis.client.Command
 
TS_INFO - Static variable in interface io.vertx.redis.client.Command
 
TS_MADD - Static variable in interface io.vertx.redis.client.Command
 
TS_MGET - Static variable in interface io.vertx.redis.client.Command
 
TS_MRANGE - Static variable in interface io.vertx.redis.client.Command
 
TS_MREVRANGE - Static variable in interface io.vertx.redis.client.Command
 
TS_QUERYINDEX - Static variable in interface io.vertx.redis.client.Command
 
TS_RANGE - Static variable in interface io.vertx.redis.client.Command
 
TS_REVRANGE - Static variable in interface io.vertx.redis.client.Command
 
tsAdd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.ADD.
tsAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.ADD.
tsAlter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.ALTER.
tsAlter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.ALTER.
tsCreate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.CREATE.
tsCreate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.CREATE.
tsCreaterule(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.CREATERULE.
tsCreaterule(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.CREATERULE.
tsDecrby(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.DECRBY.
tsDecrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.DECRBY.
tsDel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.DEL.
tsDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.DEL.
tsDeleterule(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.DELETERULE.
tsDeleterule(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.DELETERULE.
tsGet(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.GET.
tsGet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.GET.
tsIncrby(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.INCRBY.
tsIncrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.INCRBY.
tsInfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.INFO.
tsInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.INFO.
tsMadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.MADD.
tsMadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.MADD.
tsMget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.MGET.
tsMget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.MGET.
tsMrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.MRANGE.
tsMrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.MRANGE.
tsMrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.MREVRANGE.
tsMrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.MREVRANGE.
tsQueryindex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.QUERYINDEX.
tsQueryindex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.QUERYINDEX.
tsRange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.RANGE.
tsRange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.RANGE.
tsRevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.REVRANGE.
tsRevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TS.REVRANGE.
TTL - Static variable in interface io.vertx.redis.client.Command
Get the time to live for a key in seconds.
ttl(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the time to live for a key in seconds.
ttl(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TTL.
TYPE - Static variable in interface io.vertx.redis.client.Command
Determine the type stored at key.
type(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Determine the type stored at key.
type(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TYPE.
type() - Method in interface io.vertx.redis.client.Response
The response return type.

U

UNLINK - Static variable in interface io.vertx.redis.client.Command
Delete a key asynchronously in another thread.
unlink(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Delete a key asynchronously in another thread.
unlink(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command UNLINK.
UNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
Stop listening for messages posted to the given channels.
unsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Stop listening for messages posted to the given channels.
unsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command UNSUBSCRIBE.
UNWATCH - Static variable in interface io.vertx.redis.client.Command
Forget about all watched keys.
unwatch(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Forget about all watched keys.
unwatch() - Method in interface io.vertx.redis.client.RedisAPI
Redis command UNWATCH.

V

valueOf(String) - Static method in enum io.vertx.redis.client.ProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.RedisClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.RedisReplicas
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.RedisRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.RedisTopology
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.ResponseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertx.redis.client.ProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.RedisClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.RedisReplicas
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.RedisRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.RedisTopology
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAIT - Static variable in interface io.vertx.redis.client.Command
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
wait(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
wait(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command WAIT.
WATCH - Static variable in interface io.vertx.redis.client.Command
Watch the given keys to determine execution of the MULTI/EXEC block.
watch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Watch the given keys to determine execution of the MULTI/EXEC block.
watch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command WATCH.

X

XACK - Static variable in interface io.vertx.redis.client.Command
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
xack(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
xack(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XACK.
XADD - Static variable in interface io.vertx.redis.client.Command
Appends a new entry to a stream.
xadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Appends a new entry to a stream.
xadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XADD.
XAUTOCLAIM - Static variable in interface io.vertx.redis.client.Command
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
xautoclaim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
xautoclaim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XAUTOCLAIM.
XCLAIM - Static variable in interface io.vertx.redis.client.Command
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
xclaim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
xclaim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XCLAIM.
XDEL - Static variable in interface io.vertx.redis.client.Command
Removes the specified entries from the stream.
xdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Removes the specified entries from the stream.
xdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XDEL.
XGROUP - Static variable in interface io.vertx.redis.client.Command
A container for consumer groups commands.
xgroup(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for consumer groups commands.
xgroup(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XGROUP.
XINFO - Static variable in interface io.vertx.redis.client.Command
A container for stream introspection commands.
xinfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
A container for stream introspection commands.
xinfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XINFO.
XLEN - Static variable in interface io.vertx.redis.client.Command
Return the number of entries in a stream.
xlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return the number of entries in a stream.
xlen(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XLEN.
XPENDING - Static variable in interface io.vertx.redis.client.Command
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
xpending(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
xpending(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XPENDING.
XRANGE - Static variable in interface io.vertx.redis.client.Command
Return a range of elements in a stream, with IDs matching the specified IDs interval.
xrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return a range of elements in a stream, with IDs matching the specified IDs interval.
xrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XRANGE.
XREAD - Static variable in interface io.vertx.redis.client.Command
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
xread(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
xread(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XREAD.
XREADGROUP - Static variable in interface io.vertx.redis.client.Command
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
xreadgroup(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
xreadgroup(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XREADGROUP.
XREVRANGE - Static variable in interface io.vertx.redis.client.Command
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.
xrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
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.
xrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XREVRANGE.
XSETID - Static variable in interface io.vertx.redis.client.Command
An internal command for replicating stream values.
xsetid(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
An internal command for replicating stream values.
xsetid(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XSETID.
XTRIM - Static variable in interface io.vertx.redis.client.Command
Trims the stream to (approximately if '~' is passed) a certain size.
xtrim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Trims the stream to (approximately if '~' is passed) a certain size.
xtrim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XTRIM.

Z

ZADD - Static variable in interface io.vertx.redis.client.Command
Add one or more members to a sorted set, or update its score if it already exists.
zadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Add one or more members to a sorted set, or update its score if it already exists.
zadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZADD.
ZCARD - Static variable in interface io.vertx.redis.client.Command
Get the number of members in a sorted set.
zcard(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the number of members in a sorted set.
zcard(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZCARD.
ZCOUNT - Static variable in interface io.vertx.redis.client.Command
Count the members in a sorted set with scores within the given values.
zcount(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Count the members in a sorted set with scores within the given values.
zcount(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZCOUNT.
ZDIFF - Static variable in interface io.vertx.redis.client.Command
Subtract multiple sorted sets.
zdiff(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Subtract multiple sorted sets.
zdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZDIFF.
ZDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
Subtract multiple sorted sets and store the resulting sorted set in a new key.
zdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Subtract multiple sorted sets and store the resulting sorted set in a new key.
zdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZDIFFSTORE.
ZINCRBY - Static variable in interface io.vertx.redis.client.Command
Increment the score of a member in a sorted set.
zincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Increment the score of a member in a sorted set.
zincrby(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZINCRBY.
ZINTER - Static variable in interface io.vertx.redis.client.Command
Intersect multiple sorted sets.
zinter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Intersect multiple sorted sets.
zinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZINTER.
ZINTERCARD - Static variable in interface io.vertx.redis.client.Command
Intersect multiple sorted sets and return the cardinality of the result.
zintercard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Intersect multiple sorted sets and return the cardinality of the result.
zintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZINTERCARD.
ZINTERSTORE - Static variable in interface io.vertx.redis.client.Command
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZINTERSTORE.
ZLEXCOUNT - Static variable in interface io.vertx.redis.client.Command
Count the number of members in a sorted set between a given lexicographical range.
zlexcount(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Count the number of members in a sorted set between a given lexicographical range.
zlexcount(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZLEXCOUNT.
ZMPOP - Static variable in interface io.vertx.redis.client.Command
Remove and return members with scores in a sorted set.
zmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove and return members with scores in a sorted set.
zmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZMPOP.
ZMSCORE - Static variable in interface io.vertx.redis.client.Command
Get the score associated with the given members in a sorted set.
zmscore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the score associated with the given members in a sorted set.
zmscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZMSCORE.
ZPOPMAX - Static variable in interface io.vertx.redis.client.Command
Remove and return members with the highest scores in a sorted set.
zpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove and return members with the highest scores in a sorted set.
zpopmax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZPOPMAX.
ZPOPMIN - Static variable in interface io.vertx.redis.client.Command
Remove and return members with the lowest scores in a sorted set.
zpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove and return members with the lowest scores in a sorted set.
zpopmin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZPOPMIN.
ZRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
Get one or multiple random elements from a sorted set.
zrandmember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get one or multiple random elements from a sorted set.
zrandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANDMEMBER.
ZRANGE - Static variable in interface io.vertx.redis.client.Command
Return a range of members in a sorted set.
zrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return a range of members in a sorted set.
zrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANGE.
ZRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: ZRANGE with the BYLEX argument
zrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: ZRANGE with the BYLEX argument
ZRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: ZRANGE with the BYSCORE argument
zrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return a range of members in a sorted set, by score.
zrangebyscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: ZRANGE with the BYSCORE argument
ZRANGESTORE - Static variable in interface io.vertx.redis.client.Command
Store a range of members from sorted set into another key.
zrangestore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Store a range of members from sorted set into another key.
zrangestore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANGESTORE.
ZRANK - Static variable in interface io.vertx.redis.client.Command
Determine the index of a member in a sorted set.
zrank(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Determine the index of a member in a sorted set.
zrank(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANK.
ZREM - Static variable in interface io.vertx.redis.client.Command
Remove one or more members from a sorted set.
zrem(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove one or more members from a sorted set.
zrem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREM.
ZREMRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
Remove all members in a sorted set between the given lexicographical range.
zremrangebylex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove all members in a sorted set between the given lexicographical range.
zremrangebylex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREMRANGEBYLEX.
ZREMRANGEBYRANK - Static variable in interface io.vertx.redis.client.Command
Remove all members in a sorted set within the given indexes.
zremrangebyrank(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove all members in a sorted set within the given indexes.
zremrangebyrank(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREMRANGEBYRANK.
ZREMRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
Remove all members in a sorted set within the given scores.
zremrangebyscore(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Remove all members in a sorted set within the given scores.
zremrangebyscore(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREMRANGEBYSCORE.
ZREVRANGE - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: ZRANGE with the REV argument
zrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: ZRANGE with the REV argument
ZREVRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: ZRANGE with the REV and BYLEX arguments
zrevrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return a range of members in a sorted set, by lexicographical range, ordered from higher to lower strings.
zrevrangebylex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: ZRANGE with the REV and BYLEX arguments
ZREVRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
Deprecated.
since: 6.2.0, replaced by: ZRANGE with the REV and BYSCORE arguments
zrevrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Deprecated.
since: 6.2.0, replaced by: ZRANGE with the REV and BYSCORE arguments
ZREVRANK - Static variable in interface io.vertx.redis.client.Command
Determine the index of a member in a sorted set, with scores ordered from high to low.
zrevrank(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Determine the index of a member in a sorted set, with scores ordered from high to low.
zrevrank(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREVRANK.
ZSCAN - Static variable in interface io.vertx.redis.client.Command
Incrementally iterate sorted sets elements and associated scores.
zscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Incrementally iterate sorted sets elements and associated scores.
zscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZSCAN.
ZSCORE - Static variable in interface io.vertx.redis.client.Command
Get the score associated with the given member in a sorted set.
zscore(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Get the score associated with the given member in a sorted set.
zscore(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZSCORE.
ZUNION - Static variable in interface io.vertx.redis.client.Command
Add multiple sorted sets.
zunion(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Add multiple sorted sets.
zunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZUNION.
ZUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZUNIONSTORE.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2024 Eclipse. All rights reserved.