- bgrewriteaof(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Asynchronously rewrite the append-only file
- bgrewriteaof(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Asynchronously rewrite the append-only file
- bgsave(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Asynchronously save the dataset to disk
- bgsave(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Asynchronously save the dataset to disk
- bitcount(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Count set bits in a string
- bitcount(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Count set bits in a string
- bitop(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Perform bitwise operations between strings
- bitop(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Perform bitwise operations between strings
- bitpos(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Find first bit set or clear in a string
- bitpos(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Find first bit set or clear in a string
- blpop(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove and get the first element in a list, or block until one is available
- blpop(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove and get the first element in a list, or block until one is available
- brpop(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove and get the last element in a list, or block until one is available
- brpop(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove and get the last element in a list, or block until one is available
- brpoplpush(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Pop a value from a list, push it to another list and return it; or block until one is available
- brpoplpush(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Pop a value from a list, push it to another list and return it; or block until one is available
- client_getname(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the current connection name
- client_getname(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the current connection name
- client_kill(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Kill the connection of a client
- client_kill(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Kill the connection of a client
- client_list(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the list of client connections
- client_list(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the list of client connections
- client_pause(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Stop processing commands from clients for some time
- client_pause(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Stop processing commands from clients for some time
- client_setname(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set the current connection name
- client_setname(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set the current connection name
- config_get(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the value of a configuration parameter
- config_get(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the value of a configuration parameter
- config_resetstat(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Reset the stats returned by INFO
- config_resetstat(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Reset the stats returned by INFO
- config_rewrite(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Rewrite the configuration file with the in memory configuration
- config_rewrite(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Rewrite the configuration file with the in memory configuration
- config_set(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set a configuration parameter to the given value
- config_set(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set a configuration parameter to the given value
- hdel(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Delete one or more hash fields
- hdel(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Delete one or more hash fields
- hexists(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Determine if a hash field exists
- hexists(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Determine if a hash field exists
- hget(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the value of a hash field
- hget(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the value of a hash field
- hgetall(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get all the fields and values in a hash
- hgetall(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get all the fields and values in a hash
- hincrby(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Increment the integer value of a hash field by the given number
- hincrby(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Increment the integer value of a hash field by the given number
- hincrbyfloat(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Increment the float value of a hash field by the given amount
- hincrbyfloat(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Increment the float value of a hash field by the given amount
- hkeys(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get all the fields in a hash
- hkeys(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get all the fields in a hash
- hlen(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the number of fields in a hash
- hlen(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the number of fields in a hash
- hmget(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the values of all the given hash fields
- hmget(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the values of all the given hash fields
- hmset(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set multiple hash fields to multiple values
- hmset(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set multiple hash fields to multiple values
- hscan(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Incrementally iterate hash fields and associated values
- hscan(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Incrementally iterate hash fields and associated values
- hset(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set the string value of a hash field
- hset(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set the string value of a hash field
- hsetnx(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set the value of a hash field, only if the field does not exist
- hsetnx(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set the value of a hash field, only if the field does not exist
- hvals(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get all the values in a hash
- hvals(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get all the values in a hash
- lastsave(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the UNIX time stamp of the last successful save to disk
- lastsave(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the UNIX time stamp of the last successful save to disk
- lindex(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get an element from a list by its index
- lindex(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get an element from a list by its index
- linsert(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Insert an element before or after another element in a list
- linsert(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Insert an element before or after another element in a list
- llen(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the length of a list
- llen(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the length of a list
- lpop(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove and get the first element in a list
- lpop(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove and get the first element in a list
- lpush(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Prepend one or multiple values to a list
- lpush(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Prepend one or multiple values to a list
- lpushx(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Prepend a value to a list, only if the list exists
- lpushx(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Prepend a value to a list, only if the list exists
- lrange(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get a range of elements from a list
- lrange(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get a range of elements from a list
- lrem(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove elements from a list
- lrem(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove elements from a list
- lset(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set the value of an element in a list by its index
- lset(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set the value of an element in a list by its index
- ltrim(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Trim a list to the specified range
- ltrim(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Trim a list to the specified range
- mget(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the values of all the given keys
- mget(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the values of all the given keys
- migrate(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Atomically transfer a key from a Redis instance to another one.
- migrate(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Atomically transfer a key from a Redis instance to another one.
- monitor(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Listen for all requests received by the server in real time
- monitor(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Listen for all requests received by the server in real time
- move(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Move a key to another database
- move(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Move a key to another database
- mset(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set multiple keys to multiple values
- mset(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set multiple keys to multiple values
- msetnx(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set multiple keys to multiple values, only if none of the keys exist
- msetnx(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set multiple keys to multiple values, only if none of the keys exist
- multi(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Mark the start of a transaction block
- multi(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Mark the start of a transaction block
- persist(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove the expiration from a key
- persist(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove the expiration from a key
- pexpire(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set a key's time to live in milliseconds
- pexpire(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set a key's time to live in milliseconds
- pexpireat(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds
- pexpireat(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds
- pfadd(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Adds the specified elements to the specified HyperLogLog.
- pfadd(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Adds the specified elements to the specified HyperLogLog.
- pfcount(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcount(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfmerge(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Merge N different HyperLogLogs into a single one.
- pfmerge(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Merge N different HyperLogLogs into a single one.
- ping(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Ping the server
- ping(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Ping the server
- psetex(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set the value and expiration in milliseconds of a key
- psetex(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set the value and expiration in milliseconds of a key
- psubscribe(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Listen for messages published to channels matching the given patterns
- psubscribe(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Listen for messages published to channels matching the given patterns
- pttl(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the time to live for a key in milliseconds
- pttl(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the time to live for a key in milliseconds
- publish(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Post a message to a channel
- publish(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Post a message to a channel
- pubsub(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Inspect the state of the Pub/Sub subsystem
- pubsub(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Inspect the state of the Pub/Sub subsystem
- punsubscribe(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Stop listening for messages posted to channels matching the given patterns
- punsubscribe(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Stop listening for messages posted to channels matching the given patterns
- randomkey(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Return a random key from the keyspace
- randomkey(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Return a random key from the keyspace
- RedisClient - Class in io.vertx.groovy.redis
-
- RedisClient(EventBus, String) - Constructor for class io.vertx.groovy.redis.RedisClient
-
- RedisClient - Class in io.vertx.java.redis
-
- RedisClient(EventBus, String) - Constructor for class io.vertx.java.redis.RedisClient
-
- RedisCommand - Enum in io.vertx.java.redis
-
- rename(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Rename a key
- rename(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Rename a key
- renamenx(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Rename a key, only if the new key does not exist
- renamenx(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Rename a key, only if the new key does not exist
- restore(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Create a key using the provided serialized value, previously obtained using DUMP.
- rpop(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove and get the last element in a list
- rpop(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove and get the last element in a list
- rpoplpush(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove the last element in a list, append it to another list and return it
- rpoplpush(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove the last element in a list, append it to another list and return it
- rpush(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Append one or multiple values to a list
- rpush(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Append one or multiple values to a list
- rpushx(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Append a value to a list, only if the list exists
- rpushx(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Append a value to a list, only if the list exists
- sadd(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Add one or more members to a set
- sadd(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Add one or more members to a set
- save(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Synchronously save the dataset to disk
- save(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Synchronously save the dataset to disk
- scan(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Incrementally iterate the keys space
- scan(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Incrementally iterate the keys space
- scard(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the number of members in a set
- scard(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the number of members in a set
- script_exists(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Check existence of scripts in the script cache.
- script_exists(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Check existence of scripts in the script cache.
- script_flush(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove all the scripts from the script cache.
- script_flush(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove all the scripts from the script cache.
- script_kill(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Kill the script currently in execution.
- script_kill(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Kill the script currently in execution.
- script_load(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Load the specified Lua script into the script cache.
- script_load(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Load the specified Lua script into the script cache.
- sdiff(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Subtract multiple sets
- sdiff(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Subtract multiple sets
- sdiffstore(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Subtract multiple sets and store the resulting set in a key
- sdiffstore(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Subtract multiple sets and store the resulting set in a key
- select(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Change the selected database for the current connection
- select(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Change the selected database for the current connection
- set(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set the string value of a key
- set(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set the string value of a key
- setbit(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Sets or clears the bit at offset in the string value stored at key
- setbit(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Sets or clears the bit at offset in the string value stored at key
- setex(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set the value and expiration of a key
- setex(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set the value and expiration of a key
- setnx(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Set the value of a key, only if the key does not exist
- setnx(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Set the value of a key, only if the key does not exist
- setrange(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Overwrite part of a string at key starting at the specified offset
- setrange(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Overwrite part of a string at key starting at the specified offset
- shutdown(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Synchronously save the dataset to disk and then shut down the server
- shutdown(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Synchronously save the dataset to disk and then shut down the server
- sinter(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Intersect multiple sets
- sinter(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Intersect multiple sets
- sinterstore(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Intersect multiple sets and store the resulting set in a key
- sinterstore(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Intersect multiple sets and store the resulting set in a key
- sismember(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Determine if a given value is a member of a set
- sismember(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Determine if a given value is a member of a set
- slaveof(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Make the server a slave of another instance, or promote it as master
- slaveof(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Make the server a slave of another instance, or promote it as master
- slowlog(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Manages the Redis slow queries log
- slowlog(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Manages the Redis slow queries log
- smembers(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get all the members in a set
- smembers(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get all the members in a set
- smove(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Move a member from one set to another
- smove(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Move a member from one set to another
- sort(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Sort the elements in a list, set or sorted set
- sort(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Sort the elements in a list, set or sorted set
- spop(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove and return a random member from a set
- spop(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove and return a random member from a set
- srandmember(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get one or multiple random members from a set
- srandmember(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get one or multiple random members from a set
- srem(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove one or more members from a set
- srem(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove one or more members from a set
- sscan(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Incrementally iterate Set elements
- sscan(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Incrementally iterate Set elements
- strlen(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the length of the value stored in a key
- strlen(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the length of the value stored in a key
- subscribe(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Listen for messages published to the given channels
- subscribe(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Listen for messages published to the given channels
- sunion(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Add multiple sets
- sunion(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Add multiple sets
- sunionstore(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Add multiple sets and store the resulting set in a key
- sunionstore(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Add multiple sets and store the resulting set in a key
- sync(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Internal command used for replication
- sync(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Internal command used for replication
- zadd(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Add one or more members to a sorted set, or update its score if it already exists
- zadd(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Add one or more members to a sorted set, or update its score if it already exists
- zcard(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the number of members in a sorted set
- zcard(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the number of members in a sorted set
- zcount(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Count the members in a sorted set with scores within the given values
- zcount(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Count the members in a sorted set with scores within the given values
- zincrby(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Increment the score of a member in a sorted set
- zincrby(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Increment the score of a member in a sorted set
- zinterstore(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Intersect multiple sorted sets and store the resulting sorted set in a new key
- zinterstore(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Intersect multiple sorted sets and store the resulting sorted set in a new key
- zlexcount(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Count the number of members in a sorted set between a given lexicographical range
- zlexcount(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Count the number of members in a sorted set between a given lexicographical range
- zrange(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Return a range of members in a sorted set, by index
- zrange(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Return a range of members in a sorted set, by index
- zrangebylex(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Return a range of members in a sorted set, by lexicographical range
- zrangebylex(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Return a range of members in a sorted set, by lexicographical range
- zrangebyscore(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Return a range of members in a sorted set, by score
- zrangebyscore(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Return a range of members in a sorted set, by score
- zrank(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Determine the index of a member in a sorted set
- zrank(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Determine the index of a member in a sorted set
- zrem(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove one or more members from a sorted set
- zrem(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove one or more members from a sorted set
- zremrangebylex(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove all members in a sorted set between the given lexicographical range
- zremrangebylex(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove all members in a sorted set between the given lexicographical range
- zremrangebyrank(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove all members in a sorted set within the given indexes
- zremrangebyrank(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove all members in a sorted set within the given indexes
- zremrangebyscore(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Remove all members in a sorted set within the given scores
- zremrangebyscore(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Remove all members in a sorted set within the given scores
- zrevrange(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Return a range of members in a sorted set, by index, with scores ordered from high to low
- zrevrange(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Return a range of members in a sorted set, by index, with scores ordered from high to low
- zrevrangebyscore(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Return a range of members in a sorted set, by score, with scores ordered from high to low
- zrevrangebyscore(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Return a range of members in a sorted set, by score, with scores ordered from high to low
- zrevrank(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Determine the index of a member in a sorted set, with scores ordered from high to low
- zrevrank(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Determine the index of a member in a sorted set, with scores ordered from high to low
- zscan(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Incrementally iterate sorted sets elements and associated scores
- zscan(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Incrementally iterate sorted sets elements and associated scores
- zscore(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Get the score associated with the given member in a sorted set
- zscore(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Get the score associated with the given member in a sorted set
- zunionstore(Object...) - Method in class io.vertx.groovy.redis.RedisClient
-
Add multiple sorted sets and store the resulting sorted set in a new key
- zunionstore(Object...) - Method in class io.vertx.java.redis.RedisClient
-
Add multiple sorted sets and store the resulting sorted set in a new key