- ACL - Static variable in interface io.vertx.redis.client.Command
-
- acl(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- acl(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- append(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- asking() - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- auth(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOADD - Static variable in interface io.vertx.redis.client.Command
-
- geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geoadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEODIST - Static variable in interface io.vertx.redis.client.Command
-
- geodist(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geodist(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOHASH - Static variable in interface io.vertx.redis.client.Command
-
- geohash(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geohash(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOPOS - Static variable in interface io.vertx.redis.client.Command
-
- geopos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geopos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEORADIUS - Static variable in interface io.vertx.redis.client.Command
-
- georadius(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadius(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- georadiusbymember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- georadiusbymemberRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadiusRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOSEARCH - Static variable in interface io.vertx.redis.client.Command
-
- geosearch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geosearch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GEOSEARCHSTORE - Static variable in interface io.vertx.redis.client.Command
-
- geosearchstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geosearchstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- GET - Static variable in interface io.vertx.redis.client.Command
-
- get(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- get(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- getbit(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- GETDEL - Static variable in interface io.vertx.redis.client.Command
-
- getdel(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- getdel(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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)
- GETEX - Static variable in interface io.vertx.redis.client.Command
-
- getex(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- getex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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).
- 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
-
- getrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- getset(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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).
- 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
-
- graphBulk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphConfig(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphConfig(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphDebug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphDelete(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphDelete(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphExplain(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphExplain(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphList(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphProfile(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphProfile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphQuery(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphRoQuery(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphRoQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphSlowlog(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- graphSlowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SADD - Static variable in interface io.vertx.redis.client.Command
-
- sadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SAVE - Static variable in interface io.vertx.redis.client.Command
-
- save(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- save() - Method in interface io.vertx.redis.client.RedisAPI
-
- SCAN - Static variable in interface io.vertx.redis.client.Command
-
- scan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- scan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SCARD - Static variable in interface io.vertx.redis.client.Command
-
- scard(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- scard(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SCRIPT - Static variable in interface io.vertx.redis.client.Command
-
- script(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- script(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SDIFF - Static variable in interface io.vertx.redis.client.Command
-
- sdiff(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
-
- sdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SELECT - Static variable in interface io.vertx.redis.client.Command
-
- select(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- select(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- set(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- setbit(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- setex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- setnx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- setrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- shutdown(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SINTER - Static variable in interface io.vertx.redis.client.Command
-
- sinter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SINTERCARD - Static variable in interface io.vertx.redis.client.Command
-
- sintercard(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SINTERSTORE - Static variable in interface io.vertx.redis.client.Command
-
- sinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SISMEMBER - Static variable in interface io.vertx.redis.client.Command
-
- sismember(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sismember(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- slaveof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SLOWLOG - Static variable in interface io.vertx.redis.client.Command
-
- slowlog(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- slowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SMEMBERS - Static variable in interface io.vertx.redis.client.Command
-
- smembers(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- smembers(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SMISMEMBER - Static variable in interface io.vertx.redis.client.Command
-
- smismember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- smismember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- smove(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SORT - Static variable in interface io.vertx.redis.client.Command
-
- sort(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sort(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- sortRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SPOP - Static variable in interface io.vertx.redis.client.Command
-
- spop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- spop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SPUBLISH - Static variable in interface io.vertx.redis.client.Command
-
- spublish(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- spublish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
-
- srandmember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- srandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SREM - Static variable in interface io.vertx.redis.client.Command
-
- srem(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- srem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SSCAN - Static variable in interface io.vertx.redis.client.Command
-
- sscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
- ssubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ssubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- strlen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
- subscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- subscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- substr(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUNION - Static variable in interface io.vertx.redis.client.Command
-
- sunion(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
-
- sunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
- sunsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sunsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- SWAPDB - Static variable in interface io.vertx.redis.client.Command
-
- swapdb(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- swapdb(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- SYNC - Static variable in interface io.vertx.redis.client.Command
-
- sync(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- sync() - Method in interface io.vertx.redis.client.RedisAPI
-