Skip navigation links
A B C D E F G H I K L M N O P 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.RedisOptions
Adds a connection string (endpoint) to use while connecting to the redis server.
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.
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 bitfieldRo.
bitfieldRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitfieldRo.
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.
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.
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

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.
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
 
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.
create(String, int, int, int, int, boolean, boolean, boolean, boolean) - Static method in interface io.vertx.redis.client.Command
Creates a Redis Command from METADATA.
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.
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.
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(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command expire.
expire(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command expire.
EXPIREAT - Static variable in interface io.vertx.redis.client.Command
 
expireat(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command expireat.
expireat(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command expireat.

F

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.
fromJson(Iterable<Map.Entry<String, Object>>, RedisOptions) - Static method in class io.vertx.redis.client.RedisOptionsConverter
 

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 georadiusbymemberRo.
georadiusbymemberRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadiusbymemberRo.
georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadiusRo.
georadiusRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadiusRo.
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.
getArity() - Method in interface io.vertx.redis.client.Command
 
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.
getBytes() - Method in interface io.vertx.redis.client.Command
 
getEndpoint() - Method in class io.vertx.redis.client.RedisOptions
Gets the redis endpoint to use
getEndpoints() - Method in class io.vertx.redis.client.RedisOptions
Gets the list of redis endpoints to use (mostly used while connecting to a cluster)
getFirstKey() - Method in interface io.vertx.redis.client.Command
 
getInterval() - Method in interface io.vertx.redis.client.Command
 
getKeys() - Method in interface io.vertx.redis.client.Response
Get this multi response keys from a hash.
getLastKey() - Method in interface io.vertx.redis.client.Command
 
getMasterName() - Method in class io.vertx.redis.client.RedisOptions
Get the master name (only considered in HA mode).
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
Tune the maximum size of the connection pool.
getMaxPoolWaiting() - Method in class io.vertx.redis.client.RedisOptions
Tune the maximum waiting requests for a connection from the pool.
getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisOptions
The client will always work on pipeline mode, this means that messages can start queueing.
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.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
Tune how often in milliseconds should the connection pool cleaner execute.
getPoolName() - Method in class io.vertx.redis.client.RedisOptions
Get the pool name to be used in this client.
getPoolRecycleTimeout() - Method in class io.vertx.redis.client.RedisOptions
Tune when a connection should be recycled in milliseconds.
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.
getRole() - Method in class io.vertx.redis.client.RedisOptions
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.
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.RedisOptions
Get whether or not to use replica nodes (only considered in Cluster mode).

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.
HOST - Static variable in interface io.vertx.redis.client.Command
 
host(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command host.
host(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command host.
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
 
isKeyless() - Method in interface io.vertx.redis.client.Command
 
isMovable() - Method in interface io.vertx.redis.client.Command
 
isMultiKey() - Method in interface io.vertx.redis.client.Command
 
isProtocolNegotiation() - Method in class io.vertx.redis.client.RedisOptions
Should the client perform RESP protocol negotiation during the connection handshake.
isPubSub() - Method in interface io.vertx.redis.client.Command
 
isReadOnly() - Method in interface io.vertx.redis.client.Command
 
isVoid() - Method in interface io.vertx.redis.client.Command
 
isWrite() - Method in interface io.vertx.redis.client.Command
 
iterator() - Method in interface io.vertx.redis.client.Response
Return an iterator so it can be iterated using the foreach construct.

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.
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.
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(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lpop.
lpop(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lpop.
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(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pexpire.
pexpire(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pexpire.
PEXPIREAT - Static variable in interface io.vertx.redis.client.Command
 
pexpireat(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pexpireat.
pexpireat(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pexpireat.
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(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfdebug.
pfdebug(List<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.
POST - Static variable in interface io.vertx.redis.client.Command
 
post(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command post.
post(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command post.
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(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command psync.
psync(String, 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.

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.
RedisConnection - Interface in io.vertx.redis.client
A simple Redis client.
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.
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.
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 restoreAsking.
restoreAsking(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command restoreAsking.
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(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpop.
rpop(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.
setConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
Sets a single connection string (endpoint) to use while connecting to the redis server.
setEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisOptions
Set the endpoints to use while connecting to the redis server.
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.
setMasterName(String) - Method in class io.vertx.redis.client.RedisOptions
Set the master name (only considered in HA mode).
setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisOptions
Tune how much nested arrays are allowed on a redis response.
setMaxPoolSize(int) - Method in class io.vertx.redis.client.RedisOptions
Tune the maximum size of the connection pool.
setMaxPoolWaiting(int) - Method in class io.vertx.redis.client.RedisOptions
Tune the maximum waiting requests for a connection from the pool.
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.
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.RedisOptions
Set the default password for cluster/sentinel connections.
setPoolCleanerInterval(int) - Method in class io.vertx.redis.client.RedisOptions
Tune how often in milliseconds should the connection pool cleaner execute.
setPoolName(String) - Method in class io.vertx.redis.client.RedisOptions
Set a user defined pool name (for metrics reporting).
setPoolRecycleTimeout(int) - Method in class io.vertx.redis.client.RedisOptions
Tune when a connection should be recycled in milliseconds.
setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisOptions
Should the client perform REST protocol negotiation during the connection acquire.
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.
setRole(RedisRole) - Method in class io.vertx.redis.client.RedisOptions
Set the role name (only considered in HA mode).
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.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.
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.
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.
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.
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.
STRALGO - Static variable in interface io.vertx.redis.client.Command
 
stralgo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command stralgo.
stralgo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command stralgo.
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.
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

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.
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.RedisOptions
Converts this object to JSON notation.
toJson(RedisOptions, JsonObject) - Static method in class io.vertx.redis.client.RedisOptionsConverter
 
toJson(RedisOptions, Map<String, Object>) - Static method in class io.vertx.redis.client.RedisOptionsConverter
 
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.
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.
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.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.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.
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(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xsetid.
xsetid(String, 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.
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.
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.
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.
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.
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.
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 K L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2021 Eclipse. All rights reserved.