A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acl(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for Access List Control commands.
- ACL - Static variable in interface io.vertx.redis.client.Command
-
A container for Access List Control commands.
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Adds a connection string (endpoint) to use while connecting to the redis server.
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
-
Adds a connection string (endpoint) to use while connecting to the Redis server.
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- addEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
-
Deprecated.see
RedisOptions.setConnectionString(String connectionString)for a better naming - ALWAYS - io.vertx.redis.client.RedisReplicas
-
Queries are always run on REPLICA nodes (never on MASTER node).
- api(Redis) - Static method in interface io.vertx.redis.client.RedisAPI
- api(RedisConnection) - Static method in interface io.vertx.redis.client.RedisAPI
- append(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Append a value to a key.
- APPEND - Static variable in interface io.vertx.redis.client.Command
-
Append a value to a key.
- arg(boolean) - Method in interface io.vertx.redis.client.Request
-
Adds a boolean encoded to string
- arg(byte) - Method in interface io.vertx.redis.client.Request
-
Adds a byte encoded to string
- arg(byte[]) - Method in interface io.vertx.redis.client.Request
-
Adds a byte array
- arg(double) - Method in interface io.vertx.redis.client.Request
-
Adds a double encoded to string
- arg(float) - Method in interface io.vertx.redis.client.Request
-
Adds a float encoded to string
- arg(int) - Method in interface io.vertx.redis.client.Request
-
Adds a int encoded to string
- arg(long) - Method in interface io.vertx.redis.client.Request
-
Adds a long encoded to string
- arg(short) - Method in interface io.vertx.redis.client.Request
-
Adds a short encoded to string
- arg(Buffer) - Method in interface io.vertx.redis.client.Request
-
Adds a String key argument
- arg(JsonArray) - Method in interface io.vertx.redis.client.Request
-
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ...
- 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(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
- asking() - Method in interface io.vertx.redis.client.RedisAPI
-
Sent by cluster clients after an -ASK redirect.
- ASKING - Static variable in interface io.vertx.redis.client.Command
-
Sent by cluster clients after an -ASK redirect.
- ATTRIBUTE - io.vertx.redis.client.ResponseType
-
Attribute message
- attributes() - Method in interface io.vertx.redis.client.Response
-
RESP3 responses may include attributes
- auth(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Authenticate to the server.
- AUTH - Static variable in interface io.vertx.redis.client.Command
-
Authenticate to the server.
B
- 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>) - Method in interface io.vertx.redis.client.RedisConnection
-
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
- BF_ADD - Static variable in interface io.vertx.redis.client.Command
- BF_CARD - Static variable in interface io.vertx.redis.client.Command
- BF_DEBUG - Static variable in interface io.vertx.redis.client.Command
- BF_EXISTS - Static variable in interface io.vertx.redis.client.Command
- BF_INFO - Static variable in interface io.vertx.redis.client.Command
- BF_INSERT - Static variable in interface io.vertx.redis.client.Command
- BF_LOADCHUNK - Static variable in interface io.vertx.redis.client.Command
- BF_MADD - Static variable in interface io.vertx.redis.client.Command
- BF_MEXISTS - Static variable in interface io.vertx.redis.client.Command
- BF_RESERVE - Static variable in interface io.vertx.redis.client.Command
- BF_SCANDUMP - Static variable in interface io.vertx.redis.client.Command
- bfAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.ADD.
- bfCard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.CARD.
- bfDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.DEBUG.
- bfExists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.EXISTS.
- bfInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.INFO.
- bfInsert(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.INSERT.
- bfLoadchunk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.LOADCHUNK.
- bfMadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.MADD.
- bfMexists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.MEXISTS.
- bfReserve(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.RESERVE.
- bfScandump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command BF.SCANDUMP.
- bgrewriteaof() - Method in interface io.vertx.redis.client.RedisAPI
-
Asynchronously rewrite the append-only file.
- BGREWRITEAOF - Static variable in interface io.vertx.redis.client.Command
-
Asynchronously rewrite the append-only file.
- bgsave(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Asynchronously save the dataset to disk.
- BGSAVE - Static variable in interface io.vertx.redis.client.Command
-
Asynchronously save the dataset to disk.
- bitcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Count set bits in a string.
- BITCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Count set bits in a string.
- bitfield(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- BITFIELD - Static variable in interface io.vertx.redis.client.Command
-
Perform arbitrary bitfield integer operations on strings.
- BITFIELD_RO - Static variable in interface io.vertx.redis.client.Command
-
Perform arbitrary bitfield integer operations on strings.
- bitfieldRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Perform arbitrary bitfield integer operations on strings.
- bitop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Perform bitwise operations between strings.
- BITOP - Static variable in interface io.vertx.redis.client.Command
-
Perform bitwise operations between strings.
- bitpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Find first bit set or clear in a string.
- BITPOS - Static variable in interface io.vertx.redis.client.Command
-
Find first bit set or clear in a string.
- blmove(String, String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it; or block until one is available.
- BLMOVE - Static variable in interface io.vertx.redis.client.Command
-
Pop an element from a list, push it to another list and return it; or block until one is available.
- blmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop elements from a list, or block until one is available.
- BLMPOP - Static variable in interface io.vertx.redis.client.Command
-
Pop elements from a list, or block until one is available.
- blpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the first element in a list, or block until one is available.
- BLPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the first element in a list, or block until one is available.
- BOOLEAN - io.vertx.redis.client.ResponseType
-
boolean value.
- brpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the last element in a list, or block until one is available.
- BRPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the last element in a list, or block until one is available.
- brpoplpush(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
BLMOVEwith theRIGHTandLEFTarguments - BRPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
BLMOVEwith theRIGHTandLEFTarguments - BULK - io.vertx.redis.client.ResponseType
-
byte array value.
- bzmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set or block until one is available.
- BZMPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with scores in a sorted set or block until one is available.
- bzpopmax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- BZPOPMAX - Static variable in interface io.vertx.redis.client.Command
-
Remove and return the member with the highest score from one or more sorted sets, or block until one is available.
- bzpopmin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
- BZPOPMIN - Static variable in interface io.vertx.redis.client.Command
-
Remove and return the member with the lowest score from one or more sorted sets, or block until one is available.
C
- CF_ADD - Static variable in interface io.vertx.redis.client.Command
- CF_ADDNX - Static variable in interface io.vertx.redis.client.Command
- CF_COMPACT - Static variable in interface io.vertx.redis.client.Command
- CF_COUNT - Static variable in interface io.vertx.redis.client.Command
- CF_DEBUG - Static variable in interface io.vertx.redis.client.Command
- CF_DEL - Static variable in interface io.vertx.redis.client.Command
- CF_EXISTS - Static variable in interface io.vertx.redis.client.Command
- CF_INFO - Static variable in interface io.vertx.redis.client.Command
- CF_INSERT - Static variable in interface io.vertx.redis.client.Command
- CF_INSERTNX - Static variable in interface io.vertx.redis.client.Command
- CF_LOADCHUNK - Static variable in interface io.vertx.redis.client.Command
- CF_MEXISTS - Static variable in interface io.vertx.redis.client.Command
- CF_RESERVE - Static variable in interface io.vertx.redis.client.Command
- CF_SCANDUMP - Static variable in interface io.vertx.redis.client.Command
- cfAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.ADD.
- cfAddnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.ADDNX.
- cfCompact(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.COMPACT.
- cfCount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.COUNT.
- cfDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.DEBUG.
- cfDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.DEL.
- cfExists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.EXISTS.
- cfInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.INFO.
- cfInsert(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.INSERT.
- cfInsertnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.INSERTNX.
- cfLoadchunk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.LOADCHUNK.
- cfMexists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.MEXISTS.
- cfReserve(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.RESERVE.
- cfScandump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CF.SCANDUMP.
- client(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for client connection commands.
- CLIENT - Static variable in interface io.vertx.redis.client.Command
-
A container for client connection commands.
- 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(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for cluster commands.
- CLUSTER - io.vertx.redis.client.RedisClientType
-
The client should work in cluster mode.
- CLUSTER - Static variable in interface io.vertx.redis.client.Command
-
A container for cluster commands.
- cmd(Command) - Static method in interface io.vertx.redis.client.Request
-
Creates a new request.
- cmd(Command, Object...) - Static method in interface io.vertx.redis.client.Request
- CMS_INCRBY - Static variable in interface io.vertx.redis.client.Command
- CMS_INFO - Static variable in interface io.vertx.redis.client.Command
- CMS_INITBYDIM - Static variable in interface io.vertx.redis.client.Command
- CMS_INITBYPROB - Static variable in interface io.vertx.redis.client.Command
- CMS_MERGE - Static variable in interface io.vertx.redis.client.Command
- CMS_QUERY - Static variable in interface io.vertx.redis.client.Command
- cmsIncrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.INCRBY.
- cmsInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.INFO.
- cmsInitbydim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.INITBYDIM.
- cmsInitbyprob(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.INITBYPROB.
- cmsMerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.MERGE.
- cmsQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command CMS.QUERY.
- command() - Method in interface io.vertx.redis.client.Request
-
Get the Command that is to be used by this request.
- command(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get array of Redis command details.
- Command - Interface in io.vertx.redis.client
-
Auto generated API Commands to interact with REDIS.
- COMMAND - Static variable in interface io.vertx.redis.client.Command
-
Get array of Redis command details.
- config(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for server configuration commands.
- CONFIG - Static variable in interface io.vertx.redis.client.Command
-
A container for server configuration commands.
- connect() - Method in interface io.vertx.redis.client.Redis
-
Connects to the Redis server.
- containsKey(String) - Method in interface io.vertx.redis.client.Response
-
Does this multi response contains a string key.
- copy(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Copy a key.
- COPY - Static variable in interface io.vertx.redis.client.Command
-
Copy a key.
- create(Vertx) - Static method in class io.vertx.redis.client.EventBusHandler
-
Creates a subscription handler that forwards messages to the event bus of the given
vertx. - create(Vertx, String) - Static method in class io.vertx.redis.client.EventBusHandler
-
Creates a subscription handler that forwards messages to the event bus of the given
vertx. - create(Redis) - Static method in interface io.vertx.redis.client.RedisCluster
- create(RedisConnection) - Static method in interface io.vertx.redis.client.RedisCluster
- 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, RedisOptions) - Static method in interface io.vertx.redis.client.Redis
-
Create a new Redis client using the given client options.
- createClient(Vertx, String) - Static method in interface io.vertx.redis.client.Redis
-
Create a new Redis client using the default client options.
- createClusterClient(Vertx, RedisOptions, Supplier<Future<RedisClusterConnectOptions>>) - Static method in interface io.vertx.redis.client.Redis
-
Creates a new cluster Redis client.
- createReplicationClient(Vertx, RedisOptions, Supplier<Future<RedisReplicationConnectOptions>>) - Static method in interface io.vertx.redis.client.Redis
-
Creates a new replication Redis client.
- createSentinelClient(Vertx, RedisOptions, Supplier<Future<RedisSentinelConnectOptions>>) - Static method in interface io.vertx.redis.client.Redis
-
Creates a new sentinel Redis client.
- createStandaloneClient(Vertx, RedisOptions, Supplier<Future<RedisStandaloneConnectOptions>>) - Static method in interface io.vertx.redis.client.Redis
-
Creates a new standalone Redis client.
D
- dbsize() - Method in interface io.vertx.redis.client.RedisAPI
-
Return the number of keys in the selected database.
- DBSIZE - Static variable in interface io.vertx.redis.client.Command
-
Return the number of keys in the selected database.
- debug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for debugging commands.
- DEBUG - Static variable in interface io.vertx.redis.client.Command
-
A container for debugging commands.
- decr(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Decrement the integer value of a key by one.
- DECR - Static variable in interface io.vertx.redis.client.Command
-
Decrement the integer value of a key by one.
- decrby(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Decrement the integer value of a key by the given number.
- DECRBY - Static variable in interface io.vertx.redis.client.Command
-
Decrement the integer value of a key by the given number.
- DEFAULT_ENDPOINT - Static variable in class io.vertx.redis.client.RedisOptions
-
The default Redis endpoint:
redis://localhost:6379 - del(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Delete a key.
- DEL - Static variable in interface io.vertx.redis.client.Command
-
Delete a key.
- DISABLED - io.vertx.redis.client.RedisClusterTransactions
-
Redis transactions are not supported in the cluster.
- discard() - Method in interface io.vertx.redis.client.RedisAPI
-
Discard all commands issued after MULTI.
- DISCARD - Static variable in interface io.vertx.redis.client.Command
-
Discard all commands issued after MULTI.
- DISCOVER - io.vertx.redis.client.RedisTopology
-
Redis topology is discovered automatically from the first node that is capable of providing the necessary information.
- dump(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a serialized version of the value stored at the specified key.
- DUMP - Static variable in interface io.vertx.redis.client.Command
-
Return a serialized version of the value stored at the specified key.
E
- echo(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Echo the given string.
- ECHO - Static variable in interface io.vertx.redis.client.Command
-
Echo the given string.
- endHandler(Handler<Void>) - Method in interface io.vertx.redis.client.RedisConnection
- ERROR - io.vertx.redis.client.ResponseType
-
C String simple String representing an error.
- eval(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Execute a Lua script server side.
- EVAL - Static variable in interface io.vertx.redis.client.Command
-
Execute a Lua script server side.
- EVAL_RO - Static variable in interface io.vertx.redis.client.Command
-
Execute a read-only Lua script server side.
- evalRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- evalsha(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Execute a Lua script server side.
- EVALSHA - Static variable in interface io.vertx.redis.client.Command
-
Execute a Lua script server side.
- EVALSHA_RO - Static variable in interface io.vertx.redis.client.Command
-
Execute a read-only Lua script server side.
- evalshaRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Execute a read-only Lua script server side.
- EventBusHandler - Class in io.vertx.redis.client
-
A handler that can be installed on a Redis connection using
RedisConnection.handler(Handler)in order to consume subscription messages and send them on the Vert.x event bus. - exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.redis.client.RedisConnection
- exec() - Method in interface io.vertx.redis.client.RedisAPI
-
Execute all commands issued after MULTI.
- EXEC - Static variable in interface io.vertx.redis.client.Command
-
Execute all commands issued after MULTI.
- exists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine if a key exists.
- EXISTS - Static variable in interface io.vertx.redis.client.Command
-
Determine if a key exists.
- expire(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set a key's time to live in seconds.
- EXPIRE - Static variable in interface io.vertx.redis.client.Command
-
Set a key's time to live in seconds.
- expireat(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp.
- EXPIREAT - Static variable in interface io.vertx.redis.client.Command
-
Set the expiration for a key as a UNIX timestamp.
- expiretime(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key.
- EXPIRETIME - Static variable in interface io.vertx.redis.client.Command
-
Get the expiration Unix timestamp for a key.
F
- failover(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Start a coordinated failover between this server and one of its replicas.
- FAILOVER - Static variable in interface io.vertx.redis.client.Command
-
Start a coordinated failover between this server and one of its replicas.
- fcall(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Invoke a function.
- FCALL - Static variable in interface io.vertx.redis.client.Command
-
Invoke a function.
- FCALL_RO - Static variable in interface io.vertx.redis.client.Command
-
Invoke a read-only function.
- fcallRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Invoke a read-only function.
- fetch(long) - Method in interface io.vertx.redis.client.RedisConnection
- flushall(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all keys from all databases.
- FLUSHALL - Static variable in interface io.vertx.redis.client.Command
-
Remove all keys from all databases.
- flushdb(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all keys from the current database.
- FLUSHDB - Static variable in interface io.vertx.redis.client.Command
-
Remove all keys from the current database.
- format() - Method in interface io.vertx.redis.client.Response
-
RESP3 Verbatim Bulk message include a 3 character format.
- FT__ALIASADDIFNX - Static variable in interface io.vertx.redis.client.Command
- FT__ALIASDELIFX - Static variable in interface io.vertx.redis.client.Command
- FT__ALTERIFNX - Static variable in interface io.vertx.redis.client.Command
- FT__CREATEIFNX - Static variable in interface io.vertx.redis.client.Command
- FT__DROPIFX - Static variable in interface io.vertx.redis.client.Command
- FT__DROPINDEXIFX - Static variable in interface io.vertx.redis.client.Command
- FT__LIST - Static variable in interface io.vertx.redis.client.Command
- FT_ADD - Static variable in interface io.vertx.redis.client.Command
- FT_AGGREGATE - Static variable in interface io.vertx.redis.client.Command
- FT_ALIASADD - Static variable in interface io.vertx.redis.client.Command
- FT_ALIASDEL - Static variable in interface io.vertx.redis.client.Command
- FT_ALIASUPDATE - Static variable in interface io.vertx.redis.client.Command
- FT_ALTER - Static variable in interface io.vertx.redis.client.Command
- FT_CONFIG - Static variable in interface io.vertx.redis.client.Command
- FT_CREATE - Static variable in interface io.vertx.redis.client.Command
- FT_CURSOR - Static variable in interface io.vertx.redis.client.Command
- FT_DEBUG - Static variable in interface io.vertx.redis.client.Command
- FT_DEL - Static variable in interface io.vertx.redis.client.Command
- FT_DICTADD - Static variable in interface io.vertx.redis.client.Command
- FT_DICTDEL - Static variable in interface io.vertx.redis.client.Command
- FT_DICTDUMP - Static variable in interface io.vertx.redis.client.Command
- FT_DROP - Static variable in interface io.vertx.redis.client.Command
- FT_DROPINDEX - Static variable in interface io.vertx.redis.client.Command
- FT_EXPLAIN - Static variable in interface io.vertx.redis.client.Command
- FT_EXPLAINCLI - Static variable in interface io.vertx.redis.client.Command
- FT_GET - Static variable in interface io.vertx.redis.client.Command
- FT_INFO - Static variable in interface io.vertx.redis.client.Command
- FT_MGET - Static variable in interface io.vertx.redis.client.Command
- FT_PROFILE - Static variable in interface io.vertx.redis.client.Command
- FT_SAFEADD - Static variable in interface io.vertx.redis.client.Command
- FT_SEARCH - Static variable in interface io.vertx.redis.client.Command
- FT_SPELLCHECK - Static variable in interface io.vertx.redis.client.Command
- FT_SUGADD - Static variable in interface io.vertx.redis.client.Command
- FT_SUGDEL - Static variable in interface io.vertx.redis.client.Command
- FT_SUGGET - Static variable in interface io.vertx.redis.client.Command
- FT_SUGLEN - Static variable in interface io.vertx.redis.client.Command
- FT_SYNADD - Static variable in interface io.vertx.redis.client.Command
- FT_SYNDUMP - Static variable in interface io.vertx.redis.client.Command
- FT_SYNUPDATE - Static variable in interface io.vertx.redis.client.Command
- FT_TAGVALS - Static variable in interface io.vertx.redis.client.Command
- ftAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.ADD.
- ftAggregate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.AGGREGATE.
- ftAliasadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.ALIASADD.
- ftAliasaddifnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT._ALIASADDIFNX.
- ftAliasdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.ALIASDEL.
- ftAliasdelifx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT._ALIASDELIFX.
- ftAliasupdate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.ALIASUPDATE.
- ftAlter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.ALTER.
- ftAlterifnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT._ALTERIFNX.
- ftConfig(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.CONFIG.
- ftCreate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.CREATE.
- ftCreateifnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT._CREATEIFNX.
- ftCursor(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.CURSOR.
- ftDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.DEBUG.
- ftDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.DEL.
- ftDictadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.DICTADD.
- ftDictdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.DICTDEL.
- ftDictdump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.DICTDUMP.
- ftDrop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.DROP.
- ftDropifx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT._DROPIFX.
- ftDropindex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.DROPINDEX.
- ftDropindexifx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT._DROPINDEXIFX.
- ftExplain(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.EXPLAIN.
- ftExplaincli(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.EXPLAINCLI.
- ftGet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.GET.
- ftInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.INFO.
- ftList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT._LIST.
- ftMget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.MGET.
- ftProfile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.PROFILE.
- ftSafeadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.SAFEADD.
- ftSearch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.SEARCH.
- ftSpellcheck(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.SPELLCHECK.
- ftSugadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.SUGADD.
- ftSugdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.SUGDEL.
- ftSugget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.SUGGET.
- ftSuglen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.SUGLEN.
- ftSynadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.SYNADD.
- ftSyndump(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.SYNDUMP.
- ftSynupdate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.SYNUPDATE.
- ftTagvals(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command FT.TAGVALS.
- function(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for function commands.
- FUNCTION - Static variable in interface io.vertx.redis.client.Command
-
A container for function commands.
G
- geoadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- GEOADD - Static variable in interface io.vertx.redis.client.Command
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geodist(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns the distance between two members of a geospatial index.
- GEODIST - Static variable in interface io.vertx.redis.client.Command
-
Returns the distance between two members of a geospatial index.
- geohash(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns members of a geospatial index as standard geohash strings.
- GEOHASH - Static variable in interface io.vertx.redis.client.Command
-
Returns members of a geospatial index as standard geohash strings.
- geopos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns longitude and latitude of members of a geospatial index.
- GEOPOS - Static variable in interface io.vertx.redis.client.Command
-
Returns longitude and latitude of members of a geospatial index.
- georadius(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCHandGEOSEARCHSTOREwith theBYRADIUSargument - GEORADIUS - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCHandGEOSEARCHSTOREwith theBYRADIUSargument - GEORADIUS_RO - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCHwith theBYRADIUSargument - georadiusbymember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCHandGEOSEARCHSTOREwith theBYRADIUSandFROMMEMBERarguments - GEORADIUSBYMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCHandGEOSEARCHSTOREwith theBYRADIUSandFROMMEMBERarguments - GEORADIUSBYMEMBER_RO - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCHwith theBYRADIUSandFROMMEMBERarguments - georadiusbymemberRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCHwith theBYRADIUSandFROMMEMBERarguments - georadiusRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
GEOSEARCHwith theBYRADIUSargument - geosearch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- GEOSEARCH - Static variable in interface io.vertx.redis.client.Command
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle.
- geosearchstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- GEOSEARCHSTORE - Static variable in interface io.vertx.redis.client.Command
-
Query a sorted set representing a geospatial index to fetch members inside an area of a box or a circle, and store the result in another key.
- 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.RedisAPI
-
Get the value of a key.
- get(String) - Method in interface io.vertx.redis.client.Response
-
Get this multi response value at a string key.
- GET - Static variable in interface io.vertx.redis.client.Command
-
Get the value of a key.
- getbit(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns the bit value at offset in the string value stored at key.
- GETBIT - Static variable in interface io.vertx.redis.client.Command
-
Returns the bit value at offset in the string value stored at key.
- getCleanerInterval() - Method in class io.vertx.redis.client.PoolOptions
-
Get how often the connection pool will be cleaned.
- getClusterTransactions() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Get how Redis transactions are handled in cluster mode.
- getClusterTransactions() - Method in class io.vertx.redis.client.RedisOptions
-
Get how Redis transactions are handled in cluster mode.
- getdel(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the value of a key and delete the key.
- GETDEL - Static variable in interface io.vertx.redis.client.Command
-
Get the value of a key and delete the key.
- getEndpoint() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Gets the redis endpoint to use
- getEndpoint() - Method in class io.vertx.redis.client.RedisOptions
-
Gets the Redis endpoint to use
- getEndpoints() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Gets the list of redis endpoints to use (mostly used while connecting to a cluster)
- getEndpoints() - Method in class io.vertx.redis.client.RedisOptions
-
Gets the list of Redis endpoints to use (mostly used while connecting to a cluster)
- getex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the value of a key and optionally set its expiration.
- GETEX - Static variable in interface io.vertx.redis.client.Command
-
Get the value of a key and optionally set its expiration.
- getHashSlotCacheTTL() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Returns the TTL of the hash slot cache.
- getHashSlotCacheTTL() - Method in class io.vertx.redis.client.RedisOptions
-
Returns the TTL of the hash slot cache.
- getKeys() - Method in interface io.vertx.redis.client.Response
-
Get this multi response keys from a hash.
- getMasterName() - Method in class io.vertx.redis.client.RedisOptions
-
Get the name of the master set.
- getMasterName() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Get the name of the master set.
- getMaxNestedArrays() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Tune how much nested arrays are allowed on a redis response.
- getMaxNestedArrays() - Method in class io.vertx.redis.client.RedisOptions
-
Tune how much nested arrays are allowed on a Redis response.
- getMaxPoolSize() - Method in class io.vertx.redis.client.RedisOptions
-
Get the maximum size of the connection pool.
- getMaxPoolWaiting() - Method in class io.vertx.redis.client.RedisOptions
-
Get the maximum number of requests waiting for a connection from the pool.
- getMaxSize() - Method in class io.vertx.redis.client.PoolOptions
-
Get the maximum size of the connection pool.
- getMaxWaiting() - Method in class io.vertx.redis.client.PoolOptions
-
Get the maximum number of requests waiting for a connection from the pool.
- getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisConnectOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- getMetricsName() - Method in class io.vertx.redis.client.RedisOptions
- getName() - Method in class io.vertx.redis.client.PoolOptions
-
Get the connection pool name to be used for metrics reporting.
- getNetClientOptions() - Method in class io.vertx.redis.client.RedisOptions
-
Get the net client options used to connect to the server.
- getPassword() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Get the default password for Redis connections.
- getPassword() - Method in class io.vertx.redis.client.RedisOptions
-
Get the default password for Redis connections.
- getPoolCleanerInterval() - Method in class io.vertx.redis.client.RedisOptions
-
Get how often the connection pool will be cleaned.
- getPoolName() - Method in class io.vertx.redis.client.RedisOptions
-
Get the connection pool name to be used for metrics reporting.
- getPoolOptions() - Method in class io.vertx.redis.client.RedisOptions
- getPoolRecycleTimeout() - Method in class io.vertx.redis.client.RedisOptions
-
Get how long a connection can stay unused before it is recycled during connection pool cleaning.
- getPreferredProtocolVersion() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Returns the preferred protocol version to be used during protocol negotiation.
- getPreferredProtocolVersion() - Method in class io.vertx.redis.client.RedisOptions
-
Returns the preferred protocol version to be used during protocol negotiation.
- getrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get a substring of the string stored at a key.
- GETRANGE - Static variable in interface io.vertx.redis.client.Command
-
Get a substring of the string stored at a key.
- getRecycleTimeout() - Method in class io.vertx.redis.client.PoolOptions
-
Get how long a connection can stay unused before it is recycled during connection pool cleaning.
- getRole() - Method in class io.vertx.redis.client.RedisOptions
-
Get the client role; that is, to which kind of node should the connection be established.
- getRole() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Get the client role; that is, to which kind of node should the connection be established.
- getset(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
SETwith the!GETargument - GETSET - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
SETwith the!GETargument - getTopology() - Method in class io.vertx.redis.client.RedisOptions
-
Get how the topology should be obtained.
- getTopology() - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Get how the topology should be obtained.
- getTracingPolicy() - Method in class io.vertx.redis.client.RedisOptions
- getType() - Method in class io.vertx.redis.client.RedisOptions
-
Get the type of client to be created.
- getUser() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Get the default username for Redis connections.
- getUser() - Method in class io.vertx.redis.client.RedisOptions
-
Get the default username for Redis connections.
- getUseReplicas() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Get whether to use replica nodes for read only queries.
- getUseReplicas() - Method in class io.vertx.redis.client.RedisOptions
-
Get whether to use replica nodes for read only queries.
- getUseReplicas() - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Get whether to use replica nodes for read only queries.
- getValue() - Method in enum io.vertx.redis.client.ProtocolVersion
- GRAPH_BULK - Static variable in interface io.vertx.redis.client.Command
- GRAPH_CONFIG - Static variable in interface io.vertx.redis.client.Command
- GRAPH_DEBUG - Static variable in interface io.vertx.redis.client.Command
- GRAPH_DELETE - Static variable in interface io.vertx.redis.client.Command
- GRAPH_EXPLAIN - Static variable in interface io.vertx.redis.client.Command
- GRAPH_LIST - Static variable in interface io.vertx.redis.client.Command
- GRAPH_PROFILE - Static variable in interface io.vertx.redis.client.Command
- GRAPH_QUERY - Static variable in interface io.vertx.redis.client.Command
- GRAPH_RO_QUERY - Static variable in interface io.vertx.redis.client.Command
- GRAPH_SLOWLOG - Static variable in interface io.vertx.redis.client.Command
- graphBulk(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.BULK.
- graphConfig(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.CONFIG.
- graphDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.DEBUG.
- graphDelete(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.DELETE.
- graphExplain(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.EXPLAIN.
- graphList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.LIST.
- graphProfile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.PROFILE.
- graphQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.QUERY.
- graphRoQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.RO_QUERY.
- graphSlowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command GRAPH.SLOWLOG.
- groupByNodes(List<Request>) - Method in interface io.vertx.redis.client.RedisCluster
-
Groups the
requestssuch that all requests in each inner list in the result are guaranteed to be sent to the same Redis master node.
H
- handle(Response) - Method in class io.vertx.redis.client.EventBusHandler
- handler(Handler<Response>) - Method in interface io.vertx.redis.client.RedisConnection
- hdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Delete one or more hash fields.
- HDEL - Static variable in interface io.vertx.redis.client.Command
-
Delete one or more hash fields.
- hello(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Handshake with Redis.
- HELLO - Static variable in interface io.vertx.redis.client.Command
-
Handshake with Redis.
- hexists(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine if a hash field exists.
- HEXISTS - Static variable in interface io.vertx.redis.client.Command
-
Determine if a hash field exists.
- hget(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the value of a hash field.
- HGET - Static variable in interface io.vertx.redis.client.Command
-
Get the value of a hash field.
- hgetall(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the fields and values in a hash.
- HGETALL - Static variable in interface io.vertx.redis.client.Command
-
Get all the fields and values in a hash.
- hincrby(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the integer value of a hash field by the given number.
- HINCRBY - Static variable in interface io.vertx.redis.client.Command
-
Increment the integer value of a hash field by the given number.
- hincrbyfloat(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the float value of a hash field by the given amount.
- HINCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
-
Increment the float value of a hash field by the given amount.
- hkeys(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the fields in a hash.
- HKEYS - Static variable in interface io.vertx.redis.client.Command
-
Get all the fields in a hash.
- hlen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the number of fields in a hash.
- HLEN - Static variable in interface io.vertx.redis.client.Command
-
Get the number of fields in a hash.
- hmget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the values of all the given hash fields.
- HMGET - Static variable in interface io.vertx.redis.client.Command
-
Get the values of all the given hash fields.
- hmset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 4.0.0, replaced by:
HSETwith multiple field-value pairs - HMSET - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 4.0.0, replaced by:
HSETwith multiple field-value pairs - hrandfield(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get one or multiple random fields from a hash.
- HRANDFIELD - Static variable in interface io.vertx.redis.client.Command
-
Get one or multiple random fields from a hash.
- hscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate hash fields and associated values.
- HSCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate hash fields and associated values.
- hset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the string value of a hash field.
- HSET - Static variable in interface io.vertx.redis.client.Command
-
Set the string value of a hash field.
- hsetnx(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value of a hash field, only if the field does not exist.
- HSETNX - Static variable in interface io.vertx.redis.client.Command
-
Set the value of a hash field, only if the field does not exist.
- hstrlen(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the length of the value of a hash field.
- HSTRLEN - Static variable in interface io.vertx.redis.client.Command
-
Get the length of the value of a hash field.
- hvals(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the values in a hash.
- HVALS - Static variable in interface io.vertx.redis.client.Command
-
Get all the values in a hash.
I
- incr(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the integer value of a key by one.
- INCR - Static variable in interface io.vertx.redis.client.Command
-
Increment the integer value of a key by one.
- incrby(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the integer value of a key by the given amount.
- INCRBY - Static variable in interface io.vertx.redis.client.Command
-
Increment the integer value of a key by the given amount.
- incrbyfloat(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the float value of a key by the given amount.
- INCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
-
Increment the float value of a key by the given amount.
- info(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get information and statistics about the server.
- INFO - Static variable in interface io.vertx.redis.client.Command
-
Get information and statistics about the server.
- io.vertx.redis.client - module io.vertx.redis.client
- io.vertx.redis.client - package io.vertx.redis.client
- isArray() - Method in interface io.vertx.redis.client.Response
-
Returns whether this multi response is an array and hence
Response.get(int)can be called. - isAutoFailover() - Method in class io.vertx.redis.client.RedisOptions
-
Returns whether automatic failover is enabled.
- isAutoFailover() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Returns whether automatic failover is enabled.
- isMap() - Method in interface io.vertx.redis.client.Response
-
Returns whether this multi response is a map and hence
Response.get(String),Response.containsKey(String)andResponse.getKeys()may be called. - isProtocolNegotiation() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Should the client perform
RESPprotocol negotiation during the connection handshake. - isProtocolNegotiation() - Method in class io.vertx.redis.client.RedisOptions
-
Should the client perform
RESPprotocol negotiation during the connection handshake. - iterator() - Method in interface io.vertx.redis.client.Response
-
Return an iterator so it can be iterated using the foreach construct.
J
- JSON_ARRAPPEND - Static variable in interface io.vertx.redis.client.Command
- JSON_ARRINDEX - Static variable in interface io.vertx.redis.client.Command
- JSON_ARRINSERT - Static variable in interface io.vertx.redis.client.Command
- JSON_ARRLEN - Static variable in interface io.vertx.redis.client.Command
- JSON_ARRPOP - Static variable in interface io.vertx.redis.client.Command
- JSON_ARRTRIM - Static variable in interface io.vertx.redis.client.Command
- JSON_CLEAR - Static variable in interface io.vertx.redis.client.Command
- JSON_DEBUG - Static variable in interface io.vertx.redis.client.Command
- JSON_DEL - Static variable in interface io.vertx.redis.client.Command
- JSON_FORGET - Static variable in interface io.vertx.redis.client.Command
- JSON_GET - Static variable in interface io.vertx.redis.client.Command
- JSON_MGET - Static variable in interface io.vertx.redis.client.Command
- JSON_NUMINCRBY - Static variable in interface io.vertx.redis.client.Command
- JSON_NUMMULTBY - Static variable in interface io.vertx.redis.client.Command
- JSON_NUMPOWBY - Static variable in interface io.vertx.redis.client.Command
- JSON_OBJKEYS - Static variable in interface io.vertx.redis.client.Command
- JSON_OBJLEN - Static variable in interface io.vertx.redis.client.Command
- JSON_RESP - Static variable in interface io.vertx.redis.client.Command
- JSON_SET - Static variable in interface io.vertx.redis.client.Command
- JSON_STRAPPEND - Static variable in interface io.vertx.redis.client.Command
- JSON_STRLEN - Static variable in interface io.vertx.redis.client.Command
- JSON_TOGGLE - Static variable in interface io.vertx.redis.client.Command
- JSON_TYPE - Static variable in interface io.vertx.redis.client.Command
- jsonArrappend(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRAPPEND.
- jsonArrindex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRINDEX.
- jsonArrinsert(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRINSERT.
- jsonArrlen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRLEN.
- jsonArrpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRPOP.
- jsonArrtrim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.ARRTRIM.
- jsonClear(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.CLEAR.
- jsonDebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.DEBUG.
- jsonDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.DEL.
- jsonForget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.FORGET.
- jsonGet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.GET.
- jsonMget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.MGET.
- jsonNumincrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.NUMINCRBY.
- jsonNummultby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.NUMMULTBY.
- jsonNumpowby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.NUMPOWBY.
- jsonObjkeys(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.OBJKEYS.
- jsonObjlen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.OBJLEN.
- jsonResp(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.RESP.
- jsonSet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.SET.
- jsonStrappend(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.STRAPPEND.
- jsonStrlen(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.STRLEN.
- jsonToggle(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.TOGGLE.
- jsonType(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command JSON.TYPE.
K
- keys(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Find all keys matching the given pattern.
- KEYS - Static variable in interface io.vertx.redis.client.Command
-
Find all keys matching the given pattern.
L
- lastsave() - Method in interface io.vertx.redis.client.RedisAPI
-
Get the UNIX time stamp of the last successful save to disk.
- LASTSAVE - Static variable in interface io.vertx.redis.client.Command
-
Get the UNIX time stamp of the last successful save to disk.
- latency(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for latency diagnostics commands.
- LATENCY - Static variable in interface io.vertx.redis.client.Command
-
A container for latency diagnostics commands.
- lcs(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Find longest common substring.
- LCS - Static variable in interface io.vertx.redis.client.Command
-
Find longest common substring.
- lindex(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get an element from a list by its index.
- LINDEX - Static variable in interface io.vertx.redis.client.Command
-
Get an element from a list by its index.
- linsert(String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Insert an element before or after another element in a list.
- LINSERT - Static variable in interface io.vertx.redis.client.Command
-
Insert an element before or after another element in a list.
- llen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the length of a list.
- LLEN - Static variable in interface io.vertx.redis.client.Command
-
Get the length of a list.
- lmove(String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop an element from a list, push it to another list and return it.
- LMOVE - Static variable in interface io.vertx.redis.client.Command
-
Pop an element from a list, push it to another list and return it.
- lmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Pop elements from a list.
- LMPOP - Static variable in interface io.vertx.redis.client.Command
-
Pop elements from a list.
- lolwut(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Display some computer art and the Redis version.
- LOLWUT - Static variable in interface io.vertx.redis.client.Command
-
Display some computer art and the Redis version.
- lpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the first elements in a list.
- LPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the first elements in a list.
- lpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return the index of matching elements on a list.
- LPOS - Static variable in interface io.vertx.redis.client.Command
-
Return the index of matching elements on a list.
- lpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Prepend one or multiple elements to a list.
- LPUSH - Static variable in interface io.vertx.redis.client.Command
-
Prepend one or multiple elements to a list.
- lpushx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Prepend an element to a list, only if the list exists.
- LPUSHX - Static variable in interface io.vertx.redis.client.Command
-
Prepend an element to a list, only if the list exists.
- lrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get a range of elements from a list.
- LRANGE - Static variable in interface io.vertx.redis.client.Command
-
Get a range of elements from a list.
- lrem(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove elements from a list.
- LREM - Static variable in interface io.vertx.redis.client.Command
-
Remove elements from a list.
- lset(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value of an element in a list by its index.
- LSET - Static variable in interface io.vertx.redis.client.Command
-
Set the value of an element in a list by its index.
- ltrim(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Trim a list to the specified range.
- LTRIM - Static variable in interface io.vertx.redis.client.Command
-
Trim a list to the specified range.
M
- MASTER - io.vertx.redis.client.RedisRole
-
Use a MASTER node connection.
- memory(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for memory diagnostics commands.
- MEMORY - Static variable in interface io.vertx.redis.client.Command
-
A container for memory diagnostics commands.
- mget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the values of all the given keys.
- MGET - Static variable in interface io.vertx.redis.client.Command
-
Get the values of all the given keys.
- migrate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Atomically transfer a key from a Redis instance to another one.
- MIGRATE - Static variable in interface io.vertx.redis.client.Command
-
Atomically transfer a key from a Redis instance to another one.
- module(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for module commands.
- MODULE - Static variable in interface io.vertx.redis.client.Command
-
A container for module commands.
- monitor() - Method in interface io.vertx.redis.client.RedisAPI
-
Listen for all requests received by the server in real time.
- MONITOR - Static variable in interface io.vertx.redis.client.Command
-
Listen for all requests received by the server in real time.
- move(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Move a key to another database.
- MOVE - Static variable in interface io.vertx.redis.client.Command
-
Move a key to another database.
- mset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set multiple keys to multiple values.
- MSET - Static variable in interface io.vertx.redis.client.Command
-
Set multiple keys to multiple values.
- msetnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set multiple keys to multiple values, only if none of the keys exist.
- MSETNX - Static variable in interface io.vertx.redis.client.Command
-
Set multiple keys to multiple values, only if none of the keys exist.
- multi() - Method in interface io.vertx.redis.client.RedisAPI
-
Mark the start of a transaction block.
- MULTI - io.vertx.redis.client.ResponseType
-
List of multiple bulk responses (List, Set, Map).
- MULTI - Static variable in interface io.vertx.redis.client.Command
-
Mark the start of a transaction block.
N
- NEVER - io.vertx.redis.client.RedisReplicas
-
Never use REPLICA, queries are always run on a MASTER node.
- NUMBER - io.vertx.redis.client.ResponseType
-
numeric value.
O
- object(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for object introspection commands.
- OBJECT - Static variable in interface io.vertx.redis.client.Command
-
A container for object introspection commands.
- onAllMasterNodes(Request) - Method in interface io.vertx.redis.client.RedisCluster
-
Runs the
requestagainst all master nodes in the cluster. - onAllNodes(Request) - Method in interface io.vertx.redis.client.RedisCluster
-
Runs the
requestagainst all nodes in the cluster.
P
- pause() - Method in interface io.vertx.redis.client.RedisConnection
- pendingQueueFull() - Method in interface io.vertx.redis.client.RedisConnection
-
Flag to notify if the pending message queue (commands in transit) is full.
- persist(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove the expiration from a key.
- PERSIST - Static variable in interface io.vertx.redis.client.Command
-
Remove the expiration from a key.
- pexpire(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set a key's time to live in milliseconds.
- PEXPIRE - Static variable in interface io.vertx.redis.client.Command
-
Set a key's time to live in milliseconds.
- pexpireat(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- PEXPIREAT - Static variable in interface io.vertx.redis.client.Command
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpiretime(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the expiration Unix timestamp for a key in milliseconds.
- PEXPIRETIME - Static variable in interface io.vertx.redis.client.Command
-
Get the expiration Unix timestamp for a key in milliseconds.
- pfadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Adds the specified elements to the specified HyperLogLog.
- PFADD - Static variable in interface io.vertx.redis.client.Command
-
Adds the specified elements to the specified HyperLogLog.
- pfcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- PFCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfdebug(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Internal commands for debugging HyperLogLog values.
- PFDEBUG - Static variable in interface io.vertx.redis.client.Command
-
Internal commands for debugging HyperLogLog values.
- pfmerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Merge N different HyperLogLogs into a single one.
- PFMERGE - Static variable in interface io.vertx.redis.client.Command
-
Merge N different HyperLogLogs into a single one.
- pfselftest() - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for testing HyperLogLog values.
- PFSELFTEST - Static variable in interface io.vertx.redis.client.Command
-
An internal command for testing HyperLogLog values.
- ping(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Ping the server.
- PING - Static variable in interface io.vertx.redis.client.Command
-
Ping the server.
- PoolOptions - Class in io.vertx.redis.client
- PoolOptions() - Constructor for class io.vertx.redis.client.PoolOptions
- PoolOptions(JsonObject) - Constructor for class io.vertx.redis.client.PoolOptions
- PoolOptions(PoolOptions) - Constructor for class io.vertx.redis.client.PoolOptions
- PoolOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
PoolOptions. - PoolOptionsConverter() - Constructor for class io.vertx.redis.client.PoolOptionsConverter
- ProtocolVersion - Enum in io.vertx.redis.client
-
Redis protocol version to be used.
- psetex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value and expiration in milliseconds of a key.
- PSETEX - Static variable in interface io.vertx.redis.client.Command
-
Set the value and expiration in milliseconds of a key.
- psubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Listen for messages published to channels matching the given patterns.
- PSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Listen for messages published to channels matching the given patterns.
- psync(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Internal command used for replication.
- PSYNC - Static variable in interface io.vertx.redis.client.Command
-
Internal command used for replication.
- pttl(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the time to live for a key in milliseconds.
- PTTL - Static variable in interface io.vertx.redis.client.Command
-
Get the time to live for a key in milliseconds.
- publish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Post a message to a channel.
- PUBLISH - Static variable in interface io.vertx.redis.client.Command
-
Post a message to a channel.
- pubsub(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for Pub/Sub commands.
- PUBSUB - Static variable in interface io.vertx.redis.client.Command
-
A container for Pub/Sub commands.
- punsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Stop listening for messages posted to channels matching the given patterns.
- PUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Stop listening for messages posted to channels matching the given patterns.
- PUSH - io.vertx.redis.client.ResponseType
-
Push message
Q
- quit(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Close the connection.
- QUIT - Static variable in interface io.vertx.redis.client.Command
-
Close the connection.
R
- randomkey() - Method in interface io.vertx.redis.client.RedisAPI
-
Return a random key from the keyspace.
- RANDOMKEY - Static variable in interface io.vertx.redis.client.Command
-
Return a random key from the keyspace.
- readonly() - Method in interface io.vertx.redis.client.RedisAPI
-
Enables read queries for a connection to a cluster replica node.
- READONLY - Static variable in interface io.vertx.redis.client.Command
-
Enables read queries for a connection to a cluster replica node.
- readwrite() - Method in interface io.vertx.redis.client.RedisAPI
-
Disables read queries for a connection to a cluster replica node.
- READWRITE - Static variable in interface io.vertx.redis.client.Command
-
Disables read queries for a connection to a cluster replica node.
- Redis - Interface in io.vertx.redis.client
-
A simple Redis client.
- RedisAPI - Interface in io.vertx.redis.client
-
Auto generated Redis API client wrapper.
- RedisClientType - Enum in io.vertx.redis.client
-
Define what kind of behavior is expected from the client.
- RedisCluster - Interface in io.vertx.redis.client
-
Utilities for Redis cluster.
- RedisClusterConnectOptions - Class in io.vertx.redis.client
- RedisClusterConnectOptions() - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
- RedisClusterConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
- RedisClusterConnectOptions(RedisClusterConnectOptions) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
- RedisClusterConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisClusterConnectOptions
- RedisClusterConnectOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisClusterConnectOptions. - RedisClusterConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisClusterConnectOptionsConverter
- RedisClusterTransactions - Enum in io.vertx.redis.client
-
Define how Redis transactions are handled in a clustered Redis client.
- RedisConnection - Interface in io.vertx.redis.client
-
A simple Redis client.
- RedisConnectOptions - Class in io.vertx.redis.client
- RedisConnectOptions() - Constructor for class io.vertx.redis.client.RedisConnectOptions
- RedisConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisConnectOptions
- RedisConnectOptions(RedisConnectOptions) - Constructor for class io.vertx.redis.client.RedisConnectOptions
- RedisConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisConnectOptions
- RedisConnectOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisConnectOptions. - RedisConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisConnectOptionsConverter
- RedisOptions - Class in io.vertx.redis.client
-
Redis Client Configuration options.
- RedisOptions() - Constructor for class io.vertx.redis.client.RedisOptions
-
Creates a default configuration object using Redis server defaults
- RedisOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisOptions
-
Copy from JSON constructor.
- RedisOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisOptions
-
Copy constructor.
- RedisOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisOptions. - RedisOptionsConverter() - Constructor for class io.vertx.redis.client.RedisOptionsConverter
- RedisReplicas - Enum in io.vertx.redis.client
-
When should Redis replica nodes be used for queries.
- RedisReplicationConnectOptions - Class in io.vertx.redis.client
- RedisReplicationConnectOptions() - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
- RedisReplicationConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
- RedisReplicationConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
- RedisReplicationConnectOptions(RedisReplicationConnectOptions) - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptions
- RedisReplicationConnectOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisReplicationConnectOptions. - RedisReplicationConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisReplicationConnectOptionsConverter
- RedisRole - Enum in io.vertx.redis.client
-
The client role; that is, to which kind of node should the connection be established.
- RedisSentinelConnectOptions - Class in io.vertx.redis.client
- RedisSentinelConnectOptions() - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
- RedisSentinelConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
- RedisSentinelConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
- RedisSentinelConnectOptions(RedisSentinelConnectOptions) - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptions
- RedisSentinelConnectOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisSentinelConnectOptions. - RedisSentinelConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisSentinelConnectOptionsConverter
- RedisStandaloneConnectOptions - Class in io.vertx.redis.client
- RedisStandaloneConnectOptions() - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
- RedisStandaloneConnectOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
- RedisStandaloneConnectOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
- RedisStandaloneConnectOptions(RedisStandaloneConnectOptions) - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptions
- RedisStandaloneConnectOptionsConverter - Class in io.vertx.redis.client
-
Converter and mapper for
RedisStandaloneConnectOptions. - RedisStandaloneConnectOptionsConverter() - Constructor for class io.vertx.redis.client.RedisStandaloneConnectOptionsConverter
- RedisTopology - Enum in io.vertx.redis.client
-
How the Redis multi-node topology should be obtained.
- rename(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Rename a key.
- RENAME - Static variable in interface io.vertx.redis.client.Command
-
Rename a key.
- renamenx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Rename a key, only if the new key does not exist.
- RENAMENX - Static variable in interface io.vertx.redis.client.Command
-
Rename a key, only if the new key does not exist.
- replconf(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for configuring the replication stream.
- REPLCONF - Static variable in interface io.vertx.redis.client.Command
-
An internal command for configuring the replication stream.
- REPLICA - io.vertx.redis.client.RedisRole
-
Use a REPLICA node connection.
- replicaof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Make the server a replica of another instance, or promote it as master.
- REPLICAOF - Static variable in interface io.vertx.redis.client.Command
-
Make the server a replica of another instance, or promote it as master.
- REPLICATION - io.vertx.redis.client.RedisClientType
-
The client should work in replication mode.
- Request - Interface in io.vertx.redis.client
-
Builder for Redis requests that will be encoded according to the RESP protocol.
- reset() - Method in interface io.vertx.redis.client.RedisAPI
-
Reset the connection.
- RESET - Static variable in interface io.vertx.redis.client.Command
-
Reset the connection.
- RESP2 - io.vertx.redis.client.ProtocolVersion
-
RESP2
- RESP3 - io.vertx.redis.client.ProtocolVersion
-
RESP3
- 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(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Create a key using the provided serialized value, previously obtained using DUMP.
- RESTORE - Static variable in interface io.vertx.redis.client.Command
-
Create a key using the provided serialized value, previously obtained using DUMP.
- RESTORE_ASKING - Static variable in interface io.vertx.redis.client.Command
-
An internal command for migrating keys in a cluster.
- restoreAsking(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for migrating keys in a cluster.
- resume() - Method in interface io.vertx.redis.client.RedisConnection
- role() - Method in interface io.vertx.redis.client.RedisAPI
-
Return the role of the instance in the context of replication.
- ROLE - Static variable in interface io.vertx.redis.client.Command
-
Return the role of the instance in the context of replication.
- rpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and get the last elements in a list.
- RPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and get the last elements in a list.
- rpoplpush(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
LMOVEwith theRIGHTandLEFTarguments - RPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
LMOVEwith theRIGHTandLEFTarguments - rpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Append one or multiple elements to a list.
- RPUSH - Static variable in interface io.vertx.redis.client.Command
-
Append one or multiple elements to a list.
- rpushx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Append an element to a list, only if the list exists.
- RPUSHX - Static variable in interface io.vertx.redis.client.Command
-
Append an element to a list, only if the list exists.
S
- sadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add one or more members to a set.
- SADD - Static variable in interface io.vertx.redis.client.Command
-
Add one or more members to a set.
- save() - Method in interface io.vertx.redis.client.RedisAPI
-
Synchronously save the dataset to disk.
- SAVE - Static variable in interface io.vertx.redis.client.Command
-
Synchronously save the dataset to disk.
- scan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate the keys space.
- SCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate the keys space.
- scard(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the number of members in a set.
- SCARD - Static variable in interface io.vertx.redis.client.Command
-
Get the number of members in a set.
- script(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for Lua scripts management commands.
- SCRIPT - Static variable in interface io.vertx.redis.client.Command
-
A container for Lua scripts management commands.
- sdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sets.
- SDIFF - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sets.
- sdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sets and store the resulting set in a key.
- SDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sets and store the resulting set in a key.
- select(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Change the selected database for the current connection.
- SELECT - Static variable in interface io.vertx.redis.client.Command
-
Change the selected database for the current connection.
- send(Command, String...) - Method in interface io.vertx.redis.client.RedisAPI
-
Send untyped command to redis.
- send(Request) - 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.RedisConnection
-
Send the given command to the redis server or cluster.
- SENTINEL - io.vertx.redis.client.RedisClientType
-
The client should work in sentinel mode.
- SENTINEL - io.vertx.redis.client.RedisRole
-
Use a SENTINEL node connection.
- SENTINEL - Static variable in interface io.vertx.redis.client.Command
- set(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the string value of a key.
- SET - Static variable in interface io.vertx.redis.client.Command
-
Set the string value of a key.
- setAutoFailover(boolean) - Method in class io.vertx.redis.client.RedisOptions
-
Returns whether automatic failover is enabled.
- setAutoFailover(boolean) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Returns whether automatic failover is enabled.
- setbit(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Sets or clears the bit at offset in the string value stored at key.
- SETBIT - Static variable in interface io.vertx.redis.client.Command
-
Sets or clears the bit at offset in the string value stored at key.
- setCleanerInterval(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set how often the connection pool will be cleaned.
- setClusterTransactions(RedisClusterTransactions) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Set how Redis transactions are handled in cluster mode.
- setClusterTransactions(RedisClusterTransactions) - Method in class io.vertx.redis.client.RedisOptions
-
Set how Redis transactions are handled in cluster mode.
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Sets a single connection string (endpoint) to use while connecting to the redis server.
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
-
Sets a single connection string (endpoint) to use while connecting to the Redis server.
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setConnectionString(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
-
Deprecated.see
RedisOptions.setConnectionString(String connectionString)for a better naming - setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Set the endpoints to use while connecting to the redis server.
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisOptions
-
Set the endpoints to use while connecting to the Redis server.
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value and expiration of a key.
- SETEX - Static variable in interface io.vertx.redis.client.Command
-
Set the value and expiration of a key.
- setHashSlotCacheTTL(long) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Sets the TTL of the hash slot cache.
- setHashSlotCacheTTL(long) - Method in class io.vertx.redis.client.RedisOptions
-
Sets the TTL of the hash slot cache.
- setMasterName(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the name of the master set.
- setMasterName(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Set the name of the master set.
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Tune how much nested arrays are allowed on a redis response.
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisOptions
-
Tune how much nested arrays are allowed on a Redis response.
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setMaxPoolSize(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set the maximum size of the connection pool.
- setMaxPoolWaiting(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set the maximum number of requests waiting for a connection from the pool.
- setMaxSize(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set the maximum size of the connection pool.
- setMaxWaiting(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set the maximum number of requests waiting for a connection from the pool.
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisConnectOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setMetricsName(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
- setName(String) - Method in class io.vertx.redis.client.PoolOptions
-
Set the connection pool name to be used for metrics reporting.
- setNetClientOptions(NetClientOptions) - Method in class io.vertx.redis.client.RedisOptions
-
Set the net client options to be used while connecting to the Redis server.
- setnx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Set the value of a key, only if the key does not exist.
- SETNX - Static variable in interface io.vertx.redis.client.Command
-
Set the value of a key, only if the key does not exist.
- setPassword(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setPassword(String) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Set the default password for Redis connections.
- setPassword(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the default password for Redis connections.
- setPassword(String) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setPassword(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setPassword(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setPoolCleanerInterval(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set how often the connection pool will be cleaned.
- setPoolName(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the connection pool name to be used for metrics reporting.
- setPoolRecycleTimeout(int) - Method in class io.vertx.redis.client.RedisOptions
-
Set how long a connection can stay unused before it is recycled during connection pool cleaning.
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Sets the preferred protocol version to be used during protocol negotiation.
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisOptions
-
Sets the preferred protocol version to be used during protocol negotiation.
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setPreferredProtocolVersion(ProtocolVersion) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Should the client perform
RESTprotocol negotiation during the connection acquire. - setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisOptions
-
Should the client perform
RESPprotocol negotiation during the connection acquire. - setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setProtocolNegotiation(boolean) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Overwrite part of a string at key starting at the specified offset.
- SETRANGE - Static variable in interface io.vertx.redis.client.Command
-
Overwrite part of a string at key starting at the specified offset.
- setRecycleTimeout(int) - Method in class io.vertx.redis.client.PoolOptions
-
Set how long a connection can stay unused before it is recycled during connection pool cleaning.
- setRole(RedisRole) - Method in class io.vertx.redis.client.RedisOptions
-
Set the client role; that is, to which kind of node should the connection be established.
- setRole(RedisRole) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Set the client role; that is, to which kind of node should the connection be established.
- setTopology(RedisTopology) - Method in class io.vertx.redis.client.RedisOptions
-
Set how the topology should be obtained.
- setTopology(RedisTopology) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Set how the topology should be obtained.
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.redis.client.RedisOptions
-
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
- setType(RedisClientType) - Method in class io.vertx.redis.client.RedisOptions
-
Set the desired client type to be created.
- setUser(String) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
- setUser(String) - Method in class io.vertx.redis.client.RedisConnectOptions
-
Set the default username for Redis connections.
- setUser(String) - Method in class io.vertx.redis.client.RedisOptions
-
Set the default username for Redis connections.
- setUser(String) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
- setUser(String) - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
- setUser(String) - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
- setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Set whether to use replica nodes for read only queries.
- setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisOptions
-
Set whether to use replica nodes for read only queries.
- setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Set whether to use replica nodes for read only queries.
- SHARE - io.vertx.redis.client.RedisReplicas
-
Queries can be randomly run on both MASTER and REPLICA nodes.
- shutdown(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Synchronously save the dataset to disk and then shut down the server.
- SHUTDOWN - Static variable in interface io.vertx.redis.client.Command
-
Synchronously save the dataset to disk and then shut down the server.
- SIMPLE - io.vertx.redis.client.ResponseType
-
C String simple String.
- SINGLE_NODE - io.vertx.redis.client.RedisClusterTransactions
-
Redis transactions are supported in the cluster, but only when they target a single node.
- sinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sets.
- SINTER - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sets.
- sintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sets and return the cardinality of the result.
- SINTERCARD - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sets and return the cardinality of the result.
- sinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sets and store the resulting set in a key.
- SINTERSTORE - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sets and store the resulting set in a key.
- sismember(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine if a given value is a member of a set.
- SISMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Determine if a given value is a member of a set.
- size() - Method in interface io.vertx.redis.client.Response
-
Get this size of this multi response.
- slaveof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 5.0.0, replaced by:
REPLICAOF - SLAVEOF - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 5.0.0, replaced by:
REPLICAOF - slowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for slow log commands.
- SLOWLOG - Static variable in interface io.vertx.redis.client.Command
-
A container for slow log commands.
- smembers(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get all the members in a set.
- SMEMBERS - Static variable in interface io.vertx.redis.client.Command
-
Get all the members in a set.
- smismember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Returns the membership associated with the given elements for a set.
- SMISMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Returns the membership associated with the given elements for a set.
- smove(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Move a member from one set to another.
- SMOVE - Static variable in interface io.vertx.redis.client.Command
-
Move a member from one set to another.
- sort(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- SORT - Static variable in interface io.vertx.redis.client.Command
-
Sort the elements in a list, set or sorted set.
- SORT_RO - Static variable in interface io.vertx.redis.client.Command
-
Sort the elements in a list, set or sorted set.
- sortRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Sort the elements in a list, set or sorted set.
- spop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return one or multiple random members from a set.
- SPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and return one or multiple random members from a set.
- spublish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Post a message to a shard channel.
- SPUBLISH - Static variable in interface io.vertx.redis.client.Command
-
Post a message to a shard channel.
- srandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get one or multiple random members from a set.
- SRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Get one or multiple random members from a set.
- srem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove one or more members from a set.
- SREM - Static variable in interface io.vertx.redis.client.Command
-
Remove one or more members from a set.
- sscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate Set elements.
- SSCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate Set elements.
- ssubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Listen for messages published to the given shard channels.
- SSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Listen for messages published to the given shard channels.
- STANDALONE - io.vertx.redis.client.RedisClientType
-
The client should work in single server mode (the default).
- STATIC - io.vertx.redis.client.RedisTopology
-
Redis topology is configured statically.
- stream() - Method in interface io.vertx.redis.client.Response
-
Return a stream of responses based on the iterable of this object.
- strlen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the length of the value stored in a key.
- STRLEN - Static variable in interface io.vertx.redis.client.Command
-
Get the length of the value stored in a key.
- subscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Listen for messages published to the given channels.
- SUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Listen for messages published to the given channels.
- substr(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 2.0.0, replaced by:
GETRANGE - SUBSTR - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 2.0.0, replaced by:
GETRANGE - sunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sets.
- SUNION - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sets.
- sunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sets and store the resulting set in a key.
- SUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sets and store the resulting set in a key.
- sunsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Stop listening for messages posted to the given shard channels.
- SUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Stop listening for messages posted to the given shard channels.
- swapdb(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Swaps two Redis databases.
- SWAPDB - Static variable in interface io.vertx.redis.client.Command
-
Swaps two Redis databases.
- sync() - Method in interface io.vertx.redis.client.RedisAPI
-
Internal command used for replication.
- SYNC - Static variable in interface io.vertx.redis.client.Command
-
Internal command used for replication.
T
- TDIGEST_ADD - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_BYRANK - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_BYREVRANK - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_CDF - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_CREATE - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_INFO - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_MAX - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_MERGE - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_MIN - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_QUANTILE - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_RANK - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_RESET - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_REVRANK - Static variable in interface io.vertx.redis.client.Command
- TDIGEST_TRIMMED_MEAN - Static variable in interface io.vertx.redis.client.Command
- tdigestAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.ADD.
- tdigestByrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.BYRANK.
- tdigestByrevrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.BYREVRANK.
- tdigestCdf(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.CDF.
- tdigestCreate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.CREATE.
- tdigestInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.INFO.
- tdigestMax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.MAX.
- tdigestMerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.MERGE.
- tdigestMin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.MIN.
- tdigestQuantile(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.QUANTILE.
- tdigestRank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.RANK.
- tdigestReset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.RESET.
- tdigestRevrank(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.REVRANK.
- tdigestTrimmedMean(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TDIGEST.TRIMMED_MEAN.
- time() - Method in interface io.vertx.redis.client.RedisAPI
-
Return the current server time.
- TIME - Static variable in interface io.vertx.redis.client.Command
-
Return the current server time.
- TIMESERIES_CLUSTERSET - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_CLUSTERSETFROMSHARD - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_HELLO - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_INFOCLUSTER - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_INNERCOMMUNICATION - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_NETWORKTEST - Static variable in interface io.vertx.redis.client.Command
- TIMESERIES_REFRESHCLUSTER - Static variable in interface io.vertx.redis.client.Command
- timeseriesClusterset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSET.
- timeseriesClustersetfromshard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.CLUSTERSETFROMSHARD.
- timeseriesHello(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.HELLO.
- timeseriesInfocluster(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.INFOCLUSTER.
- timeseriesInnercommunication(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.INNERCOMMUNICATION.
- timeseriesNetworktest(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.NETWORKTEST.
- timeseriesRefreshcluster(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TIMESERIES.REFRESHCLUSTER.
- toBigInteger() - Method in interface io.vertx.redis.client.Response
-
Get this response as a BigInteger.
- toBoolean() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Boolean.
- toBuffer() - Method in interface io.vertx.redis.client.Response
-
Get this response as Buffer.
- toByte() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Byte.
- toBytes() - Method in interface io.vertx.redis.client.Response
-
Get this response as a byte[].
- toDouble() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Double.
- toFloat() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Float.
- toInteger() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Integer.
- toJson() - Method in class io.vertx.redis.client.PoolOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisClusterConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisReplicationConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisSentinelConnectOptions
-
Converts this object to JSON notation.
- toJson() - Method in class io.vertx.redis.client.RedisStandaloneConnectOptions
-
Converts this object to JSON notation.
- toLong() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Long.
- toNumber() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Number.
- TOPK_ADD - Static variable in interface io.vertx.redis.client.Command
- TOPK_COUNT - Static variable in interface io.vertx.redis.client.Command
- TOPK_INCRBY - Static variable in interface io.vertx.redis.client.Command
- TOPK_INFO - Static variable in interface io.vertx.redis.client.Command
- TOPK_LIST - Static variable in interface io.vertx.redis.client.Command
- TOPK_QUERY - Static variable in interface io.vertx.redis.client.Command
- TOPK_RESERVE - Static variable in interface io.vertx.redis.client.Command
- topkAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.ADD.
- topkCount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.COUNT.
- topkIncrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.INCRBY.
- topkInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.INFO.
- topkList(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.LIST.
- topkQuery(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.QUERY.
- topkReserve(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TOPK.RESERVE.
- toShort() - Method in interface io.vertx.redis.client.Response
-
Get this response as a Short.
- toString() - Method in interface io.vertx.redis.client.Response
-
Get this response as a String.
- toString(Charset) - Method in interface io.vertx.redis.client.Response
-
Get this response as a String encoded with the given charset.
- touch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Alters the last access time of a key(s).
- TOUCH - Static variable in interface io.vertx.redis.client.Command
-
Alters the last access time of a key(s).
- TS_ADD - Static variable in interface io.vertx.redis.client.Command
- TS_ALTER - Static variable in interface io.vertx.redis.client.Command
- TS_CREATE - Static variable in interface io.vertx.redis.client.Command
- TS_CREATERULE - Static variable in interface io.vertx.redis.client.Command
- TS_DECRBY - Static variable in interface io.vertx.redis.client.Command
- TS_DEL - Static variable in interface io.vertx.redis.client.Command
- TS_DELETERULE - Static variable in interface io.vertx.redis.client.Command
- TS_GET - Static variable in interface io.vertx.redis.client.Command
- TS_INCRBY - Static variable in interface io.vertx.redis.client.Command
- TS_INFO - Static variable in interface io.vertx.redis.client.Command
- TS_MADD - Static variable in interface io.vertx.redis.client.Command
- TS_MGET - Static variable in interface io.vertx.redis.client.Command
- TS_MRANGE - Static variable in interface io.vertx.redis.client.Command
- TS_MREVRANGE - Static variable in interface io.vertx.redis.client.Command
- TS_QUERYINDEX - Static variable in interface io.vertx.redis.client.Command
- TS_RANGE - Static variable in interface io.vertx.redis.client.Command
- TS_REVRANGE - Static variable in interface io.vertx.redis.client.Command
- tsAdd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.ADD.
- tsAlter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.ALTER.
- tsCreate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.CREATE.
- tsCreaterule(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.CREATERULE.
- tsDecrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.DECRBY.
- tsDel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.DEL.
- tsDeleterule(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.DELETERULE.
- tsGet(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.GET.
- tsIncrby(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.INCRBY.
- tsInfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.INFO.
- tsMadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.MADD.
- tsMget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.MGET.
- tsMrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.MRANGE.
- tsMrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.MREVRANGE.
- tsQueryindex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.QUERYINDEX.
- tsRange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.RANGE.
- tsRevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Redis command TS.REVRANGE.
- ttl(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the time to live for a key in seconds.
- TTL - Static variable in interface io.vertx.redis.client.Command
-
Get the time to live for a key in seconds.
- type() - Method in interface io.vertx.redis.client.Response
-
The response return type.
- type(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine the type stored at key.
- TYPE - Static variable in interface io.vertx.redis.client.Command
-
Determine the type stored at key.
U
- unlink(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Delete a key asynchronously in another thread.
- UNLINK - Static variable in interface io.vertx.redis.client.Command
-
Delete a key asynchronously in another thread.
- unsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Stop listening for messages posted to the given channels.
- UNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
-
Stop listening for messages posted to the given channels.
- unwatch() - Method in interface io.vertx.redis.client.RedisAPI
-
Forget about all watched keys.
- UNWATCH - Static variable in interface io.vertx.redis.client.Command
-
Forget about all watched keys.
V
- valueOf(String) - Static method in enum io.vertx.redis.client.ProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisClientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisClusterTransactions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisReplicas
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.RedisTopology
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.redis.client.ResponseType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.vertx.redis.client.ProtocolVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisClientType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisClusterTransactions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisReplicas
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.RedisTopology
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.redis.client.ResponseType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- wait(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
- WAIT - Static variable in interface io.vertx.redis.client.Command
-
Wait for the synchronous replication of all the write commands sent in the context of the current connection.
- watch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Watch the given keys to determine execution of the MULTI/EXEC block.
- WATCH - Static variable in interface io.vertx.redis.client.Command
-
Watch the given keys to determine execution of the MULTI/EXEC block.
X
- xack(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- XACK - Static variable in interface io.vertx.redis.client.Command
-
Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group.
- xadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Appends a new entry to a stream.
- XADD - Static variable in interface io.vertx.redis.client.Command
-
Appends a new entry to a stream.
- xautoclaim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- XAUTOCLAIM - Static variable in interface io.vertx.redis.client.Command
-
Changes (or acquires) ownership of messages in a consumer group, as if the messages were delivered to the specified consumer.
- xclaim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- XCLAIM - Static variable in interface io.vertx.redis.client.Command
-
Changes (or acquires) ownership of a message in a consumer group, as if the message was delivered to the specified consumer.
- xdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Removes the specified entries from the stream.
- XDEL - Static variable in interface io.vertx.redis.client.Command
-
Removes the specified entries from the stream.
- xgroup(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for consumer groups commands.
- XGROUP - Static variable in interface io.vertx.redis.client.Command
-
A container for consumer groups commands.
- xinfo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
A container for stream introspection commands.
- XINFO - Static variable in interface io.vertx.redis.client.Command
-
A container for stream introspection commands.
- xlen(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Return the number of entries in a stream.
- XLEN - Static variable in interface io.vertx.redis.client.Command
-
Return the number of entries in a stream.
- xpending(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- XPENDING - Static variable in interface io.vertx.redis.client.Command
-
Return information and entries from a stream consumer group pending entries list, that are messages fetched but never acknowledged.
- xrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- XRANGE - Static variable in interface io.vertx.redis.client.Command
-
Return a range of elements in a stream, with IDs matching the specified IDs interval.
- xread(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- XREAD - Static variable in interface io.vertx.redis.client.Command
-
Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream.
- xreadgroup(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- XREADGROUP - Static variable in interface io.vertx.redis.client.Command
-
Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer.
- xrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- XREVRANGE - Static variable in interface io.vertx.redis.client.Command
-
Return a range of elements in a stream, with IDs matching the specified IDs interval, in reverse order (from greater to smaller IDs) compared to XRANGE.
- xsetid(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
An internal command for replicating stream values.
- XSETID - Static variable in interface io.vertx.redis.client.Command
-
An internal command for replicating stream values.
- xtrim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Trims the stream to (approximately if '~' is passed) a certain size.
- XTRIM - Static variable in interface io.vertx.redis.client.Command
-
Trims the stream to (approximately if '~' is passed) a certain size.
Z
- zadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add one or more members to a sorted set, or update its score if it already exists.
- ZADD - Static variable in interface io.vertx.redis.client.Command
-
Add one or more members to a sorted set, or update its score if it already exists.
- zcard(String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the number of members in a sorted set.
- ZCARD - Static variable in interface io.vertx.redis.client.Command
-
Get the number of members in a sorted set.
- zcount(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Count the members in a sorted set with scores within the given values.
- ZCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Count the members in a sorted set with scores within the given values.
- zdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sorted sets.
- ZDIFF - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sorted sets.
- zdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- ZDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
-
Subtract multiple sorted sets and store the resulting sorted set in a new key.
- zincrby(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Increment the score of a member in a sorted set.
- ZINCRBY - Static variable in interface io.vertx.redis.client.Command
-
Increment the score of a member in a sorted set.
- zinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sorted sets.
- ZINTER - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sorted sets.
- zintercard(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sorted sets and return the cardinality of the result.
- ZINTERCARD - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sorted sets and return the cardinality of the result.
- zinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- ZINTERSTORE - Static variable in interface io.vertx.redis.client.Command
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zlexcount(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Count the number of members in a sorted set between a given lexicographical range.
- ZLEXCOUNT - Static variable in interface io.vertx.redis.client.Command
-
Count the number of members in a sorted set between a given lexicographical range.
- zmpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with scores in a sorted set.
- ZMPOP - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with scores in a sorted set.
- zmscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the score associated with the given members in a sorted set.
- ZMSCORE - Static variable in interface io.vertx.redis.client.Command
-
Get the score associated with the given members in a sorted set.
- zpopmax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with the highest scores in a sorted set.
- ZPOPMAX - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with the highest scores in a sorted set.
- zpopmin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove and return members with the lowest scores in a sorted set.
- ZPOPMIN - Static variable in interface io.vertx.redis.client.Command
-
Remove and return members with the lowest scores in a sorted set.
- zrandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Get one or multiple random elements from a sorted set.
- ZRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
-
Get one or multiple random elements from a sorted set.
- zrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Return a range of members in a sorted set.
- ZRANGE - Static variable in interface io.vertx.redis.client.Command
-
Return a range of members in a sorted set.
- zrangebylex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
ZRANGEwith theBYLEXargument - ZRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
ZRANGEwith theBYLEXargument - zrangebyscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
ZRANGEwith theBYSCOREargument - ZRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
ZRANGEwith theBYSCOREargument - zrangestore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Store a range of members from sorted set into another key.
- ZRANGESTORE - Static variable in interface io.vertx.redis.client.Command
-
Store a range of members from sorted set into another key.
- zrank(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine the index of a member in a sorted set.
- ZRANK - Static variable in interface io.vertx.redis.client.Command
-
Determine the index of a member in a sorted set.
- zrem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove one or more members from a sorted set.
- ZREM - Static variable in interface io.vertx.redis.client.Command
-
Remove one or more members from a sorted set.
- zremrangebylex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all members in a sorted set between the given lexicographical range.
- ZREMRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebyrank(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all members in a sorted set within the given indexes.
- ZREMRANGEBYRANK - Static variable in interface io.vertx.redis.client.Command
-
Remove all members in a sorted set within the given indexes.
- zremrangebyscore(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Remove all members in a sorted set within the given scores.
- ZREMRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
-
Remove all members in a sorted set within the given scores.
- zrevrange(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
ZRANGEwith theREVargument - ZREVRANGE - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
ZRANGEwith theREVargument - zrevrangebylex(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
ZRANGEwith theREVandBYLEXarguments - ZREVRANGEBYLEX - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
ZRANGEwith theREVandBYLEXarguments - zrevrangebyscore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Deprecated.since: 6.2.0, replaced by:
ZRANGEwith theREVandBYSCOREarguments - ZREVRANGEBYSCORE - Static variable in interface io.vertx.redis.client.Command
-
Deprecated.since: 6.2.0, replaced by:
ZRANGEwith theREVandBYSCOREarguments - zrevrank(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- ZREVRANK - Static variable in interface io.vertx.redis.client.Command
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Incrementally iterate sorted sets elements and associated scores.
- ZSCAN - Static variable in interface io.vertx.redis.client.Command
-
Incrementally iterate sorted sets elements and associated scores.
- zscore(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
Get the score associated with the given member in a sorted set.
- ZSCORE - Static variable in interface io.vertx.redis.client.Command
-
Get the score associated with the given member in a sorted set.
- zunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sorted sets.
- ZUNION - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sorted sets.
- zunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- ZUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
-
Add multiple sorted sets and store the resulting sorted set in a new key.
All Classes All Packages