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
 
acl(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ACL.
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.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(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command APPEND.
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
 
asking(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ASKING.
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
 
auth(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command AUTH.
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
 
bgrewriteaof(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BGREWRITEAOF.
bgrewriteaof() - Method in interface io.vertx.redis.client.RedisAPI
Redis command BGREWRITEAOF.
BGSAVE - Static variable in interface io.vertx.redis.client.Command
 
bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BGSAVE.
bgsave(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BGSAVE.
BITCOUNT - Static variable in interface io.vertx.redis.client.Command
 
bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITCOUNT.
bitcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITCOUNT.
BITFIELD - Static variable in interface io.vertx.redis.client.Command
 
bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITFIELD.
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
 
bitfieldRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITFIELD_RO.
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
 
bitop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITOP.
bitop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITOP.
BITPOS - Static variable in interface io.vertx.redis.client.Command
 
bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITPOS.
bitpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BITPOS.
BLMOVE - Static variable in interface io.vertx.redis.client.Command
 
blmove(String, String, String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BLMOVE.
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
 
blmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BLMPOP.
blmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BLMPOP.
BLPOP - Static variable in interface io.vertx.redis.client.Command
 
blpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BLPOP.
blpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BLPOP.
BRPOP - Static variable in interface io.vertx.redis.client.Command
 
brpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BRPOP.
brpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BRPOP.
BRPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
 
brpoplpush(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BRPOPLPUSH.
brpoplpush(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BRPOPLPUSH.
BZMPOP - Static variable in interface io.vertx.redis.client.Command
 
bzmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BZMPOP.
bzmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BZMPOP.
BZPOPMAX - Static variable in interface io.vertx.redis.client.Command
 
bzpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BZPOPMAX.
bzpopmax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BZPOPMAX.
BZPOPMIN - Static variable in interface io.vertx.redis.client.Command
 
bzpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command BZPOPMIN.
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
 
client(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CLIENT.
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
 
cluster(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CLUSTER.
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
 
command(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command COMMAND.
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
 
config(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command CONFIG.
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(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command COPY.
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.
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
 
dbsize(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DBSIZE.
dbsize() - Method in interface io.vertx.redis.client.RedisAPI
Redis command DBSIZE.
DEBUG - Static variable in interface io.vertx.redis.client.Command
 
debug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DEBUG.
debug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DEBUG.
DECR - Static variable in interface io.vertx.redis.client.Command
 
decr(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DECR.
decr(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DECR.
DECRBY - Static variable in interface io.vertx.redis.client.Command
 
decrby(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DECRBY.
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
 
del(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DEL.
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(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DISCARD.
discard() - Method in interface io.vertx.redis.client.RedisAPI
Redis command DISCARD.
DUMP - Static variable in interface io.vertx.redis.client.Command
 
dump(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command DUMP.
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(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ECHO.
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
 
eval(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EVAL.
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
 
evalRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EVAL_RO.
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
 
evalsha(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EVALSHA.
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
 
evalshaRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EVALSHA_RO.
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
 
exec(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXEC.
exec() - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXEC.
EXISTS - Static variable in interface io.vertx.redis.client.Command
 
exists(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command 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
 
expire(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXPIRE.
expire(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXPIRE.
EXPIREAT - Static variable in interface io.vertx.redis.client.Command
 
expireat(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXPIREAT.
expireat(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXPIREAT.
EXPIRETIME - Static variable in interface io.vertx.redis.client.Command
 
expiretime(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXPIRETIME.
expiretime(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command EXPIRETIME.

F

FAILOVER - Static variable in interface io.vertx.redis.client.Command
 
failover(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FAILOVER.
failover(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FAILOVER.
FCALL - Static variable in interface io.vertx.redis.client.Command
 
fcall(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FCALL.
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
 
fcallRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FCALL_RO.
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
 
flushall(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FLUSHALL.
flushall(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FLUSHALL.
FLUSHDB - Static variable in interface io.vertx.redis.client.Command
 
flushdb(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FLUSHDB.
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
 
function(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command FUNCTION.
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
 
geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOADD.
geoadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOADD.
GEODIST - Static variable in interface io.vertx.redis.client.Command
 
geodist(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEODIST.
geodist(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEODIST.
GEOHASH - Static variable in interface io.vertx.redis.client.Command
 
geohash(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOHASH.
geohash(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOHASH.
GEOPOS - Static variable in interface io.vertx.redis.client.Command
 
geopos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOPOS.
geopos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOPOS.
GEORADIUS - Static variable in interface io.vertx.redis.client.Command
 
georadius(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEORADIUS.
georadius(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEORADIUS.
GEORADIUS_RO - Static variable in interface io.vertx.redis.client.Command
 
GEORADIUSBYMEMBER - Static variable in interface io.vertx.redis.client.Command
 
georadiusbymember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEORADIUSBYMEMBER.
georadiusbymember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEORADIUSBYMEMBER.
GEORADIUSBYMEMBER_RO - Static variable in interface io.vertx.redis.client.Command
 
georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEORADIUSBYMEMBER_RO.
georadiusbymemberRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEORADIUSBYMEMBER_RO.
georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEORADIUS_RO.
georadiusRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEORADIUS_RO.
GEOSEARCH - Static variable in interface io.vertx.redis.client.Command
 
geosearch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOSEARCH.
geosearch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOSEARCH.
GEOSEARCHSTORE - Static variable in interface io.vertx.redis.client.Command
 
geosearchstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GEOSEARCHSTORE.
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(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GET.
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
 
getbit(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GETBIT.
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
 
getdel(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GETDEL.
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
 
getex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GETEX.
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 master name (only considered in HA mode).
getMasterName() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
Get the master name (only considered in HA mode).
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.
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 exist 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
 
getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GETRANGE.
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 exist before it is recycled during connection pool cleaning.
getRole() - Method in class io.vertx.redis.client.RedisOptions
Get the role name (only considered in HA mode).
getRole() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
Get the role name (only considered in HA mode).
GETSET - Static variable in interface io.vertx.redis.client.Command
 
getset(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GETSET.
getset(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command GETSET.
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 or not to use replica nodes (only considered in Cluster mode).
getUseReplicas() - Method in class io.vertx.redis.client.RedisOptions
Get whether or not to use replica nodes (only considered in Cluster mode).
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.

H

handler(Handler<Response>) - Method in interface io.vertx.redis.client.RedisConnection
HDEL - Static variable in interface io.vertx.redis.client.Command
 
hdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HDEL.
hdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HDEL.
HELLO - Static variable in interface io.vertx.redis.client.Command
 
hello(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HELLO.
hello(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HELLO.
HEXISTS - Static variable in interface io.vertx.redis.client.Command
 
hexists(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HEXISTS.
hexists(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HEXISTS.
HGET - Static variable in interface io.vertx.redis.client.Command
 
hget(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HGET.
hget(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HGET.
HGETALL - Static variable in interface io.vertx.redis.client.Command
 
hgetall(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HGETALL.
hgetall(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HGETALL.
HINCRBY - Static variable in interface io.vertx.redis.client.Command
 
hincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HINCRBY.
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
 
hincrbyfloat(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HINCRBYFLOAT.
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
 
hkeys(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HKEYS.
hkeys(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HKEYS.
HLEN - Static variable in interface io.vertx.redis.client.Command
 
hlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HLEN.
hlen(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HLEN.
HMGET - Static variable in interface io.vertx.redis.client.Command
 
hmget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HMGET.
hmget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HMGET.
HMSET - Static variable in interface io.vertx.redis.client.Command
 
hmset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HMSET.
hmset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HMSET.
HRANDFIELD - Static variable in interface io.vertx.redis.client.Command
 
hrandfield(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HRANDFIELD.
hrandfield(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HRANDFIELD.
HSCAN - Static variable in interface io.vertx.redis.client.Command
 
hscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HSCAN.
hscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HSCAN.
HSET - Static variable in interface io.vertx.redis.client.Command
 
hset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HSET.
hset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HSET.
HSETNX - Static variable in interface io.vertx.redis.client.Command
 
hsetnx(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HSETNX.
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
 
hstrlen(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HSTRLEN.
hstrlen(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HSTRLEN.
HVALS - Static variable in interface io.vertx.redis.client.Command
 
hvals(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HVALS.
hvals(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command HVALS.

I

INCR - Static variable in interface io.vertx.redis.client.Command
 
incr(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command INCR.
incr(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command INCR.
INCRBY - Static variable in interface io.vertx.redis.client.Command
 
incrby(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command INCRBY.
incrby(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command INCRBY.
INCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
 
incrbyfloat(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command INCRBYFLOAT.
incrbyfloat(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command INCRBYFLOAT.
INFO - Static variable in interface io.vertx.redis.client.Command
 
info(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command INFO.
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.
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
 
keys(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command KEYS.
keys(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command KEYS.

L

LASTSAVE - Static variable in interface io.vertx.redis.client.Command
 
lastsave(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LASTSAVE.
lastsave() - Method in interface io.vertx.redis.client.RedisAPI
Redis command LASTSAVE.
LATENCY - Static variable in interface io.vertx.redis.client.Command
 
latency(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LATENCY.
latency(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LATENCY.
LCS - Static variable in interface io.vertx.redis.client.Command
 
lcs(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LCS.
lcs(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LCS.
LINDEX - Static variable in interface io.vertx.redis.client.Command
 
lindex(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LINDEX.
lindex(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LINDEX.
LINSERT - Static variable in interface io.vertx.redis.client.Command
 
linsert(String, String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LINSERT.
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
 
llen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LLEN.
llen(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LLEN.
LMOVE - Static variable in interface io.vertx.redis.client.Command
 
lmove(String, String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LMOVE.
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
 
lmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LMPOP.
lmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LMPOP.
LOLWUT - Static variable in interface io.vertx.redis.client.Command
 
lolwut(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LOLWUT.
lolwut(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LOLWUT.
LPOP - Static variable in interface io.vertx.redis.client.Command
 
lpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPOP.
lpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPOP.
LPOS - Static variable in interface io.vertx.redis.client.Command
 
lpos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPOS.
lpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPOS.
LPUSH - Static variable in interface io.vertx.redis.client.Command
 
lpush(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPUSH.
lpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPUSH.
LPUSHX - Static variable in interface io.vertx.redis.client.Command
 
lpushx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPUSHX.
lpushx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LPUSHX.
LRANGE - Static variable in interface io.vertx.redis.client.Command
 
lrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LRANGE.
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
 
lrem(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LREM.
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
 
lset(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LSET.
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
 
ltrim(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command LTRIM.
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
 
memory(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MEMORY.
memory(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MEMORY.
MGET - Static variable in interface io.vertx.redis.client.Command
 
mget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MGET.
mget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MGET.
MIGRATE - Static variable in interface io.vertx.redis.client.Command
 
migrate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MIGRATE.
migrate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MIGRATE.
MODULE - Static variable in interface io.vertx.redis.client.Command
 
module(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MODULE.
module(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MODULE.
MONITOR - Static variable in interface io.vertx.redis.client.Command
 
monitor(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MONITOR.
monitor() - Method in interface io.vertx.redis.client.RedisAPI
Redis command MONITOR.
MOVE - Static variable in interface io.vertx.redis.client.Command
 
move(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MOVE.
move(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MOVE.
MSET - Static variable in interface io.vertx.redis.client.Command
 
mset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MSET.
mset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MSET.
MSETNX - Static variable in interface io.vertx.redis.client.Command
 
msetnx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MSETNX.
msetnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MSETNX.
MULTI - Static variable in interface io.vertx.redis.client.Command
 
multi(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command MULTI.
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
 
object(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command OBJECT.
object(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command OBJECT.

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
 
persist(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PERSIST.
persist(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PERSIST.
PEXPIRE - Static variable in interface io.vertx.redis.client.Command
 
pexpire(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PEXPIRE.
pexpire(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PEXPIRE.
PEXPIREAT - Static variable in interface io.vertx.redis.client.Command
 
pexpireat(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PEXPIREAT.
pexpireat(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PEXPIREAT.
PEXPIRETIME - Static variable in interface io.vertx.redis.client.Command
 
pexpiretime(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PEXPIRETIME.
pexpiretime(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PEXPIRETIME.
PFADD - Static variable in interface io.vertx.redis.client.Command
 
pfadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFADD.
pfadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFADD.
PFCOUNT - Static variable in interface io.vertx.redis.client.Command
 
pfcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFCOUNT.
pfcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFCOUNT.
PFDEBUG - Static variable in interface io.vertx.redis.client.Command
 
pfdebug(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFDEBUG.
pfdebug(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFDEBUG.
PFMERGE - Static variable in interface io.vertx.redis.client.Command
 
pfmerge(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFMERGE.
pfmerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFMERGE.
PFSELFTEST - Static variable in interface io.vertx.redis.client.Command
 
pfselftest(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFSELFTEST.
pfselftest() - Method in interface io.vertx.redis.client.RedisAPI
Redis command PFSELFTEST.
PING - Static variable in interface io.vertx.redis.client.Command
 
ping(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PING.
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
 
psetex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PSETEX.
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
 
psubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PSUBSCRIBE.
psubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PSUBSCRIBE.
PSYNC - Static variable in interface io.vertx.redis.client.Command
 
psync(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PSYNC.
psync(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PSYNC.
PTTL - Static variable in interface io.vertx.redis.client.Command
 
pttl(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PTTL.
pttl(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PTTL.
PUBLISH - Static variable in interface io.vertx.redis.client.Command
 
publish(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PUBLISH.
publish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PUBLISH.
PUBSUB - Static variable in interface io.vertx.redis.client.Command
 
pubsub(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PUBSUB.
pubsub(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PUBSUB.
PUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
punsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command PUNSUBSCRIBE.
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
 
quit(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command QUIT.
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
 
randomkey(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RANDOMKEY.
randomkey() - Method in interface io.vertx.redis.client.RedisAPI
Redis command RANDOMKEY.
READONLY - Static variable in interface io.vertx.redis.client.Command
 
readonly(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command READONLY.
readonly() - Method in interface io.vertx.redis.client.RedisAPI
Redis command READONLY.
READWRITE - Static variable in interface io.vertx.redis.client.Command
 
readwrite(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command READWRITE.
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.
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.
RedisRole - Enum in io.vertx.redis.client
Define which kind of role to be used in HA mode.
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
 
RENAME - Static variable in interface io.vertx.redis.client.Command
 
rename(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RENAME.
rename(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RENAME.
RENAMENX - Static variable in interface io.vertx.redis.client.Command
 
renamenx(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RENAMENX.
renamenx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RENAMENX.
REPLCONF - Static variable in interface io.vertx.redis.client.Command
 
replconf(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command REPLCONF.
replconf(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command REPLCONF.
REPLICAOF - Static variable in interface io.vertx.redis.client.Command
 
replicaof(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command REPLICAOF.
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(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RESET.
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
 
restore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RESTORE.
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
 
restoreAsking(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RESTORE-ASKING.
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
 
role(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ROLE.
role() - Method in interface io.vertx.redis.client.RedisAPI
Redis command ROLE.
RPOP - Static variable in interface io.vertx.redis.client.Command
 
rpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RPOP.
rpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RPOP.
RPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
 
rpoplpush(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RPOPLPUSH.
rpoplpush(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RPOPLPUSH.
RPUSH - Static variable in interface io.vertx.redis.client.Command
 
rpush(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RPUSH.
rpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RPUSH.
RPUSHX - Static variable in interface io.vertx.redis.client.Command
 
rpushx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command RPUSHX.
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
 
sadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SADD.
sadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SADD.
SAVE - Static variable in interface io.vertx.redis.client.Command
 
save(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SAVE.
save() - Method in interface io.vertx.redis.client.RedisAPI
Redis command SAVE.
SCAN - Static variable in interface io.vertx.redis.client.Command
 
scan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SCAN.
scan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SCAN.
SCARD - Static variable in interface io.vertx.redis.client.Command
 
scard(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SCARD.
scard(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SCARD.
SCRIPT - Static variable in interface io.vertx.redis.client.Command
 
script(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SCRIPT.
script(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SCRIPT.
SDIFF - Static variable in interface io.vertx.redis.client.Command
 
sdiff(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SDIFF.
sdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SDIFF.
SDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
 
sdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SDIFFSTORE.
sdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SDIFFSTORE.
SELECT - Static variable in interface io.vertx.redis.client.Command
 
select(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SELECT.
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(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SET.
set(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SET.
SETBIT - Static variable in interface io.vertx.redis.client.Command
 
setbit(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SETBIT.
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.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.RedisSentinelConnectOptions
 
setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
 
SETEX - Static variable in interface io.vertx.redis.client.Command
 
setex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SETEX.
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 master name (only considered in HA mode).
setMasterName(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
Set the master name (only considered in HA mode).
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.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.RedisSentinelConnectOptions
 
setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
 
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
 
setnx(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SETNX.
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.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 exist 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.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.RedisSentinelConnectOptions
 
setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
 
SETRANGE - Static variable in interface io.vertx.redis.client.Command
 
setrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SETRANGE.
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 exist before it is recycled during connection pool cleaning.
setRole(RedisRole) - Method in class io.vertx.redis.client.RedisOptions
Set the role name (only considered in HA mode).
setRole(RedisRole) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
Set the role name (only considered in HA mode).
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 or not to use replica nodes (only considered in Cluster mode).
setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisOptions
Set whether or not to use replica nodes (only considered in Cluster mode).
SHUTDOWN - Static variable in interface io.vertx.redis.client.Command
 
shutdown(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SHUTDOWN.
shutdown(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SHUTDOWN.
SINTER - Static variable in interface io.vertx.redis.client.Command
 
sinter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SINTER.
sinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SINTER.
SINTERCARD - Static variable in interface io.vertx.redis.client.Command
 
sintercard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SINTERCARD.
sintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SINTERCARD.
SINTERSTORE - Static variable in interface io.vertx.redis.client.Command
 
sinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SINTERSTORE.
sinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SINTERSTORE.
SISMEMBER - Static variable in interface io.vertx.redis.client.Command
 
sismember(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SISMEMBER.
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
 
slaveof(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SLAVEOF.
slaveof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SLAVEOF.
SLOWLOG - Static variable in interface io.vertx.redis.client.Command
 
slowlog(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SLOWLOG.
slowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SLOWLOG.
SMEMBERS - Static variable in interface io.vertx.redis.client.Command
 
smembers(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SMEMBERS.
smembers(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SMEMBERS.
SMISMEMBER - Static variable in interface io.vertx.redis.client.Command
 
smismember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SMISMEMBER.
smismember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SMISMEMBER.
SMOVE - Static variable in interface io.vertx.redis.client.Command
 
smove(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SMOVE.
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(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SORT.
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
 
sortRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SORT_RO.
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
 
spop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SPOP.
spop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SPOP.
SPUBLISH - Static variable in interface io.vertx.redis.client.Command
 
spublish(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SPUBLISH.
spublish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SPUBLISH.
SRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
 
srandmember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SRANDMEMBER.
srandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SRANDMEMBER.
SREM - Static variable in interface io.vertx.redis.client.Command
 
srem(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SREM.
srem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SREM.
SSCAN - Static variable in interface io.vertx.redis.client.Command
 
sscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SSCAN.
sscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SSCAN.
SSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
ssubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SSUBSCRIBE.
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
 
strlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command STRLEN.
strlen(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command STRLEN.
SUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
subscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUBSCRIBE.
subscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUBSCRIBE.
SUBSTR - Static variable in interface io.vertx.redis.client.Command
 
substr(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUBSTR.
substr(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUBSTR.
SUNION - Static variable in interface io.vertx.redis.client.Command
 
sunion(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUNION.
sunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUNION.
SUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
 
sunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUNIONSTORE.
sunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUNIONSTORE.
SUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
sunsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUNSUBSCRIBE.
sunsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SUNSUBSCRIBE.
SWAPDB - Static variable in interface io.vertx.redis.client.Command
 
swapdb(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SWAPDB.
swapdb(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SWAPDB.
SYNC - Static variable in interface io.vertx.redis.client.Command
 
sync(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command SYNC.
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
 
time(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command 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.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
 
touch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TOUCH.
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
 
ttl(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TTL.
ttl(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TTL.
TYPE - Static variable in interface io.vertx.redis.client.Command
 
type(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command TYPE.
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
 
unlink(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command UNLINK.
unlink(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command UNLINK.
UNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
unsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command UNSUBSCRIBE.
unsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command UNSUBSCRIBE.
UNWATCH - Static variable in interface io.vertx.redis.client.Command
 
unwatch(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command UNWATCH.
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.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.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(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command WAIT.
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(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command WATCH.
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
 
xack(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XACK.
xack(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XACK.
XADD - Static variable in interface io.vertx.redis.client.Command
 
xadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XADD.
xadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XADD.
XAUTOCLAIM - Static variable in interface io.vertx.redis.client.Command
 
xautoclaim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XAUTOCLAIM.
xautoclaim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XAUTOCLAIM.
XCLAIM - Static variable in interface io.vertx.redis.client.Command
 
xclaim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XCLAIM.
xclaim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XCLAIM.
XDEL - Static variable in interface io.vertx.redis.client.Command
 
xdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XDEL.
xdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XDEL.
XGROUP - Static variable in interface io.vertx.redis.client.Command
 
xgroup(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XGROUP.
xgroup(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XGROUP.
XINFO - Static variable in interface io.vertx.redis.client.Command
 
xinfo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XINFO.
xinfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XINFO.
XLEN - Static variable in interface io.vertx.redis.client.Command
 
xlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XLEN.
xlen(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XLEN.
XPENDING - Static variable in interface io.vertx.redis.client.Command
 
xpending(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XPENDING.
xpending(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XPENDING.
XRANGE - Static variable in interface io.vertx.redis.client.Command
 
xrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XRANGE.
xrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XRANGE.
XREAD - Static variable in interface io.vertx.redis.client.Command
 
xread(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XREAD.
xread(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XREAD.
XREADGROUP - Static variable in interface io.vertx.redis.client.Command
 
xreadgroup(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XREADGROUP.
xreadgroup(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XREADGROUP.
XREVRANGE - Static variable in interface io.vertx.redis.client.Command
 
xrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XREVRANGE.
xrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XREVRANGE.
XSETID - Static variable in interface io.vertx.redis.client.Command
 
xsetid(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XSETID.
xsetid(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XSETID.
XTRIM - Static variable in interface io.vertx.redis.client.Command
 
xtrim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command XTRIM.
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
 
zadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZADD.
zadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZADD.
ZCARD - Static variable in interface io.vertx.redis.client.Command
 
zcard(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZCARD.
zcard(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZCARD.
ZCOUNT - Static variable in interface io.vertx.redis.client.Command
 
zcount(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZCOUNT.
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
 
zdiff(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZDIFF.
zdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZDIFF.
ZDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
 
zdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZDIFFSTORE.
zdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZDIFFSTORE.
ZINCRBY - Static variable in interface io.vertx.redis.client.Command
 
zincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZINCRBY.
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
 
zinter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZINTER.
zinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZINTER.
ZINTERCARD - Static variable in interface io.vertx.redis.client.Command
 
zintercard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZINTERCARD.
zintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZINTERCARD.
ZINTERSTORE - Static variable in interface io.vertx.redis.client.Command
 
zinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZINTERSTORE.
zinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZINTERSTORE.
ZLEXCOUNT - Static variable in interface io.vertx.redis.client.Command
 
zlexcount(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZLEXCOUNT.
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
 
zmpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZMPOP.
zmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZMPOP.
ZMSCORE - Static variable in interface io.vertx.redis.client.Command
 
zmscore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZMSCORE.
zmscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZMSCORE.
ZPOPMAX - Static variable in interface io.vertx.redis.client.Command
 
zpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZPOPMAX.
zpopmax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZPOPMAX.
ZPOPMIN - Static variable in interface io.vertx.redis.client.Command
 
zpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZPOPMIN.
zpopmin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZPOPMIN.
ZRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
 
zrandmember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANDMEMBER.
zrandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANDMEMBER.
ZRANGE - Static variable in interface io.vertx.redis.client.Command
 
zrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANGE.
zrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANGE.
ZRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
 
zrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANGEBYLEX.
zrangebylex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANGEBYLEX.
ZRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
 
zrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANGEBYSCORE.
zrangebyscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANGEBYSCORE.
ZRANGESTORE - Static variable in interface io.vertx.redis.client.Command
 
zrangestore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANGESTORE.
zrangestore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANGESTORE.
ZRANK - Static variable in interface io.vertx.redis.client.Command
 
zrank(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANK.
zrank(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZRANK.
ZREM - Static variable in interface io.vertx.redis.client.Command
 
zrem(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREM.
zrem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREM.
ZREMRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
 
zremrangebylex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREMRANGEBYLEX.
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
 
zremrangebyrank(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREMRANGEBYRANK.
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
 
zremrangebyscore(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREMRANGEBYSCORE.
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
 
zrevrange(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREVRANGE.
zrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREVRANGE.
ZREVRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
 
zrevrangebylex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREVRANGEBYLEX.
zrevrangebylex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREVRANGEBYLEX.
ZREVRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
 
zrevrangebyscore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREVRANGEBYSCORE.
zrevrangebyscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREVRANGEBYSCORE.
ZREVRANK - Static variable in interface io.vertx.redis.client.Command
 
zrevrank(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREVRANK.
zrevrank(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZREVRANK.
ZSCAN - Static variable in interface io.vertx.redis.client.Command
 
zscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZSCAN.
zscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZSCAN.
ZSCORE - Static variable in interface io.vertx.redis.client.Command
 
zscore(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZSCORE.
zscore(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZSCORE.
ZUNION - Static variable in interface io.vertx.redis.client.Command
 
zunion(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZUNION.
zunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZUNION.
ZUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
 
zunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ZUNIONSTORE.
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.