Package io.vertx.rxjava3.redis.client
Class ValkeyAPI
java.lang.Object
io.vertx.rxjava3.redis.client.ValkeyAPI
- All Implemented Interfaces:
RxDelegate
Auto generated Valkey API client wrapper.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<Response>A container for Access List Control commands.static ValkeyAPIstatic ValkeyAPIapi(RedisConnection connection) io.reactivex.rxjava3.core.Maybe<Response>Appends a string to the value of a key.io.reactivex.rxjava3.core.Maybe<Response>asking()Signals that a cluster client is following an -ASK redirect.io.reactivex.rxjava3.core.Maybe<Response>Authenticates the connection.io.reactivex.rxjava3.core.Maybe<Response>Asynchronously rewrites the append-only file to disk.io.reactivex.rxjava3.core.Maybe<Response>Asynchronously saves the database(s) to disk.io.reactivex.rxjava3.core.Maybe<Response>Counts the number of set bits (population counting) in a string.io.reactivex.rxjava3.core.Maybe<Response>Performs arbitrary bitfield integer operations on strings.io.reactivex.rxjava3.core.Maybe<Response>bitfieldRo(List<String> args) Performs arbitrary read-only bitfield integer operations on strings.io.reactivex.rxjava3.core.Maybe<Response>Performs bitwise operations on multiple strings, and stores the result.io.reactivex.rxjava3.core.Maybe<Response>Finds the first set (1) or clear (0) bit in a string.io.reactivex.rxjava3.core.Maybe<Response>Pops an element from a list, pushes it to another list and returns it.io.reactivex.rxjava3.core.Maybe<Response>Pops the first element from one of multiple lists.io.reactivex.rxjava3.core.Maybe<Response>Removes and returns the first element in a list.io.reactivex.rxjava3.core.Maybe<Response>Removes and returns the last element in a list.io.reactivex.rxjava3.core.Maybe<Response>brpoplpush(String arg0, String arg1, String arg2) Pops an element from a list, pushes it to another list and returns it.io.reactivex.rxjava3.core.Maybe<Response>Removes and returns a member by score from one or more sorted sets.io.reactivex.rxjava3.core.Maybe<Response>Removes and returns the member with the highest score from one or more sorted sets.io.reactivex.rxjava3.core.Maybe<Response>Removes and returns the member with the lowest score from one or more sorted sets.io.reactivex.rxjava3.core.Maybe<Response>A container for client connection commands.voidclose()io.reactivex.rxjava3.core.Maybe<Response>A container for Cluster commands.io.reactivex.rxjava3.core.Maybe<Response>Returns detailed information about all commands.io.reactivex.rxjava3.core.Maybe<Response>commandlog(List<String> args) A container for command log commands.io.reactivex.rxjava3.core.Maybe<Response>A container for server configuration commands.io.reactivex.rxjava3.core.Maybe<Response>Copies the value of a key to a new key.io.reactivex.rxjava3.core.Maybe<Response>dbsize()Returns the number of keys in the database.io.reactivex.rxjava3.core.Maybe<Response>A container for debugging commands.io.reactivex.rxjava3.core.Maybe<Response>Decrements the integer value of a key by one.io.reactivex.rxjava3.core.Maybe<Response>Decrements a number from the integer value of a key.io.reactivex.rxjava3.core.Maybe<Response>Deletes one or more keys.io.reactivex.rxjava3.core.Maybe<Response>Delete key if value matches string.io.reactivex.rxjava3.core.Maybe<Response>discard()Discards a transaction.io.reactivex.rxjava3.core.Maybe<Response>Returns a serialized representation of the value stored at a key.io.reactivex.rxjava3.core.Maybe<Response>Returns the given string.booleanio.reactivex.rxjava3.core.Maybe<Response>Executes a server-side Lua script.io.reactivex.rxjava3.core.Maybe<Response>Executes a read-only server-side Lua script.io.reactivex.rxjava3.core.Maybe<Response>Executes a server-side Lua script by SHA1 digest.io.reactivex.rxjava3.core.Maybe<Response>Executes a read-only server-side Lua script by SHA1 digest.io.reactivex.rxjava3.core.Maybe<Response>exec()Executes all commands in a transaction.io.reactivex.rxjava3.core.Maybe<Response>Determines whether one or more keys exist.io.reactivex.rxjava3.core.Maybe<Response>Sets the expiration time of a key in seconds.io.reactivex.rxjava3.core.Maybe<Response>Sets the expiration time of a key to a Unix timestamp.io.reactivex.rxjava3.core.Maybe<Response>expiretime(String arg0) Returns the expiration time of a key as a Unix timestamp.io.reactivex.rxjava3.core.Maybe<Response>Starts a coordinated failover from a server to one of its replicas.io.reactivex.rxjava3.core.Maybe<Response>Invokes a function.io.reactivex.rxjava3.core.Maybe<Response>Invokes a read-only function.io.reactivex.rxjava3.core.Maybe<Response>Removes all keys from all databases.io.reactivex.rxjava3.core.Maybe<Response>Remove all keys from the current database.io.reactivex.rxjava3.core.Maybe<Response>A container for function commands.io.reactivex.rxjava3.core.Maybe<Response>Adds one or more members to a geospatial index.io.reactivex.rxjava3.core.Maybe<Response>Returns the distance between two members of a geospatial index.io.reactivex.rxjava3.core.Maybe<Response>Returns members from a geospatial index as geohash strings.io.reactivex.rxjava3.core.Maybe<Response>Returns the longitude and latitude of members from a geospatial index.io.reactivex.rxjava3.core.Maybe<Response>Queries a geospatial index for members within a distance from a coordinate, optionally stores the result.io.reactivex.rxjava3.core.Maybe<Response>georadiusbymember(List<String> args) Queries a geospatial index for members within a distance from a member, optionally stores the result.io.reactivex.rxjava3.core.Maybe<Response>georadiusbymemberRo(List<String> args) Returns members from a geospatial index that are within a distance from a member.io.reactivex.rxjava3.core.Maybe<Response>georadiusRo(List<String> args) Returns members from a geospatial index that are within a distance from a coordinate.io.reactivex.rxjava3.core.Maybe<Response>Queries a geospatial index for members inside an area of a box, circle, or a polygon.io.reactivex.rxjava3.core.Maybe<Response>geosearchstore(List<String> args) Queries a geospatial index for members inside an area of a box, a circle, or a polygon, optionally stores the result.io.reactivex.rxjava3.core.Maybe<Response>Returns the string value of a key.io.reactivex.rxjava3.core.Maybe<Response>Returns a bit value by offset.io.reactivex.rxjava3.core.Maybe<Response>Returns the string value of a key after deleting the key.io.reactivex.rxjava3.core.Maybe<Response>Returns the string value of a key after setting its expiration time.io.reactivex.rxjava3.core.Maybe<Response>Returns a substring of the string stored at a key.io.reactivex.rxjava3.core.Maybe<Response>Returns the previous string value of a key after setting it to a new value.inthashCode()io.reactivex.rxjava3.core.Maybe<Response>Deletes one or more fields and their values from a hash.io.reactivex.rxjava3.core.Maybe<Response>Handshakes with the server.io.reactivex.rxjava3.core.Maybe<Response>Determines whether a field exists in a hash.io.reactivex.rxjava3.core.Maybe<Response>Set expiry time on hash fields.io.reactivex.rxjava3.core.Maybe<Response>Set expiry time on hash fields.io.reactivex.rxjava3.core.Maybe<Response>hexpiretime(List<String> args) Returns Unix timestamps in seconds since the epoch at which the given key's field(s) will expire.io.reactivex.rxjava3.core.Maybe<Response>Returns the value of a field in a hash.io.reactivex.rxjava3.core.Maybe<Response>Returns all fields and values in a hash.io.reactivex.rxjava3.core.Maybe<Response>Get the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).io.reactivex.rxjava3.core.Maybe<Response>Increments the integer value of a field in a hash by a number.io.reactivex.rxjava3.core.Maybe<Response>hincrbyfloat(String arg0, String arg1, String arg2) Increments the floating point value of a field by a number.io.reactivex.rxjava3.core.Maybe<Response>Returns all fields in a hash.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of fields in a hash.io.reactivex.rxjava3.core.Maybe<Response>Returns the values of all fields in a hash.io.reactivex.rxjava3.core.Maybe<Response>Sets the values of multiple fields.io.reactivex.rxjava3.core.Maybe<Response>Remove the existing expiration on a hash key's field(s).io.reactivex.rxjava3.core.Maybe<Response>Set expiry time on hash object.io.reactivex.rxjava3.core.Maybe<Response>hpexpireat(List<String> args) Set expiration time on hash field.io.reactivex.rxjava3.core.Maybe<Response>hpexpiretime(List<String> args) Returns the Unix timestamp in milliseconds since Unix epoch at which the given key's field(s) will expire.io.reactivex.rxjava3.core.Maybe<Response>Returns the remaining time to live in milliseconds of a hash key's field(s) that have an associated expiration.io.reactivex.rxjava3.core.Maybe<Response>hrandfield(List<String> args) Returns one or more random fields from a hash.io.reactivex.rxjava3.core.Maybe<Response>Iterates over fields and values of a hash.io.reactivex.rxjava3.core.Maybe<Response>Creates or modifies the value of a field in a hash.io.reactivex.rxjava3.core.Maybe<Response>Set the value of one or more fields of a given hash key, and optionally set their expiration time.io.reactivex.rxjava3.core.Maybe<Response>Sets the value of a field in a hash only when the field doesn't exist.io.reactivex.rxjava3.core.Maybe<Response>Returns the length of the value of a field.io.reactivex.rxjava3.core.Maybe<Response>Returns the remaining time to live (in seconds) of a hash key's field(s) that have an associated expiration.io.reactivex.rxjava3.core.Maybe<Response>Returns all values in a hash.io.reactivex.rxjava3.core.Maybe<Response>Increments the integer value of a key by one.io.reactivex.rxjava3.core.Maybe<Response>Increments the integer value of a key by a number.io.reactivex.rxjava3.core.Maybe<Response>incrbyfloat(String arg0, String arg1) Increment the floating point value of a key by a number.io.reactivex.rxjava3.core.Maybe<Response>Returns information and statistics about the server.io.reactivex.rxjava3.core.Maybe<Response>Returns all key names that match a pattern.io.reactivex.rxjava3.core.Maybe<Response>lastsave()Returns the Unix timestamp of the last successful save to disk.io.reactivex.rxjava3.core.Maybe<Response>A container for latency diagnostics commands.io.reactivex.rxjava3.core.Maybe<Response>Finds the longest common substring.io.reactivex.rxjava3.core.Maybe<Response>Returns an element from a list by its index.io.reactivex.rxjava3.core.Maybe<Response>Inserts an element before or after another element in a list.io.reactivex.rxjava3.core.Maybe<Response>Returns the length of a list.io.reactivex.rxjava3.core.Maybe<Response>Returns an element after popping it from one list and pushing it to another.io.reactivex.rxjava3.core.Maybe<Response>Returns multiple elements from a list after removing them.io.reactivex.rxjava3.core.Maybe<Response>Displays computer art and the server version.io.reactivex.rxjava3.core.Maybe<Response>Returns and removes one or more elements from the beginning of a list.io.reactivex.rxjava3.core.Maybe<Response>Returns the index of matching elements in a list.io.reactivex.rxjava3.core.Maybe<Response>Prepends one or more elements to a list.io.reactivex.rxjava3.core.Maybe<Response>Prepends one or more elements to a list only when the list exists.io.reactivex.rxjava3.core.Maybe<Response>Returns a range of elements from a list.io.reactivex.rxjava3.core.Maybe<Response>Removes elements from a list.io.reactivex.rxjava3.core.Maybe<Response>Sets the value of an element in a list by its index.io.reactivex.rxjava3.core.Maybe<Response>Removes elements from both ends a list.io.reactivex.rxjava3.core.Maybe<Response>A container for memory diagnostics commands.io.reactivex.rxjava3.core.Maybe<Response>Atomically returns the string values of one or more keys.io.reactivex.rxjava3.core.Maybe<Response>Atomically transfers a key from one instance to another.io.reactivex.rxjava3.core.Maybe<Response>A container for module commands.io.reactivex.rxjava3.core.Maybe<Response>monitor()Listens for all requests received by the server in real-time.io.reactivex.rxjava3.core.Maybe<Response>Moves a key to another database.io.reactivex.rxjava3.core.Maybe<Response>Atomically creates or modifies the string values of one or more keys.io.reactivex.rxjava3.core.Maybe<Response>Atomically modifies the string values of one or more keys only when all keys don't exist.io.reactivex.rxjava3.core.Maybe<Response>multi()Starts a transaction.static ValkeyAPInewInstance(ValkeyAPI arg) io.reactivex.rxjava3.core.Maybe<Response>A container for object introspection commands.io.reactivex.rxjava3.core.Maybe<Response>Removes the expiration time of a key.io.reactivex.rxjava3.core.Maybe<Response>Sets the expiration time of a key in milliseconds.io.reactivex.rxjava3.core.Maybe<Response>Sets the expiration time of a key to a Unix milliseconds timestamp.io.reactivex.rxjava3.core.Maybe<Response>pexpiretime(String arg0) Returns the expiration time of a key as a Unix milliseconds timestamp.io.reactivex.rxjava3.core.Maybe<Response>Adds elements to a HyperLogLog key.io.reactivex.rxjava3.core.Maybe<Response>Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).io.reactivex.rxjava3.core.Maybe<Response>Internal commands for debugging HyperLogLog values.io.reactivex.rxjava3.core.Maybe<Response>Merges one or more HyperLogLog values into a single key.io.reactivex.rxjava3.core.Maybe<Response>An internal command for testing HyperLogLog values.io.reactivex.rxjava3.core.Maybe<Response>Returns the server's liveliness response.io.reactivex.rxjava3.core.Maybe<Response>Sets both string value and expiration time in milliseconds of a key.io.reactivex.rxjava3.core.Maybe<Response>psubscribe(List<String> args) Listens for messages published to channels that match one or more patterns.io.reactivex.rxjava3.core.Maybe<Response>An internal command used in replication.io.reactivex.rxjava3.core.Maybe<Response>Returns the expiration time in milliseconds of a key.io.reactivex.rxjava3.core.Maybe<Response>Posts a message to a channel.io.reactivex.rxjava3.core.Maybe<Response>A container for Pub/Sub commands.io.reactivex.rxjava3.core.Maybe<Response>punsubscribe(List<String> args) Stops listening to messages published to channels that match one or more patterns.io.reactivex.rxjava3.core.Maybe<Response>Closes the connection.io.reactivex.rxjava3.core.Maybe<Response>Returns a random key name from the database.io.reactivex.rxjava3.core.Maybe<Response>readonly()Enables read-only queries for a connection to a Valkey replica node.io.reactivex.rxjava3.core.Maybe<Response>Enables read-write queries for a connection to a Valkey replica node.io.reactivex.rxjava3.core.Maybe<Response>Renames a key and overwrites the destination.io.reactivex.rxjava3.core.Maybe<Response>Renames a key only when the target key name doesn't exist.io.reactivex.rxjava3.core.Maybe<Response>An internal command for configuring the replication stream.io.reactivex.rxjava3.core.Maybe<Response>Configures a server as replica of another, or promotes it to a primary.io.reactivex.rxjava3.core.Maybe<Response>reset()Resets the connection.io.reactivex.rxjava3.core.Maybe<Response>Creates a key from the serialized representation of a value.io.reactivex.rxjava3.core.Maybe<Response>restoreAsking(List<String> args) An internal command for migrating keys in a cluster.io.reactivex.rxjava3.core.Maybe<Response>role()Returns the replication role.io.reactivex.rxjava3.core.Maybe<Response>Returns and removes one or more elements from the end of a list.io.reactivex.rxjava3.core.Maybe<Response>Returns the last element of a list after removing and pushing it to another list.io.reactivex.rxjava3.core.Maybe<Response>Appends one or more elements to a list.io.reactivex.rxjava3.core.Maybe<Response>Appends one or more elements to a list only when the list exists.io.reactivex.rxjava3.core.Maybe<Response>A container for Access List Control commands.io.reactivex.rxjava3.core.Maybe<Response>Appends a string to the value of a key.io.reactivex.rxjava3.core.Maybe<Response>rxAsking()Signals that a cluster client is following an -ASK redirect.io.reactivex.rxjava3.core.Maybe<Response>Authenticates the connection.io.reactivex.rxjava3.core.Maybe<Response>Asynchronously rewrites the append-only file to disk.io.reactivex.rxjava3.core.Maybe<Response>Asynchronously saves the database(s) to disk.io.reactivex.rxjava3.core.Maybe<Response>rxBitcount(List<String> args) Counts the number of set bits (population counting) in a string.io.reactivex.rxjava3.core.Maybe<Response>rxBitfield(List<String> args) Performs arbitrary bitfield integer operations on strings.io.reactivex.rxjava3.core.Maybe<Response>rxBitfieldRo(List<String> args) Performs arbitrary read-only bitfield integer operations on strings.io.reactivex.rxjava3.core.Maybe<Response>Performs bitwise operations on multiple strings, and stores the result.io.reactivex.rxjava3.core.Maybe<Response>Finds the first set (1) or clear (0) bit in a string.io.reactivex.rxjava3.core.Maybe<Response>Pops an element from a list, pushes it to another list and returns it.io.reactivex.rxjava3.core.Maybe<Response>Pops the first element from one of multiple lists.io.reactivex.rxjava3.core.Maybe<Response>Removes and returns the first element in a list.io.reactivex.rxjava3.core.Maybe<Response>Removes and returns the last element in a list.io.reactivex.rxjava3.core.Maybe<Response>rxBrpoplpush(String arg0, String arg1, String arg2) Pops an element from a list, pushes it to another list and returns it.io.reactivex.rxjava3.core.Maybe<Response>Removes and returns a member by score from one or more sorted sets.io.reactivex.rxjava3.core.Maybe<Response>rxBzpopmax(List<String> args) Removes and returns the member with the highest score from one or more sorted sets.io.reactivex.rxjava3.core.Maybe<Response>rxBzpopmin(List<String> args) Removes and returns the member with the lowest score from one or more sorted sets.io.reactivex.rxjava3.core.Maybe<Response>A container for client connection commands.io.reactivex.rxjava3.core.Maybe<Response>A container for Cluster commands.io.reactivex.rxjava3.core.Maybe<Response>Returns detailed information about all commands.io.reactivex.rxjava3.core.Maybe<Response>rxCommandlog(List<String> args) A container for command log commands.io.reactivex.rxjava3.core.Maybe<Response>A container for server configuration commands.io.reactivex.rxjava3.core.Maybe<Response>Copies the value of a key to a new key.io.reactivex.rxjava3.core.Maybe<Response>rxDbsize()Returns the number of keys in the database.io.reactivex.rxjava3.core.Maybe<Response>A container for debugging commands.io.reactivex.rxjava3.core.Maybe<Response>Decrements the integer value of a key by one.io.reactivex.rxjava3.core.Maybe<Response>Decrements a number from the integer value of a key.io.reactivex.rxjava3.core.Maybe<Response>Deletes one or more keys.io.reactivex.rxjava3.core.Maybe<Response>Delete key if value matches string.io.reactivex.rxjava3.core.Maybe<Response>Discards a transaction.io.reactivex.rxjava3.core.Maybe<Response>Returns a serialized representation of the value stored at a key.io.reactivex.rxjava3.core.Maybe<Response>Returns the given string.io.reactivex.rxjava3.core.Maybe<Response>Executes a server-side Lua script.io.reactivex.rxjava3.core.Maybe<Response>Executes a read-only server-side Lua script.io.reactivex.rxjava3.core.Maybe<Response>Executes a server-side Lua script by SHA1 digest.io.reactivex.rxjava3.core.Maybe<Response>rxEvalshaRo(List<String> args) Executes a read-only server-side Lua script by SHA1 digest.io.reactivex.rxjava3.core.Maybe<Response>rxExec()Executes all commands in a transaction.io.reactivex.rxjava3.core.Maybe<Response>Determines whether one or more keys exist.io.reactivex.rxjava3.core.Maybe<Response>Sets the expiration time of a key in seconds.io.reactivex.rxjava3.core.Maybe<Response>rxExpireat(List<String> args) Sets the expiration time of a key to a Unix timestamp.io.reactivex.rxjava3.core.Maybe<Response>rxExpiretime(String arg0) Returns the expiration time of a key as a Unix timestamp.io.reactivex.rxjava3.core.Maybe<Response>rxFailover(List<String> args) Starts a coordinated failover from a server to one of its replicas.io.reactivex.rxjava3.core.Maybe<Response>Invokes a function.io.reactivex.rxjava3.core.Maybe<Response>Invokes a read-only function.io.reactivex.rxjava3.core.Maybe<Response>rxFlushall(List<String> args) Removes all keys from all databases.io.reactivex.rxjava3.core.Maybe<Response>Remove all keys from the current database.io.reactivex.rxjava3.core.Maybe<Response>rxFunction(List<String> args) A container for function commands.io.reactivex.rxjava3.core.Maybe<Response>Adds one or more members to a geospatial index.io.reactivex.rxjava3.core.Maybe<Response>Returns the distance between two members of a geospatial index.io.reactivex.rxjava3.core.Maybe<Response>Returns members from a geospatial index as geohash strings.io.reactivex.rxjava3.core.Maybe<Response>Returns the longitude and latitude of members from a geospatial index.io.reactivex.rxjava3.core.Maybe<Response>rxGeoradius(List<String> args) Queries a geospatial index for members within a distance from a coordinate, optionally stores the result.io.reactivex.rxjava3.core.Maybe<Response>rxGeoradiusbymember(List<String> args) Queries a geospatial index for members within a distance from a member, optionally stores the result.io.reactivex.rxjava3.core.Maybe<Response>rxGeoradiusbymemberRo(List<String> args) Returns members from a geospatial index that are within a distance from a member.io.reactivex.rxjava3.core.Maybe<Response>rxGeoradiusRo(List<String> args) Returns members from a geospatial index that are within a distance from a coordinate.io.reactivex.rxjava3.core.Maybe<Response>rxGeosearch(List<String> args) Queries a geospatial index for members inside an area of a box, circle, or a polygon.io.reactivex.rxjava3.core.Maybe<Response>rxGeosearchstore(List<String> args) Queries a geospatial index for members inside an area of a box, a circle, or a polygon, optionally stores the result.io.reactivex.rxjava3.core.Maybe<Response>Returns the string value of a key.io.reactivex.rxjava3.core.Maybe<Response>Returns a bit value by offset.io.reactivex.rxjava3.core.Maybe<Response>Returns the string value of a key after deleting the key.io.reactivex.rxjava3.core.Maybe<Response>Returns the string value of a key after setting its expiration time.io.reactivex.rxjava3.core.Maybe<Response>rxGetrange(String arg0, String arg1, String arg2) Returns a substring of the string stored at a key.io.reactivex.rxjava3.core.Maybe<Response>Returns the previous string value of a key after setting it to a new value.io.reactivex.rxjava3.core.Maybe<Response>Deletes one or more fields and their values from a hash.io.reactivex.rxjava3.core.Maybe<Response>Handshakes with the server.io.reactivex.rxjava3.core.Maybe<Response>Determines whether a field exists in a hash.io.reactivex.rxjava3.core.Maybe<Response>Set expiry time on hash fields.io.reactivex.rxjava3.core.Maybe<Response>rxHexpireat(List<String> args) Set expiry time on hash fields.io.reactivex.rxjava3.core.Maybe<Response>rxHexpiretime(List<String> args) Returns Unix timestamps in seconds since the epoch at which the given key's field(s) will expire.io.reactivex.rxjava3.core.Maybe<Response>Returns the value of a field in a hash.io.reactivex.rxjava3.core.Maybe<Response>Returns all fields and values in a hash.io.reactivex.rxjava3.core.Maybe<Response>Get the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).io.reactivex.rxjava3.core.Maybe<Response>Increments the integer value of a field in a hash by a number.io.reactivex.rxjava3.core.Maybe<Response>rxHincrbyfloat(String arg0, String arg1, String arg2) Increments the floating point value of a field by a number.io.reactivex.rxjava3.core.Maybe<Response>Returns all fields in a hash.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of fields in a hash.io.reactivex.rxjava3.core.Maybe<Response>Returns the values of all fields in a hash.io.reactivex.rxjava3.core.Maybe<Response>Sets the values of multiple fields.io.reactivex.rxjava3.core.Maybe<Response>rxHpersist(List<String> args) Remove the existing expiration on a hash key's field(s).io.reactivex.rxjava3.core.Maybe<Response>rxHpexpire(List<String> args) Set expiry time on hash object.io.reactivex.rxjava3.core.Maybe<Response>rxHpexpireat(List<String> args) Set expiration time on hash field.io.reactivex.rxjava3.core.Maybe<Response>rxHpexpiretime(List<String> args) Returns the Unix timestamp in milliseconds since Unix epoch at which the given key's field(s) will expire.io.reactivex.rxjava3.core.Maybe<Response>Returns the remaining time to live in milliseconds of a hash key's field(s) that have an associated expiration.io.reactivex.rxjava3.core.Maybe<Response>rxHrandfield(List<String> args) Returns one or more random fields from a hash.io.reactivex.rxjava3.core.Maybe<Response>Iterates over fields and values of a hash.io.reactivex.rxjava3.core.Maybe<Response>Creates or modifies the value of a field in a hash.io.reactivex.rxjava3.core.Maybe<Response>Set the value of one or more fields of a given hash key, and optionally set their expiration time.io.reactivex.rxjava3.core.Maybe<Response>Sets the value of a field in a hash only when the field doesn't exist.io.reactivex.rxjava3.core.Maybe<Response>Returns the length of the value of a field.io.reactivex.rxjava3.core.Maybe<Response>Returns the remaining time to live (in seconds) of a hash key's field(s) that have an associated expiration.io.reactivex.rxjava3.core.Maybe<Response>Returns all values in a hash.io.reactivex.rxjava3.core.Maybe<Response>Increments the integer value of a key by one.io.reactivex.rxjava3.core.Maybe<Response>Increments the integer value of a key by a number.io.reactivex.rxjava3.core.Maybe<Response>rxIncrbyfloat(String arg0, String arg1) Increment the floating point value of a key by a number.io.reactivex.rxjava3.core.Maybe<Response>Returns information and statistics about the server.io.reactivex.rxjava3.core.Maybe<Response>Returns all key names that match a pattern.io.reactivex.rxjava3.core.Maybe<Response>Returns the Unix timestamp of the last successful save to disk.io.reactivex.rxjava3.core.Maybe<Response>A container for latency diagnostics commands.io.reactivex.rxjava3.core.Maybe<Response>Finds the longest common substring.io.reactivex.rxjava3.core.Maybe<Response>Returns an element from a list by its index.io.reactivex.rxjava3.core.Maybe<Response>Inserts an element before or after another element in a list.io.reactivex.rxjava3.core.Maybe<Response>Returns the length of a list.io.reactivex.rxjava3.core.Maybe<Response>Returns an element after popping it from one list and pushing it to another.io.reactivex.rxjava3.core.Maybe<Response>Returns multiple elements from a list after removing them.io.reactivex.rxjava3.core.Maybe<Response>Displays computer art and the server version.io.reactivex.rxjava3.core.Maybe<Response>Returns and removes one or more elements from the beginning of a list.io.reactivex.rxjava3.core.Maybe<Response>Returns the index of matching elements in a list.io.reactivex.rxjava3.core.Maybe<Response>Prepends one or more elements to a list.io.reactivex.rxjava3.core.Maybe<Response>Prepends one or more elements to a list only when the list exists.io.reactivex.rxjava3.core.Maybe<Response>Returns a range of elements from a list.io.reactivex.rxjava3.core.Maybe<Response>Removes elements from a list.io.reactivex.rxjava3.core.Maybe<Response>Sets the value of an element in a list by its index.io.reactivex.rxjava3.core.Maybe<Response>Removes elements from both ends a list.io.reactivex.rxjava3.core.Maybe<Response>A container for memory diagnostics commands.io.reactivex.rxjava3.core.Maybe<Response>Atomically returns the string values of one or more keys.io.reactivex.rxjava3.core.Maybe<Response>Atomically transfers a key from one instance to another.io.reactivex.rxjava3.core.Maybe<Response>A container for module commands.io.reactivex.rxjava3.core.Maybe<Response>Listens for all requests received by the server in real-time.io.reactivex.rxjava3.core.Maybe<Response>Moves a key to another database.io.reactivex.rxjava3.core.Maybe<Response>Atomically creates or modifies the string values of one or more keys.io.reactivex.rxjava3.core.Maybe<Response>Atomically modifies the string values of one or more keys only when all keys don't exist.io.reactivex.rxjava3.core.Maybe<Response>rxMulti()Starts a transaction.io.reactivex.rxjava3.core.Maybe<Response>A container for object introspection commands.io.reactivex.rxjava3.core.Maybe<Response>Removes the expiration time of a key.io.reactivex.rxjava3.core.Maybe<Response>Sets the expiration time of a key in milliseconds.io.reactivex.rxjava3.core.Maybe<Response>rxPexpireat(List<String> args) Sets the expiration time of a key to a Unix milliseconds timestamp.io.reactivex.rxjava3.core.Maybe<Response>rxPexpiretime(String arg0) Returns the expiration time of a key as a Unix milliseconds timestamp.io.reactivex.rxjava3.core.Maybe<Response>Adds elements to a HyperLogLog key.io.reactivex.rxjava3.core.Maybe<Response>Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).io.reactivex.rxjava3.core.Maybe<Response>Internal commands for debugging HyperLogLog values.io.reactivex.rxjava3.core.Maybe<Response>Merges one or more HyperLogLog values into a single key.io.reactivex.rxjava3.core.Maybe<Response>An internal command for testing HyperLogLog values.io.reactivex.rxjava3.core.Maybe<Response>Returns the server's liveliness response.io.reactivex.rxjava3.core.Maybe<Response>Sets both string value and expiration time in milliseconds of a key.io.reactivex.rxjava3.core.Maybe<Response>rxPsubscribe(List<String> args) Listens for messages published to channels that match one or more patterns.io.reactivex.rxjava3.core.Maybe<Response>An internal command used in replication.io.reactivex.rxjava3.core.Maybe<Response>Returns the expiration time in milliseconds of a key.io.reactivex.rxjava3.core.Maybe<Response>Posts a message to a channel.io.reactivex.rxjava3.core.Maybe<Response>A container for Pub/Sub commands.io.reactivex.rxjava3.core.Maybe<Response>rxPunsubscribe(List<String> args) Stops listening to messages published to channels that match one or more patterns.io.reactivex.rxjava3.core.Maybe<Response>Closes the connection.io.reactivex.rxjava3.core.Maybe<Response>Returns a random key name from the database.io.reactivex.rxjava3.core.Maybe<Response>Enables read-only queries for a connection to a Valkey replica node.io.reactivex.rxjava3.core.Maybe<Response>Enables read-write queries for a connection to a Valkey replica node.io.reactivex.rxjava3.core.Maybe<Response>Renames a key and overwrites the destination.io.reactivex.rxjava3.core.Maybe<Response>rxRenamenx(String arg0, String arg1) Renames a key only when the target key name doesn't exist.io.reactivex.rxjava3.core.Maybe<Response>rxReplconf(List<String> args) An internal command for configuring the replication stream.io.reactivex.rxjava3.core.Maybe<Response>rxReplicaof(String arg0, String arg1) Configures a server as replica of another, or promotes it to a primary.io.reactivex.rxjava3.core.Maybe<Response>rxReset()Resets the connection.io.reactivex.rxjava3.core.Maybe<Response>Creates a key from the serialized representation of a value.io.reactivex.rxjava3.core.Maybe<Response>rxRestoreAsking(List<String> args) An internal command for migrating keys in a cluster.io.reactivex.rxjava3.core.Maybe<Response>rxRole()Returns the replication role.io.reactivex.rxjava3.core.Maybe<Response>Returns and removes one or more elements from the end of a list.io.reactivex.rxjava3.core.Maybe<Response>rxRpoplpush(String arg0, String arg1) Returns the last element of a list after removing and pushing it to another list.io.reactivex.rxjava3.core.Maybe<Response>Appends one or more elements to a list.io.reactivex.rxjava3.core.Maybe<Response>Appends one or more elements to a list only when the list exists.io.reactivex.rxjava3.core.Maybe<Response>Adds one or more members to a set.io.reactivex.rxjava3.core.Maybe<Response>rxSave()Synchronously saves the database(s) to disk.io.reactivex.rxjava3.core.Maybe<Response>Iterates over the key names in the database.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of members in a set.io.reactivex.rxjava3.core.Maybe<Response>A container for Lua scripts management commands.io.reactivex.rxjava3.core.Maybe<Response>Returns the difference of multiple sets.io.reactivex.rxjava3.core.Maybe<Response>rxSdiffstore(List<String> args) Stores the difference of multiple sets in a key.io.reactivex.rxjava3.core.Maybe<Response>Changes the selected database.io.reactivex.rxjava3.core.Maybe<Response>Sets the string value of a key, ignoring its type.io.reactivex.rxjava3.core.Maybe<Response>Sets or clears the bit at offset of the string value.io.reactivex.rxjava3.core.Maybe<Response>Sets the string value and expiration time of a key.io.reactivex.rxjava3.core.Maybe<Response>Set the string value of a key only when the key doesn't exist.io.reactivex.rxjava3.core.Maybe<Response>rxSetrange(String arg0, String arg1, String arg2) Overwrites a part of a string value with another by an offset.io.reactivex.rxjava3.core.Maybe<Response>rxShutdown(List<String> args) Synchronously saves the database(s) to disk and shuts down the server.io.reactivex.rxjava3.core.Maybe<Response>Returns the intersect of multiple sets.io.reactivex.rxjava3.core.Maybe<Response>rxSintercard(List<String> args) Returns the number of members of the intersect of multiple sets.io.reactivex.rxjava3.core.Maybe<Response>rxSinterstore(List<String> args) Stores the intersect of multiple sets in a key.io.reactivex.rxjava3.core.Maybe<Response>rxSismember(String arg0, String arg1) Determines whether a member belongs to a set.io.reactivex.rxjava3.core.Maybe<Response>Sets a server as a replica of another, or promotes it to being a primary.io.reactivex.rxjava3.core.Maybe<Response>A container for slow log commands.io.reactivex.rxjava3.core.Maybe<Response>rxSmembers(String arg0) Returns all members of a set.io.reactivex.rxjava3.core.Maybe<Response>rxSmismember(List<String> args) Determines whether multiple members belong to a set.io.reactivex.rxjava3.core.Maybe<Response>Moves a member from one set to another.io.reactivex.rxjava3.core.Maybe<Response>Sorts the elements in a list, a set, or a sorted set, optionally storing the result.io.reactivex.rxjava3.core.Maybe<Response>Returns the sorted elements of a list, a set, or a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns one or more random members from a set after removing them.io.reactivex.rxjava3.core.Maybe<Response>rxSpublish(String arg0, String arg1) Post a message to a shard channel.io.reactivex.rxjava3.core.Maybe<Response>rxSrandmember(List<String> args) Get one or multiple random members from a set.io.reactivex.rxjava3.core.Maybe<Response>Removes one or more members from a set.io.reactivex.rxjava3.core.Maybe<Response>Iterates over members of a set.io.reactivex.rxjava3.core.Maybe<Response>rxSsubscribe(List<String> args) Listens for messages published to shard channels.io.reactivex.rxjava3.core.Maybe<Response>Returns the length of a string value.io.reactivex.rxjava3.core.Maybe<Response>rxSubscribe(List<String> args) Listens for messages published to channels.io.reactivex.rxjava3.core.Maybe<Response>Returns a substring from a string value.io.reactivex.rxjava3.core.Maybe<Response>Returns the union of multiple sets.io.reactivex.rxjava3.core.Maybe<Response>rxSunionstore(List<String> args) Stores the union of multiple sets in a key.io.reactivex.rxjava3.core.Maybe<Response>rxSunsubscribe(List<String> args) Stops listening to messages posted to shard channels.io.reactivex.rxjava3.core.Maybe<Response>Swaps two databases.io.reactivex.rxjava3.core.Maybe<Response>rxSync()An internal command used in replication.io.reactivex.rxjava3.core.Maybe<Response>rxTime()Returns the server time.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of existing keys out of those specified after updating the time they were last accessed.io.reactivex.rxjava3.core.Maybe<Response>Returns the expiration time in seconds of a key.io.reactivex.rxjava3.core.Maybe<Response>Determines the type of value stored at a key.io.reactivex.rxjava3.core.Maybe<Response>Asynchronously deletes one or more keys.io.reactivex.rxjava3.core.Maybe<Response>rxUnsubscribe(List<String> args) Stops listening to messages posted to channels.io.reactivex.rxjava3.core.Maybe<Response>Forgets about watched keys of a transaction.io.reactivex.rxjava3.core.Maybe<Response>Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.io.reactivex.rxjava3.core.Maybe<Response>Blocks until all of the preceding write commands sent by the connection are written to the append-only file of the primary and/or replicas.io.reactivex.rxjava3.core.Maybe<Response>Monitors changes to keys to determine the execution of a transaction.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.io.reactivex.rxjava3.core.Maybe<Response>Appends a new message to a stream.io.reactivex.rxjava3.core.Maybe<Response>rxXautoclaim(List<String> args) Changes, or acquires, ownership of messages in a consumer group, as if the messages were delivered to as consumer group member.io.reactivex.rxjava3.core.Maybe<Response>Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of messages after removing them from a stream.io.reactivex.rxjava3.core.Maybe<Response>A container for consumer groups commands.io.reactivex.rxjava3.core.Maybe<Response>A container for stream introspection commands.io.reactivex.rxjava3.core.Maybe<Response>Return the number of messages in a stream.io.reactivex.rxjava3.core.Maybe<Response>rxXpending(List<String> args) Returns the information and entries from a stream consumer group's pending entries list.io.reactivex.rxjava3.core.Maybe<Response>Returns the messages from a stream within a range of IDs.io.reactivex.rxjava3.core.Maybe<Response>Returns messages from multiple streams with IDs greater than the ones requested.io.reactivex.rxjava3.core.Maybe<Response>rxXreadgroup(List<String> args) Returns new or historical messages from a stream for a consumer in a group.io.reactivex.rxjava3.core.Maybe<Response>rxXrevrange(List<String> args) Returns the messages from a stream within a range of IDs in reverse order.io.reactivex.rxjava3.core.Maybe<Response>An internal command for replicating stream values.io.reactivex.rxjava3.core.Maybe<Response>Deletes messages from the beginning of a stream.io.reactivex.rxjava3.core.Maybe<Response>Adds one or more members to a sorted set, or updates their scores.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of members in a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns the count of members in a sorted set that have scores within a range.io.reactivex.rxjava3.core.Maybe<Response>Returns the difference between multiple sorted sets.io.reactivex.rxjava3.core.Maybe<Response>rxZdiffstore(List<String> args) Stores the difference of multiple sorted sets in a key.io.reactivex.rxjava3.core.Maybe<Response>Increments the score of a member in a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns the intersect of multiple sorted sets.io.reactivex.rxjava3.core.Maybe<Response>rxZintercard(List<String> args) Returns the number of members of the intersect of multiple sorted sets.io.reactivex.rxjava3.core.Maybe<Response>rxZinterstore(List<String> args) Stores the intersect of multiple sorted sets in a key.io.reactivex.rxjava3.core.Maybe<Response>rxZlexcount(String arg0, String arg1, String arg2) Returns the number of members in a sorted set within a lexicographical range.io.reactivex.rxjava3.core.Maybe<Response>Returns the highest- or lowest-scoring members from one or more sorted sets after removing them.io.reactivex.rxjava3.core.Maybe<Response>Returns the score of one or more members in a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns the highest-scoring members from a sorted set after removing them.io.reactivex.rxjava3.core.Maybe<Response>Returns the lowest-scoring members from a sorted set after removing them.io.reactivex.rxjava3.core.Maybe<Response>rxZrandmember(List<String> args) Returns one or more random members from a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns members in a sorted set within a range of indexes.io.reactivex.rxjava3.core.Maybe<Response>rxZrangebylex(List<String> args) Returns members in a sorted set within a lexicographical range.io.reactivex.rxjava3.core.Maybe<Response>rxZrangebyscore(List<String> args) Returns members in a sorted set within a range of scores.io.reactivex.rxjava3.core.Maybe<Response>rxZrangestore(List<String> args) Stores a range of members from sorted set in a key.io.reactivex.rxjava3.core.Maybe<Response>Returns the index of a member in a sorted set ordered by ascending scores.io.reactivex.rxjava3.core.Maybe<Response>Removes one or more members from a sorted set.io.reactivex.rxjava3.core.Maybe<Response>rxZremrangebylex(String arg0, String arg1, String arg2) Removes members in a sorted set within a lexicographical range.io.reactivex.rxjava3.core.Maybe<Response>rxZremrangebyrank(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of indexes.io.reactivex.rxjava3.core.Maybe<Response>rxZremrangebyscore(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of scores.io.reactivex.rxjava3.core.Maybe<Response>rxZrevrange(List<String> args) Returns members in a sorted set within a range of indexes in reverse order.io.reactivex.rxjava3.core.Maybe<Response>rxZrevrangebylex(List<String> args) Returns members in a sorted set within a lexicographical range in reverse order.io.reactivex.rxjava3.core.Maybe<Response>rxZrevrangebyscore(List<String> args) Returns members in a sorted set within a range of scores in reverse order.io.reactivex.rxjava3.core.Maybe<Response>rxZrevrank(List<String> args) Returns the index of a member in a sorted set ordered by descending scores.io.reactivex.rxjava3.core.Maybe<Response>Iterates over members and scores of a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns the score of a member in a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns the union of multiple sorted sets.io.reactivex.rxjava3.core.Maybe<Response>rxZunionstore(List<String> args) Stores the union of multiple sorted sets in a key.io.reactivex.rxjava3.core.Maybe<Response>Adds one or more members to a set.io.reactivex.rxjava3.core.Maybe<Response>save()Synchronously saves the database(s) to disk.io.reactivex.rxjava3.core.Maybe<Response>Iterates over the key names in the database.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of members in a set.io.reactivex.rxjava3.core.Maybe<Response>A container for Lua scripts management commands.io.reactivex.rxjava3.core.Maybe<Response>Returns the difference of multiple sets.io.reactivex.rxjava3.core.Maybe<Response>sdiffstore(List<String> args) Stores the difference of multiple sets in a key.io.reactivex.rxjava3.core.Maybe<Response>Changes the selected database.io.reactivex.rxjava3.core.Maybe<Response>Sets the string value of a key, ignoring its type.io.reactivex.rxjava3.core.Maybe<Response>Sets or clears the bit at offset of the string value.io.reactivex.rxjava3.core.Maybe<Response>Sets the string value and expiration time of a key.io.reactivex.rxjava3.core.Maybe<Response>Set the string value of a key only when the key doesn't exist.io.reactivex.rxjava3.core.Maybe<Response>Overwrites a part of a string value with another by an offset.io.reactivex.rxjava3.core.Maybe<Response>Synchronously saves the database(s) to disk and shuts down the server.io.reactivex.rxjava3.core.Maybe<Response>Returns the intersect of multiple sets.io.reactivex.rxjava3.core.Maybe<Response>sintercard(List<String> args) Returns the number of members of the intersect of multiple sets.io.reactivex.rxjava3.core.Maybe<Response>sinterstore(List<String> args) Stores the intersect of multiple sets in a key.io.reactivex.rxjava3.core.Maybe<Response>Determines whether a member belongs to a set.io.reactivex.rxjava3.core.Maybe<Response>Sets a server as a replica of another, or promotes it to being a primary.io.reactivex.rxjava3.core.Maybe<Response>A container for slow log commands.io.reactivex.rxjava3.core.Maybe<Response>Returns all members of a set.io.reactivex.rxjava3.core.Maybe<Response>smismember(List<String> args) Determines whether multiple members belong to a set.io.reactivex.rxjava3.core.Maybe<Response>Moves a member from one set to another.io.reactivex.rxjava3.core.Maybe<Response>Sorts the elements in a list, a set, or a sorted set, optionally storing the result.io.reactivex.rxjava3.core.Maybe<Response>Returns the sorted elements of a list, a set, or a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns one or more random members from a set after removing them.io.reactivex.rxjava3.core.Maybe<Response>Post a message to a shard channel.io.reactivex.rxjava3.core.Maybe<Response>srandmember(List<String> args) Get one or multiple random members from a set.io.reactivex.rxjava3.core.Maybe<Response>Removes one or more members from a set.io.reactivex.rxjava3.core.Maybe<Response>Iterates over members of a set.io.reactivex.rxjava3.core.Maybe<Response>ssubscribe(List<String> args) Listens for messages published to shard channels.io.reactivex.rxjava3.core.Maybe<Response>Returns the length of a string value.io.reactivex.rxjava3.core.Maybe<Response>Listens for messages published to channels.io.reactivex.rxjava3.core.Maybe<Response>Returns a substring from a string value.io.reactivex.rxjava3.core.Maybe<Response>Returns the union of multiple sets.io.reactivex.rxjava3.core.Maybe<Response>sunionstore(List<String> args) Stores the union of multiple sets in a key.io.reactivex.rxjava3.core.Maybe<Response>sunsubscribe(List<String> args) Stops listening to messages posted to shard channels.io.reactivex.rxjava3.core.Maybe<Response>Swaps two databases.io.reactivex.rxjava3.core.Maybe<Response>sync()An internal command used in replication.io.reactivex.rxjava3.core.Maybe<Response>time()Returns the server time.toString()io.reactivex.rxjava3.core.Maybe<Response>Returns the number of existing keys out of those specified after updating the time they were last accessed.io.reactivex.rxjava3.core.Maybe<Response>Returns the expiration time in seconds of a key.io.reactivex.rxjava3.core.Maybe<Response>Determines the type of value stored at a key.io.reactivex.rxjava3.core.Maybe<Response>Asynchronously deletes one or more keys.io.reactivex.rxjava3.core.Maybe<Response>unsubscribe(List<String> args) Stops listening to messages posted to channels.io.reactivex.rxjava3.core.Maybe<Response>unwatch()Forgets about watched keys of a transaction.io.reactivex.rxjava3.core.Maybe<Response>Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.io.reactivex.rxjava3.core.Maybe<Response>Blocks until all of the preceding write commands sent by the connection are written to the append-only file of the primary and/or replicas.io.reactivex.rxjava3.core.Maybe<Response>Monitors changes to keys to determine the execution of a transaction.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.io.reactivex.rxjava3.core.Maybe<Response>Appends a new message to a stream.io.reactivex.rxjava3.core.Maybe<Response>xautoclaim(List<String> args) Changes, or acquires, ownership of messages in a consumer group, as if the messages were delivered to as consumer group member.io.reactivex.rxjava3.core.Maybe<Response>Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of messages after removing them from a stream.io.reactivex.rxjava3.core.Maybe<Response>A container for consumer groups commands.io.reactivex.rxjava3.core.Maybe<Response>A container for stream introspection commands.io.reactivex.rxjava3.core.Maybe<Response>Return the number of messages in a stream.io.reactivex.rxjava3.core.Maybe<Response>Returns the information and entries from a stream consumer group's pending entries list.io.reactivex.rxjava3.core.Maybe<Response>Returns the messages from a stream within a range of IDs.io.reactivex.rxjava3.core.Maybe<Response>Returns messages from multiple streams with IDs greater than the ones requested.io.reactivex.rxjava3.core.Maybe<Response>xreadgroup(List<String> args) Returns new or historical messages from a stream for a consumer in a group.io.reactivex.rxjava3.core.Maybe<Response>Returns the messages from a stream within a range of IDs in reverse order.io.reactivex.rxjava3.core.Maybe<Response>An internal command for replicating stream values.io.reactivex.rxjava3.core.Maybe<Response>Deletes messages from the beginning of a stream.io.reactivex.rxjava3.core.Maybe<Response>Adds one or more members to a sorted set, or updates their scores.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of members in a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns the count of members in a sorted set that have scores within a range.io.reactivex.rxjava3.core.Maybe<Response>Returns the difference between multiple sorted sets.io.reactivex.rxjava3.core.Maybe<Response>zdiffstore(List<String> args) Stores the difference of multiple sorted sets in a key.io.reactivex.rxjava3.core.Maybe<Response>Increments the score of a member in a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns the intersect of multiple sorted sets.io.reactivex.rxjava3.core.Maybe<Response>zintercard(List<String> args) Returns the number of members of the intersect of multiple sorted sets.io.reactivex.rxjava3.core.Maybe<Response>zinterstore(List<String> args) Stores the intersect of multiple sorted sets in a key.io.reactivex.rxjava3.core.Maybe<Response>Returns the number of members in a sorted set within a lexicographical range.io.reactivex.rxjava3.core.Maybe<Response>Returns the highest- or lowest-scoring members from one or more sorted sets after removing them.io.reactivex.rxjava3.core.Maybe<Response>Returns the score of one or more members in a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns the highest-scoring members from a sorted set after removing them.io.reactivex.rxjava3.core.Maybe<Response>Returns the lowest-scoring members from a sorted set after removing them.io.reactivex.rxjava3.core.Maybe<Response>zrandmember(List<String> args) Returns one or more random members from a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns members in a sorted set within a range of indexes.io.reactivex.rxjava3.core.Maybe<Response>zrangebylex(List<String> args) Returns members in a sorted set within a lexicographical range.io.reactivex.rxjava3.core.Maybe<Response>zrangebyscore(List<String> args) Returns members in a sorted set within a range of scores.io.reactivex.rxjava3.core.Maybe<Response>zrangestore(List<String> args) Stores a range of members from sorted set in a key.io.reactivex.rxjava3.core.Maybe<Response>Returns the index of a member in a sorted set ordered by ascending scores.io.reactivex.rxjava3.core.Maybe<Response>Removes one or more members from a sorted set.io.reactivex.rxjava3.core.Maybe<Response>zremrangebylex(String arg0, String arg1, String arg2) Removes members in a sorted set within a lexicographical range.io.reactivex.rxjava3.core.Maybe<Response>zremrangebyrank(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of indexes.io.reactivex.rxjava3.core.Maybe<Response>zremrangebyscore(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of scores.io.reactivex.rxjava3.core.Maybe<Response>Returns members in a sorted set within a range of indexes in reverse order.io.reactivex.rxjava3.core.Maybe<Response>zrevrangebylex(List<String> args) Returns members in a sorted set within a lexicographical range in reverse order.io.reactivex.rxjava3.core.Maybe<Response>zrevrangebyscore(List<String> args) Returns members in a sorted set within a range of scores in reverse order.io.reactivex.rxjava3.core.Maybe<Response>Returns the index of a member in a sorted set ordered by descending scores.io.reactivex.rxjava3.core.Maybe<Response>Iterates over members and scores of a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns the score of a member in a sorted set.io.reactivex.rxjava3.core.Maybe<Response>Returns the union of multiple sorted sets.io.reactivex.rxjava3.core.Maybe<Response>zunionstore(List<String> args) Stores the union of multiple sorted sets in a key.
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ValkeyAPI
-
ValkeyAPI
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
close
public void close() -
acl
A container for Access List Control commands.- Parameters:
args-- Returns:
-
rxAcl
A container for Access List Control commands.- Parameters:
args-- Returns:
-
append
Appends a string to the value of a key. Creates the key if it doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
rxAppend
Appends a string to the value of a key. Creates the key if it doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
asking
Signals that a cluster client is following an -ASK redirect.- Returns:
-
rxAsking
Signals that a cluster client is following an -ASK redirect.- Returns:
-
auth
Authenticates the connection.- Parameters:
args-- Returns:
-
rxAuth
Authenticates the connection.- Parameters:
args-- Returns:
-
bgrewriteaof
Asynchronously rewrites the append-only file to disk.- Returns:
-
rxBgrewriteaof
Asynchronously rewrites the append-only file to disk.- Returns:
-
bgsave
Asynchronously saves the database(s) to disk.- Parameters:
args-- Returns:
-
rxBgsave
Asynchronously saves the database(s) to disk.- Parameters:
args-- Returns:
-
bitcount
Counts the number of set bits (population counting) in a string.- Parameters:
args-- Returns:
-
rxBitcount
Counts the number of set bits (population counting) in a string.- Parameters:
args-- Returns:
-
bitfield
Performs arbitrary bitfield integer operations on strings.- Parameters:
args-- Returns:
-
rxBitfield
Performs arbitrary bitfield integer operations on strings.- Parameters:
args-- Returns:
-
bitfieldRo
Performs arbitrary read-only bitfield integer operations on strings.- Parameters:
args-- Returns:
-
rxBitfieldRo
Performs arbitrary read-only bitfield integer operations on strings.- Parameters:
args-- Returns:
-
bitop
Performs bitwise operations on multiple strings, and stores the result.- Parameters:
args-- Returns:
-
rxBitop
Performs bitwise operations on multiple strings, and stores the result.- Parameters:
args-- Returns:
-
bitpos
Finds the first set (1) or clear (0) bit in a string.- Parameters:
args-- Returns:
-
rxBitpos
Finds the first set (1) or clear (0) bit in a string.- Parameters:
args-- Returns:
-
blmove
public io.reactivex.rxjava3.core.Maybe<Response> blmove(String arg0, String arg1, String arg2, String arg3, String arg4) Pops an element from a list, pushes it to another list and returns it. Blocks until an element is available otherwise. Deletes the list if the last element was moved.- Parameters:
arg0-arg1-arg2-arg3-arg4-- Returns:
-
rxBlmove
public io.reactivex.rxjava3.core.Maybe<Response> rxBlmove(String arg0, String arg1, String arg2, String arg3, String arg4) Pops an element from a list, pushes it to another list and returns it. Blocks until an element is available otherwise. Deletes the list if the last element was moved.- Parameters:
arg0-arg1-arg2-arg3-arg4-- Returns:
-
blmpop
Pops the first element from one of multiple lists. Blocks until an element is available otherwise. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
rxBlmpop
Pops the first element from one of multiple lists. Blocks until an element is available otherwise. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
blpop
Removes and returns the first element in a list. Blocks until an element is available otherwise. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
rxBlpop
Removes and returns the first element in a list. Blocks until an element is available otherwise. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
brpop
Removes and returns the last element in a list. Blocks until an element is available otherwise. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
rxBrpop
Removes and returns the last element in a list. Blocks until an element is available otherwise. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
brpoplpush
Pops an element from a list, pushes it to another list and returns it. Block until an element is available otherwise. Deletes the list if the last element was popped.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxBrpoplpush
public io.reactivex.rxjava3.core.Maybe<Response> rxBrpoplpush(String arg0, String arg1, String arg2) Pops an element from a list, pushes it to another list and returns it. Block until an element is available otherwise. Deletes the list if the last element was popped.- Parameters:
arg0-arg1-arg2-- Returns:
-
bzmpop
Removes and returns a member by score from one or more sorted sets. Blocks until a member is available otherwise. Deletes the sorted set if the last element was popped.- Parameters:
args-- Returns:
-
rxBzmpop
Removes and returns a member by score from one or more sorted sets. Blocks until a member is available otherwise. Deletes the sorted set if the last element was popped.- Parameters:
args-- Returns:
-
bzpopmax
Removes and returns the member with the highest score from one or more sorted sets. Blocks until a member available otherwise. Deletes the sorted set if the last element was popped.- Parameters:
args-- Returns:
-
rxBzpopmax
Removes and returns the member with the highest score from one or more sorted sets. Blocks until a member available otherwise. Deletes the sorted set if the last element was popped.- Parameters:
args-- Returns:
-
bzpopmin
Removes and returns the member with the lowest score from one or more sorted sets. Blocks until a member is available otherwise. Deletes the sorted set if the last element was popped.- Parameters:
args-- Returns:
-
rxBzpopmin
Removes and returns the member with the lowest score from one or more sorted sets. Blocks until a member is available otherwise. Deletes the sorted set if the last element was popped.- Parameters:
args-- Returns:
-
client
A container for client connection commands.- Parameters:
args-- Returns:
-
rxClient
A container for client connection commands.- Parameters:
args-- Returns:
-
cluster
A container for Cluster commands.- Parameters:
args-- Returns:
-
rxCluster
A container for Cluster commands.- Parameters:
args-- Returns:
-
command
Returns detailed information about all commands.- Parameters:
args-- Returns:
-
rxCommand
Returns detailed information about all commands.- Parameters:
args-- Returns:
-
commandlog
A container for command log commands.- Parameters:
args-- Returns:
-
rxCommandlog
A container for command log commands.- Parameters:
args-- Returns:
-
config
A container for server configuration commands.- Parameters:
args-- Returns:
-
rxConfig
A container for server configuration commands.- Parameters:
args-- Returns:
-
copy
Copies the value of a key to a new key.- Parameters:
args-- Returns:
-
rxCopy
Copies the value of a key to a new key.- Parameters:
args-- Returns:
-
dbsize
Returns the number of keys in the database.- Returns:
-
rxDbsize
Returns the number of keys in the database.- Returns:
-
debug
A container for debugging commands.- Parameters:
args-- Returns:
-
rxDebug
A container for debugging commands.- Parameters:
args-- Returns:
-
decr
Decrements the integer value of a key by one. Uses 0 as initial value if the key doesn't exist.- Parameters:
arg0-- Returns:
-
rxDecr
Decrements the integer value of a key by one. Uses 0 as initial value if the key doesn't exist.- Parameters:
arg0-- Returns:
-
decrby
Decrements a number from the integer value of a key. Uses 0 as initial value if the key doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
rxDecrby
Decrements a number from the integer value of a key. Uses 0 as initial value if the key doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
del
Deletes one or more keys.- Parameters:
args-- Returns:
-
rxDel
Deletes one or more keys.- Parameters:
args-- Returns:
-
delifeq
Delete key if value matches string.- Parameters:
arg0-arg1-- Returns:
-
rxDelifeq
Delete key if value matches string.- Parameters:
arg0-arg1-- Returns:
-
discard
Discards a transaction.- Returns:
-
rxDiscard
Discards a transaction.- Returns:
-
dump
Returns a serialized representation of the value stored at a key.- Parameters:
arg0-- Returns:
-
rxDump
Returns a serialized representation of the value stored at a key.- Parameters:
arg0-- Returns:
-
echo
Returns the given string.- Parameters:
arg0-- Returns:
-
rxEcho
Returns the given string.- Parameters:
arg0-- Returns:
-
eval
Executes a server-side Lua script.- Parameters:
args-- Returns:
-
rxEval
Executes a server-side Lua script.- Parameters:
args-- Returns:
-
evalRo
Executes a read-only server-side Lua script.- Parameters:
args-- Returns:
-
rxEvalRo
Executes a read-only server-side Lua script.- Parameters:
args-- Returns:
-
evalsha
Executes a server-side Lua script by SHA1 digest.- Parameters:
args-- Returns:
-
rxEvalsha
Executes a server-side Lua script by SHA1 digest.- Parameters:
args-- Returns:
-
evalshaRo
Executes a read-only server-side Lua script by SHA1 digest.- Parameters:
args-- Returns:
-
rxEvalshaRo
Executes a read-only server-side Lua script by SHA1 digest.- Parameters:
args-- Returns:
-
exec
Executes all commands in a transaction.- Returns:
-
rxExec
Executes all commands in a transaction.- Returns:
-
exists
Determines whether one or more keys exist.- Parameters:
args-- Returns:
-
rxExists
Determines whether one or more keys exist.- Parameters:
args-- Returns:
-
expire
Sets the expiration time of a key in seconds.- Parameters:
args-- Returns:
-
rxExpire
Sets the expiration time of a key in seconds.- Parameters:
args-- Returns:
-
expireat
Sets the expiration time of a key to a Unix timestamp.- Parameters:
args-- Returns:
-
rxExpireat
Sets the expiration time of a key to a Unix timestamp.- Parameters:
args-- Returns:
-
expiretime
Returns the expiration time of a key as a Unix timestamp.- Parameters:
arg0-- Returns:
-
rxExpiretime
Returns the expiration time of a key as a Unix timestamp.- Parameters:
arg0-- Returns:
-
failover
Starts a coordinated failover from a server to one of its replicas.- Parameters:
args-- Returns:
-
rxFailover
Starts a coordinated failover from a server to one of its replicas.- Parameters:
args-- Returns:
-
fcall
Invokes a function.- Parameters:
args-- Returns:
-
rxFcall
Invokes a function.- Parameters:
args-- Returns:
-
fcallRo
Invokes a read-only function.- Parameters:
args-- Returns:
-
rxFcallRo
Invokes a read-only function.- Parameters:
args-- Returns:
-
flushall
Removes all keys from all databases.- Parameters:
args-- Returns:
-
rxFlushall
Removes all keys from all databases.- Parameters:
args-- Returns:
-
flushdb
Remove all keys from the current database.- Parameters:
args-- Returns:
-
rxFlushdb
Remove all keys from the current database.- Parameters:
args-- Returns:
-
function
A container for function commands.- Parameters:
args-- Returns:
-
rxFunction
A container for function commands.- Parameters:
args-- Returns:
-
geoadd
Adds one or more members to a geospatial index. The key is created if it doesn't exist.- Parameters:
args-- Returns:
-
rxGeoadd
Adds one or more members to a geospatial index. The key is created if it doesn't exist.- Parameters:
args-- Returns:
-
geodist
Returns the distance between two members of a geospatial index.- Parameters:
args-- Returns:
-
rxGeodist
Returns the distance between two members of a geospatial index.- Parameters:
args-- Returns:
-
geohash
Returns members from a geospatial index as geohash strings.- Parameters:
args-- Returns:
-
rxGeohash
Returns members from a geospatial index as geohash strings.- Parameters:
args-- Returns:
-
geopos
Returns the longitude and latitude of members from a geospatial index.- Parameters:
args-- Returns:
-
rxGeopos
Returns the longitude and latitude of members from a geospatial index.- Parameters:
args-- Returns:
-
georadius
Queries a geospatial index for members within a distance from a coordinate, optionally stores the result.- Parameters:
args-- Returns:
-
rxGeoradius
Queries a geospatial index for members within a distance from a coordinate, optionally stores the result.- Parameters:
args-- Returns:
-
georadiusRo
Returns members from a geospatial index that are within a distance from a coordinate.- Parameters:
args-- Returns:
-
rxGeoradiusRo
Returns members from a geospatial index that are within a distance from a coordinate.- Parameters:
args-- Returns:
-
georadiusbymember
Queries a geospatial index for members within a distance from a member, optionally stores the result.- Parameters:
args-- Returns:
-
rxGeoradiusbymember
Queries a geospatial index for members within a distance from a member, optionally stores the result.- Parameters:
args-- Returns:
-
georadiusbymemberRo
Returns members from a geospatial index that are within a distance from a member.- Parameters:
args-- Returns:
-
rxGeoradiusbymemberRo
Returns members from a geospatial index that are within a distance from a member.- Parameters:
args-- Returns:
-
geosearch
Queries a geospatial index for members inside an area of a box, circle, or a polygon.- Parameters:
args-- Returns:
-
rxGeosearch
Queries a geospatial index for members inside an area of a box, circle, or a polygon.- Parameters:
args-- Returns:
-
geosearchstore
Queries a geospatial index for members inside an area of a box, a circle, or a polygon, optionally stores the result.- Parameters:
args-- Returns:
-
rxGeosearchstore
Queries a geospatial index for members inside an area of a box, a circle, or a polygon, optionally stores the result.- Parameters:
args-- Returns:
-
get
Returns the string value of a key.- Parameters:
arg0-- Returns:
-
rxGet
Returns the string value of a key.- Parameters:
arg0-- Returns:
-
getbit
Returns a bit value by offset.- Parameters:
arg0-arg1-- Returns:
-
rxGetbit
Returns a bit value by offset.- Parameters:
arg0-arg1-- Returns:
-
getdel
Returns the string value of a key after deleting the key.- Parameters:
arg0-- Returns:
-
rxGetdel
Returns the string value of a key after deleting the key.- Parameters:
arg0-- Returns:
-
getex
Returns the string value of a key after setting its expiration time.- Parameters:
args-- Returns:
-
rxGetex
Returns the string value of a key after setting its expiration time.- Parameters:
args-- Returns:
-
getrange
Returns a substring of the string stored at a key.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxGetrange
Returns a substring of the string stored at a key.- Parameters:
arg0-arg1-arg2-- Returns:
-
getset
Returns the previous string value of a key after setting it to a new value.- Parameters:
arg0-arg1-- Returns:
-
rxGetset
Returns the previous string value of a key after setting it to a new value.- Parameters:
arg0-arg1-- Returns:
-
hdel
Deletes one or more fields and their values from a hash. Deletes the hash if no fields remain.- Parameters:
args-- Returns:
-
rxHdel
Deletes one or more fields and their values from a hash. Deletes the hash if no fields remain.- Parameters:
args-- Returns:
-
hello
Handshakes with the server.- Parameters:
args-- Returns:
-
rxHello
Handshakes with the server.- Parameters:
args-- Returns:
-
hexists
Determines whether a field exists in a hash.- Parameters:
arg0-arg1-- Returns:
-
rxHexists
Determines whether a field exists in a hash.- Parameters:
arg0-arg1-- Returns:
-
hexpire
Set expiry time on hash fields.- Parameters:
args-- Returns:
-
rxHexpire
Set expiry time on hash fields.- Parameters:
args-- Returns:
-
hexpireat
Set expiry time on hash fields.- Parameters:
args-- Returns:
-
rxHexpireat
Set expiry time on hash fields.- Parameters:
args-- Returns:
-
hexpiretime
Returns Unix timestamps in seconds since the epoch at which the given key's field(s) will expire.- Parameters:
args-- Returns:
-
rxHexpiretime
Returns Unix timestamps in seconds since the epoch at which the given key's field(s) will expire.- Parameters:
args-- Returns:
-
hget
Returns the value of a field in a hash.- Parameters:
arg0-arg1-- Returns:
-
rxHget
Returns the value of a field in a hash.- Parameters:
arg0-arg1-- Returns:
-
hgetall
Returns all fields and values in a hash.- Parameters:
arg0-- Returns:
-
rxHgetall
Returns all fields and values in a hash.- Parameters:
arg0-- Returns:
-
hgetex
Get the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).- Parameters:
args-- Returns:
-
rxHgetex
Get the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).- Parameters:
args-- Returns:
-
hincrby
Increments the integer value of a field in a hash by a number. Uses 0 as initial value if the field doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxHincrby
Increments the integer value of a field in a hash by a number. Uses 0 as initial value if the field doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
hincrbyfloat
public io.reactivex.rxjava3.core.Maybe<Response> hincrbyfloat(String arg0, String arg1, String arg2) Increments the floating point value of a field by a number. Uses 0 as initial value if the field doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxHincrbyfloat
public io.reactivex.rxjava3.core.Maybe<Response> rxHincrbyfloat(String arg0, String arg1, String arg2) Increments the floating point value of a field by a number. Uses 0 as initial value if the field doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
hkeys
Returns all fields in a hash.- Parameters:
arg0-- Returns:
-
rxHkeys
Returns all fields in a hash.- Parameters:
arg0-- Returns:
-
hlen
Returns the number of fields in a hash.- Parameters:
arg0-- Returns:
-
rxHlen
Returns the number of fields in a hash.- Parameters:
arg0-- Returns:
-
hmget
Returns the values of all fields in a hash.- Parameters:
args-- Returns:
-
rxHmget
Returns the values of all fields in a hash.- Parameters:
args-- Returns:
-
hmset
Sets the values of multiple fields.- Parameters:
args-- Returns:
-
rxHmset
Sets the values of multiple fields.- Parameters:
args-- Returns:
-
hpersist
Remove the existing expiration on a hash key's field(s).- Parameters:
args-- Returns:
-
rxHpersist
Remove the existing expiration on a hash key's field(s).- Parameters:
args-- Returns:
-
hpexpire
Set expiry time on hash object.- Parameters:
args-- Returns:
-
rxHpexpire
Set expiry time on hash object.- Parameters:
args-- Returns:
-
hpexpireat
Set expiration time on hash field.- Parameters:
args-- Returns:
-
rxHpexpireat
Set expiration time on hash field.- Parameters:
args-- Returns:
-
hpexpiretime
Returns the Unix timestamp in milliseconds since Unix epoch at which the given key's field(s) will expire.- Parameters:
args-- Returns:
-
rxHpexpiretime
Returns the Unix timestamp in milliseconds since Unix epoch at which the given key's field(s) will expire.- Parameters:
args-- Returns:
-
hpttl
Returns the remaining time to live in milliseconds of a hash key's field(s) that have an associated expiration.- Parameters:
args-- Returns:
-
rxHpttl
Returns the remaining time to live in milliseconds of a hash key's field(s) that have an associated expiration.- Parameters:
args-- Returns:
-
hrandfield
Returns one or more random fields from a hash.- Parameters:
args-- Returns:
-
rxHrandfield
Returns one or more random fields from a hash.- Parameters:
args-- Returns:
-
hscan
Iterates over fields and values of a hash.- Parameters:
args-- Returns:
-
rxHscan
Iterates over fields and values of a hash.- Parameters:
args-- Returns:
-
hset
Creates or modifies the value of a field in a hash.- Parameters:
args-- Returns:
-
rxHset
Creates or modifies the value of a field in a hash.- Parameters:
args-- Returns:
-
hsetex
Set the value of one or more fields of a given hash key, and optionally set their expiration time.- Parameters:
args-- Returns:
-
rxHsetex
Set the value of one or more fields of a given hash key, and optionally set their expiration time.- Parameters:
args-- Returns:
-
hsetnx
Sets the value of a field in a hash only when the field doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxHsetnx
Sets the value of a field in a hash only when the field doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
hstrlen
Returns the length of the value of a field.- Parameters:
arg0-arg1-- Returns:
-
rxHstrlen
Returns the length of the value of a field.- Parameters:
arg0-arg1-- Returns:
-
httl
Returns the remaining time to live (in seconds) of a hash key's field(s) that have an associated expiration.- Parameters:
args-- Returns:
-
rxHttl
Returns the remaining time to live (in seconds) of a hash key's field(s) that have an associated expiration.- Parameters:
args-- Returns:
-
hvals
Returns all values in a hash.- Parameters:
arg0-- Returns:
-
rxHvals
Returns all values in a hash.- Parameters:
arg0-- Returns:
-
incr
Increments the integer value of a key by one. Uses 0 as initial value if the key doesn't exist.- Parameters:
arg0-- Returns:
-
rxIncr
Increments the integer value of a key by one. Uses 0 as initial value if the key doesn't exist.- Parameters:
arg0-- Returns:
-
incrby
Increments the integer value of a key by a number. Uses 0 as initial value if the key doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
rxIncrby
Increments the integer value of a key by a number. Uses 0 as initial value if the key doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
incrbyfloat
Increment the floating point value of a key by a number. Uses 0 as initial value if the key doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
rxIncrbyfloat
Increment the floating point value of a key by a number. Uses 0 as initial value if the key doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
info
Returns information and statistics about the server.- Parameters:
args-- Returns:
-
rxInfo
Returns information and statistics about the server.- Parameters:
args-- Returns:
-
keys
Returns all key names that match a pattern.- Parameters:
arg0-- Returns:
-
rxKeys
Returns all key names that match a pattern.- Parameters:
arg0-- Returns:
-
lastsave
Returns the Unix timestamp of the last successful save to disk.- Returns:
-
rxLastsave
Returns the Unix timestamp of the last successful save to disk.- Returns:
-
latency
A container for latency diagnostics commands.- Parameters:
args-- Returns:
-
rxLatency
A container for latency diagnostics commands.- Parameters:
args-- Returns:
-
lcs
Finds the longest common substring.- Parameters:
args-- Returns:
-
rxLcs
Finds the longest common substring.- Parameters:
args-- Returns:
-
lindex
Returns an element from a list by its index.- Parameters:
arg0-arg1-- Returns:
-
rxLindex
Returns an element from a list by its index.- Parameters:
arg0-arg1-- Returns:
-
linsert
public io.reactivex.rxjava3.core.Maybe<Response> linsert(String arg0, String arg1, String arg2, String arg3) Inserts an element before or after another element in a list.- Parameters:
arg0-arg1-arg2-arg3-- Returns:
-
rxLinsert
public io.reactivex.rxjava3.core.Maybe<Response> rxLinsert(String arg0, String arg1, String arg2, String arg3) Inserts an element before or after another element in a list.- Parameters:
arg0-arg1-arg2-arg3-- Returns:
-
llen
Returns the length of a list.- Parameters:
arg0-- Returns:
-
rxLlen
Returns the length of a list.- Parameters:
arg0-- Returns:
-
lmove
public io.reactivex.rxjava3.core.Maybe<Response> lmove(String arg0, String arg1, String arg2, String arg3) Returns an element after popping it from one list and pushing it to another. Deletes the list if the last element was moved.- Parameters:
arg0-arg1-arg2-arg3-- Returns:
-
rxLmove
public io.reactivex.rxjava3.core.Maybe<Response> rxLmove(String arg0, String arg1, String arg2, String arg3) Returns an element after popping it from one list and pushing it to another. Deletes the list if the last element was moved.- Parameters:
arg0-arg1-arg2-arg3-- Returns:
-
lmpop
Returns multiple elements from a list after removing them. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
rxLmpop
Returns multiple elements from a list after removing them. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
lolwut
Displays computer art and the server version.- Parameters:
args-- Returns:
-
rxLolwut
Displays computer art and the server version.- Parameters:
args-- Returns:
-
lpop
Returns and removes one or more elements from the beginning of a list. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
rxLpop
Returns and removes one or more elements from the beginning of a list. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
lpos
Returns the index of matching elements in a list.- Parameters:
args-- Returns:
-
rxLpos
Returns the index of matching elements in a list.- Parameters:
args-- Returns:
-
lpush
Prepends one or more elements to a list. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
rxLpush
Prepends one or more elements to a list. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
lpushx
Prepends one or more elements to a list only when the list exists.- Parameters:
args-- Returns:
-
rxLpushx
Prepends one or more elements to a list only when the list exists.- Parameters:
args-- Returns:
-
lrange
Returns a range of elements from a list.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxLrange
Returns a range of elements from a list.- Parameters:
arg0-arg1-arg2-- Returns:
-
lrem
Removes elements from a list. Deletes the list if the last element was removed.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxLrem
Removes elements from a list. Deletes the list if the last element was removed.- Parameters:
arg0-arg1-arg2-- Returns:
-
lset
Sets the value of an element in a list by its index.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxLset
Sets the value of an element in a list by its index.- Parameters:
arg0-arg1-arg2-- Returns:
-
ltrim
Removes elements from both ends a list. Deletes the list if all elements were trimmed.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxLtrim
Removes elements from both ends a list. Deletes the list if all elements were trimmed.- Parameters:
arg0-arg1-arg2-- Returns:
-
memory
A container for memory diagnostics commands.- Parameters:
args-- Returns:
-
rxMemory
A container for memory diagnostics commands.- Parameters:
args-- Returns:
-
mget
Atomically returns the string values of one or more keys.- Parameters:
args-- Returns:
-
rxMget
Atomically returns the string values of one or more keys.- Parameters:
args-- Returns:
-
migrate
Atomically transfers a key from one instance to another.- Parameters:
args-- Returns:
-
rxMigrate
Atomically transfers a key from one instance to another.- Parameters:
args-- Returns:
-
module
A container for module commands.- Parameters:
args-- Returns:
-
rxModule
A container for module commands.- Parameters:
args-- Returns:
-
monitor
Listens for all requests received by the server in real-time.- Returns:
-
rxMonitor
Listens for all requests received by the server in real-time.- Returns:
-
move
Moves a key to another database.- Parameters:
arg0-arg1-- Returns:
-
rxMove
Moves a key to another database.- Parameters:
arg0-arg1-- Returns:
-
mset
Atomically creates or modifies the string values of one or more keys.- Parameters:
args-- Returns:
-
rxMset
Atomically creates or modifies the string values of one or more keys.- Parameters:
args-- Returns:
-
msetnx
Atomically modifies the string values of one or more keys only when all keys don't exist.- Parameters:
args-- Returns:
-
rxMsetnx
Atomically modifies the string values of one or more keys only when all keys don't exist.- Parameters:
args-- Returns:
-
multi
Starts a transaction.- Returns:
-
rxMulti
Starts a transaction.- Returns:
-
object
A container for object introspection commands.- Parameters:
args-- Returns:
-
rxObject
A container for object introspection commands.- Parameters:
args-- Returns:
-
persist
Removes the expiration time of a key.- Parameters:
arg0-- Returns:
-
rxPersist
Removes the expiration time of a key.- Parameters:
arg0-- Returns:
-
pexpire
Sets the expiration time of a key in milliseconds.- Parameters:
args-- Returns:
-
rxPexpire
Sets the expiration time of a key in milliseconds.- Parameters:
args-- Returns:
-
pexpireat
Sets the expiration time of a key to a Unix milliseconds timestamp.- Parameters:
args-- Returns:
-
rxPexpireat
Sets the expiration time of a key to a Unix milliseconds timestamp.- Parameters:
args-- Returns:
-
pexpiretime
Returns the expiration time of a key as a Unix milliseconds timestamp.- Parameters:
arg0-- Returns:
-
rxPexpiretime
Returns the expiration time of a key as a Unix milliseconds timestamp.- Parameters:
arg0-- Returns:
-
pfadd
Adds elements to a HyperLogLog key. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
rxPfadd
Adds elements to a HyperLogLog key. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
pfcount
Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).- Parameters:
args-- Returns:
-
rxPfcount
Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).- Parameters:
args-- Returns:
-
pfdebug
Internal commands for debugging HyperLogLog values.- Parameters:
arg0-arg1-- Returns:
-
rxPfdebug
Internal commands for debugging HyperLogLog values.- Parameters:
arg0-arg1-- Returns:
-
pfmerge
Merges one or more HyperLogLog values into a single key.- Parameters:
args-- Returns:
-
rxPfmerge
Merges one or more HyperLogLog values into a single key.- Parameters:
args-- Returns:
-
pfselftest
An internal command for testing HyperLogLog values.- Returns:
-
rxPfselftest
An internal command for testing HyperLogLog values.- Returns:
-
ping
Returns the server's liveliness response.- Parameters:
args-- Returns:
-
rxPing
Returns the server's liveliness response.- Parameters:
args-- Returns:
-
psetex
Sets both string value and expiration time in milliseconds of a key. The key is created if it doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxPsetex
Sets both string value and expiration time in milliseconds of a key. The key is created if it doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
psubscribe
Listens for messages published to channels that match one or more patterns.- Parameters:
args-- Returns:
-
rxPsubscribe
Listens for messages published to channels that match one or more patterns.- Parameters:
args-- Returns:
-
psync
An internal command used in replication.- Parameters:
args-- Returns:
-
rxPsync
An internal command used in replication.- Parameters:
args-- Returns:
-
pttl
Returns the expiration time in milliseconds of a key.- Parameters:
arg0-- Returns:
-
rxPttl
Returns the expiration time in milliseconds of a key.- Parameters:
arg0-- Returns:
-
publish
Posts a message to a channel.- Parameters:
arg0-arg1-- Returns:
-
rxPublish
Posts a message to a channel.- Parameters:
arg0-arg1-- Returns:
-
pubsub
A container for Pub/Sub commands.- Parameters:
args-- Returns:
-
rxPubsub
A container for Pub/Sub commands.- Parameters:
args-- Returns:
-
punsubscribe
Stops listening to messages published to channels that match one or more patterns.- Parameters:
args-- Returns:
-
rxPunsubscribe
Stops listening to messages published to channels that match one or more patterns.- Parameters:
args-- Returns:
-
quit
Closes the connection.- Parameters:
args-- Returns:
-
rxQuit
Closes the connection.- Parameters:
args-- Returns:
-
randomkey
Returns a random key name from the database.- Returns:
-
rxRandomkey
Returns a random key name from the database.- Returns:
-
readonly
Enables read-only queries for a connection to a Valkey replica node.- Returns:
-
rxReadonly
Enables read-only queries for a connection to a Valkey replica node.- Returns:
-
readwrite
Enables read-write queries for a connection to a Valkey replica node.- Returns:
-
rxReadwrite
Enables read-write queries for a connection to a Valkey replica node.- Returns:
-
rename
Renames a key and overwrites the destination.- Parameters:
arg0-arg1-- Returns:
-
rxRename
Renames a key and overwrites the destination.- Parameters:
arg0-arg1-- Returns:
-
renamenx
Renames a key only when the target key name doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
rxRenamenx
Renames a key only when the target key name doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
replconf
An internal command for configuring the replication stream.- Parameters:
args-- Returns:
-
rxReplconf
An internal command for configuring the replication stream.- Parameters:
args-- Returns:
-
replicaof
Configures a server as replica of another, or promotes it to a primary.- Parameters:
arg0-arg1-- Returns:
-
rxReplicaof
Configures a server as replica of another, or promotes it to a primary.- Parameters:
arg0-arg1-- Returns:
-
reset
Resets the connection.- Returns:
-
rxReset
Resets the connection.- Returns:
-
restore
Creates a key from the serialized representation of a value.- Parameters:
args-- Returns:
-
rxRestore
Creates a key from the serialized representation of a value.- Parameters:
args-- Returns:
-
restoreAsking
An internal command for migrating keys in a cluster.- Parameters:
args-- Returns:
-
rxRestoreAsking
An internal command for migrating keys in a cluster.- Parameters:
args-- Returns:
-
role
Returns the replication role.- Returns:
-
rxRole
Returns the replication role.- Returns:
-
rpop
Returns and removes one or more elements from the end of a list. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
rxRpop
Returns and removes one or more elements from the end of a list. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
rpoplpush
Returns the last element of a list after removing and pushing it to another list. Deletes the list if the last element was popped.- Parameters:
arg0-arg1-- Returns:
-
rxRpoplpush
Returns the last element of a list after removing and pushing it to another list. Deletes the list if the last element was popped.- Parameters:
arg0-arg1-- Returns:
-
rpush
Appends one or more elements to a list. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
rxRpush
Appends one or more elements to a list. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
rpushx
Appends one or more elements to a list only when the list exists.- Parameters:
args-- Returns:
-
rxRpushx
Appends one or more elements to a list only when the list exists.- Parameters:
args-- Returns:
-
sadd
Adds one or more members to a set. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
rxSadd
Adds one or more members to a set. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
save
Synchronously saves the database(s) to disk.- Returns:
-
rxSave
Synchronously saves the database(s) to disk.- Returns:
-
scan
Iterates over the key names in the database.- Parameters:
args-- Returns:
-
rxScan
Iterates over the key names in the database.- Parameters:
args-- Returns:
-
scard
Returns the number of members in a set.- Parameters:
arg0-- Returns:
-
rxScard
Returns the number of members in a set.- Parameters:
arg0-- Returns:
-
script
A container for Lua scripts management commands.- Parameters:
args-- Returns:
-
rxScript
A container for Lua scripts management commands.- Parameters:
args-- Returns:
-
sdiff
Returns the difference of multiple sets.- Parameters:
args-- Returns:
-
rxSdiff
Returns the difference of multiple sets.- Parameters:
args-- Returns:
-
sdiffstore
Stores the difference of multiple sets in a key.- Parameters:
args-- Returns:
-
rxSdiffstore
Stores the difference of multiple sets in a key.- Parameters:
args-- Returns:
-
select
Changes the selected database.- Parameters:
arg0-- Returns:
-
rxSelect
Changes the selected database.- Parameters:
arg0-- Returns:
-
set
Sets the string value of a key, ignoring its type. The key is created if it doesn't exist.- Parameters:
args-- Returns:
-
rxSet
Sets the string value of a key, ignoring its type. The key is created if it doesn't exist.- Parameters:
args-- Returns:
-
setbit
Sets or clears the bit at offset of the string value. Creates the key if it doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxSetbit
Sets or clears the bit at offset of the string value. Creates the key if it doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
setex
Sets the string value and expiration time of a key. Creates the key if it doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxSetex
Sets the string value and expiration time of a key. Creates the key if it doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
setnx
Set the string value of a key only when the key doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
rxSetnx
Set the string value of a key only when the key doesn't exist.- Parameters:
arg0-arg1-- Returns:
-
setrange
Overwrites a part of a string value with another by an offset. Creates the key if it doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxSetrange
Overwrites a part of a string value with another by an offset. Creates the key if it doesn't exist.- Parameters:
arg0-arg1-arg2-- Returns:
-
shutdown
Synchronously saves the database(s) to disk and shuts down the server.- Parameters:
args-- Returns:
-
rxShutdown
Synchronously saves the database(s) to disk and shuts down the server.- Parameters:
args-- Returns:
-
sinter
Returns the intersect of multiple sets.- Parameters:
args-- Returns:
-
rxSinter
Returns the intersect of multiple sets.- Parameters:
args-- Returns:
-
sintercard
Returns the number of members of the intersect of multiple sets.- Parameters:
args-- Returns:
-
rxSintercard
Returns the number of members of the intersect of multiple sets.- Parameters:
args-- Returns:
-
sinterstore
Stores the intersect of multiple sets in a key.- Parameters:
args-- Returns:
-
rxSinterstore
Stores the intersect of multiple sets in a key.- Parameters:
args-- Returns:
-
sismember
Determines whether a member belongs to a set.- Parameters:
arg0-arg1-- Returns:
-
rxSismember
Determines whether a member belongs to a set.- Parameters:
arg0-arg1-- Returns:
-
slaveof
Sets a server as a replica of another, or promotes it to being a primary.- Parameters:
arg0-arg1-- Returns:
-
rxSlaveof
Sets a server as a replica of another, or promotes it to being a primary.- Parameters:
arg0-arg1-- Returns:
-
slowlog
A container for slow log commands.- Parameters:
args-- Returns:
-
rxSlowlog
A container for slow log commands.- Parameters:
args-- Returns:
-
smembers
Returns all members of a set.- Parameters:
arg0-- Returns:
-
rxSmembers
Returns all members of a set.- Parameters:
arg0-- Returns:
-
smismember
Determines whether multiple members belong to a set.- Parameters:
args-- Returns:
-
rxSmismember
Determines whether multiple members belong to a set.- Parameters:
args-- Returns:
-
smove
Moves a member from one set to another.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxSmove
Moves a member from one set to another.- Parameters:
arg0-arg1-arg2-- Returns:
-
sort
Sorts the elements in a list, a set, or a sorted set, optionally storing the result.- Parameters:
args-- Returns:
-
rxSort
Sorts the elements in a list, a set, or a sorted set, optionally storing the result.- Parameters:
args-- Returns:
-
sortRo
Returns the sorted elements of a list, a set, or a sorted set.- Parameters:
args-- Returns:
-
rxSortRo
Returns the sorted elements of a list, a set, or a sorted set.- Parameters:
args-- Returns:
-
spop
Returns one or more random members from a set after removing them. Deletes the set if the last member was popped.- Parameters:
args-- Returns:
-
rxSpop
Returns one or more random members from a set after removing them. Deletes the set if the last member was popped.- Parameters:
args-- Returns:
-
spublish
Post a message to a shard channel.- Parameters:
arg0-arg1-- Returns:
-
rxSpublish
Post a message to a shard channel.- Parameters:
arg0-arg1-- Returns:
-
srandmember
Get one or multiple random members from a set.- Parameters:
args-- Returns:
-
rxSrandmember
Get one or multiple random members from a set.- Parameters:
args-- Returns:
-
srem
Removes one or more members from a set. Deletes the set if the last member was removed.- Parameters:
args-- Returns:
-
rxSrem
Removes one or more members from a set. Deletes the set if the last member was removed.- Parameters:
args-- Returns:
-
sscan
Iterates over members of a set.- Parameters:
args-- Returns:
-
rxSscan
Iterates over members of a set.- Parameters:
args-- Returns:
-
ssubscribe
Listens for messages published to shard channels.- Parameters:
args-- Returns:
-
rxSsubscribe
Listens for messages published to shard channels.- Parameters:
args-- Returns:
-
strlen
Returns the length of a string value.- Parameters:
arg0-- Returns:
-
rxStrlen
Returns the length of a string value.- Parameters:
arg0-- Returns:
-
subscribe
Listens for messages published to channels.- Parameters:
args-- Returns:
-
rxSubscribe
Listens for messages published to channels.- Parameters:
args-- Returns:
-
substr
Returns a substring from a string value.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxSubstr
Returns a substring from a string value.- Parameters:
arg0-arg1-arg2-- Returns:
-
sunion
Returns the union of multiple sets.- Parameters:
args-- Returns:
-
rxSunion
Returns the union of multiple sets.- Parameters:
args-- Returns:
-
sunionstore
Stores the union of multiple sets in a key.- Parameters:
args-- Returns:
-
rxSunionstore
Stores the union of multiple sets in a key.- Parameters:
args-- Returns:
-
sunsubscribe
Stops listening to messages posted to shard channels.- Parameters:
args-- Returns:
-
rxSunsubscribe
Stops listening to messages posted to shard channels.- Parameters:
args-- Returns:
-
swapdb
Swaps two databases.- Parameters:
arg0-arg1-- Returns:
-
rxSwapdb
Swaps two databases.- Parameters:
arg0-arg1-- Returns:
-
sync
An internal command used in replication.- Returns:
-
rxSync
An internal command used in replication.- Returns:
-
time
Returns the server time.- Returns:
-
rxTime
Returns the server time.- Returns:
-
touch
Returns the number of existing keys out of those specified after updating the time they were last accessed.- Parameters:
args-- Returns:
-
rxTouch
Returns the number of existing keys out of those specified after updating the time they were last accessed.- Parameters:
args-- Returns:
-
ttl
Returns the expiration time in seconds of a key.- Parameters:
arg0-- Returns:
-
rxTtl
Returns the expiration time in seconds of a key.- Parameters:
arg0-- Returns:
-
type
Determines the type of value stored at a key.- Parameters:
arg0-- Returns:
-
rxType
Determines the type of value stored at a key.- Parameters:
arg0-- Returns:
-
unlink
Asynchronously deletes one or more keys.- Parameters:
args-- Returns:
-
rxUnlink
Asynchronously deletes one or more keys.- Parameters:
args-- Returns:
-
unsubscribe
Stops listening to messages posted to channels.- Parameters:
args-- Returns:
-
rxUnsubscribe
Stops listening to messages posted to channels.- Parameters:
args-- Returns:
-
unwatch
Forgets about watched keys of a transaction.- Returns:
-
rxUnwatch
Forgets about watched keys of a transaction.- Returns:
-
wait
Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.- Parameters:
arg0-arg1-- Returns:
-
rxWait
Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.- Parameters:
arg0-arg1-- Returns:
-
waitaof
Blocks until all of the preceding write commands sent by the connection are written to the append-only file of the primary and/or replicas.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxWaitaof
Blocks until all of the preceding write commands sent by the connection are written to the append-only file of the primary and/or replicas.- Parameters:
arg0-arg1-arg2-- Returns:
-
watch
Monitors changes to keys to determine the execution of a transaction.- Parameters:
args-- Returns:
-
rxWatch
Monitors changes to keys to determine the execution of a transaction.- Parameters:
args-- Returns:
-
xack
Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.- Parameters:
args-- Returns:
-
rxXack
Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.- Parameters:
args-- Returns:
-
xadd
Appends a new message to a stream. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
rxXadd
Appends a new message to a stream. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
xautoclaim
Changes, or acquires, ownership of messages in a consumer group, as if the messages were delivered to as consumer group member.- Parameters:
args-- Returns:
-
rxXautoclaim
Changes, or acquires, ownership of messages in a consumer group, as if the messages were delivered to as consumer group member.- Parameters:
args-- Returns:
-
xclaim
Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.- Parameters:
args-- Returns:
-
rxXclaim
Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.- Parameters:
args-- Returns:
-
xdel
Returns the number of messages after removing them from a stream.- Parameters:
args-- Returns:
-
rxXdel
Returns the number of messages after removing them from a stream.- Parameters:
args-- Returns:
-
xgroup
A container for consumer groups commands.- Parameters:
args-- Returns:
-
rxXgroup
A container for consumer groups commands.- Parameters:
args-- Returns:
-
xinfo
A container for stream introspection commands.- Parameters:
args-- Returns:
-
rxXinfo
A container for stream introspection commands.- Parameters:
args-- Returns:
-
xlen
Return the number of messages in a stream.- Parameters:
arg0-- Returns:
-
rxXlen
Return the number of messages in a stream.- Parameters:
arg0-- Returns:
-
xpending
Returns the information and entries from a stream consumer group's pending entries list.- Parameters:
args-- Returns:
-
rxXpending
Returns the information and entries from a stream consumer group's pending entries list.- Parameters:
args-- Returns:
-
xrange
Returns the messages from a stream within a range of IDs.- Parameters:
args-- Returns:
-
rxXrange
Returns the messages from a stream within a range of IDs.- Parameters:
args-- Returns:
-
xread
Returns messages from multiple streams with IDs greater than the ones requested. Blocks until a message is available otherwise.- Parameters:
args-- Returns:
-
rxXread
Returns messages from multiple streams with IDs greater than the ones requested. Blocks until a message is available otherwise.- Parameters:
args-- Returns:
-
xreadgroup
Returns new or historical messages from a stream for a consumer in a group. Blocks until a message is available otherwise.- Parameters:
args-- Returns:
-
rxXreadgroup
Returns new or historical messages from a stream for a consumer in a group. Blocks until a message is available otherwise.- Parameters:
args-- Returns:
-
xrevrange
Returns the messages from a stream within a range of IDs in reverse order.- Parameters:
args-- Returns:
-
rxXrevrange
Returns the messages from a stream within a range of IDs in reverse order.- Parameters:
args-- Returns:
-
xsetid
An internal command for replicating stream values.- Parameters:
args-- Returns:
-
rxXsetid
An internal command for replicating stream values.- Parameters:
args-- Returns:
-
xtrim
Deletes messages from the beginning of a stream.- Parameters:
args-- Returns:
-
rxXtrim
Deletes messages from the beginning of a stream.- Parameters:
args-- Returns:
-
zadd
Adds one or more members to a sorted set, or updates their scores. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
rxZadd
Adds one or more members to a sorted set, or updates their scores. Creates the key if it doesn't exist.- Parameters:
args-- Returns:
-
zcard
Returns the number of members in a sorted set.- Parameters:
arg0-- Returns:
-
rxZcard
Returns the number of members in a sorted set.- Parameters:
arg0-- Returns:
-
zcount
Returns the count of members in a sorted set that have scores within a range.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxZcount
Returns the count of members in a sorted set that have scores within a range.- Parameters:
arg0-arg1-arg2-- Returns:
-
zdiff
Returns the difference between multiple sorted sets.- Parameters:
args-- Returns:
-
rxZdiff
Returns the difference between multiple sorted sets.- Parameters:
args-- Returns:
-
zdiffstore
Stores the difference of multiple sorted sets in a key.- Parameters:
args-- Returns:
-
rxZdiffstore
Stores the difference of multiple sorted sets in a key.- Parameters:
args-- Returns:
-
zincrby
Increments the score of a member in a sorted set.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxZincrby
Increments the score of a member in a sorted set.- Parameters:
arg0-arg1-arg2-- Returns:
-
zinter
Returns the intersect of multiple sorted sets.- Parameters:
args-- Returns:
-
rxZinter
Returns the intersect of multiple sorted sets.- Parameters:
args-- Returns:
-
zintercard
Returns the number of members of the intersect of multiple sorted sets.- Parameters:
args-- Returns:
-
rxZintercard
Returns the number of members of the intersect of multiple sorted sets.- Parameters:
args-- Returns:
-
zinterstore
Stores the intersect of multiple sorted sets in a key.- Parameters:
args-- Returns:
-
rxZinterstore
Stores the intersect of multiple sorted sets in a key.- Parameters:
args-- Returns:
-
zlexcount
Returns the number of members in a sorted set within a lexicographical range.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxZlexcount
Returns the number of members in a sorted set within a lexicographical range.- Parameters:
arg0-arg1-arg2-- Returns:
-
zmpop
Returns the highest- or lowest-scoring members from one or more sorted sets after removing them. Deletes the sorted set if the last member was popped.- Parameters:
args-- Returns:
-
rxZmpop
Returns the highest- or lowest-scoring members from one or more sorted sets after removing them. Deletes the sorted set if the last member was popped.- Parameters:
args-- Returns:
-
zmscore
Returns the score of one or more members in a sorted set.- Parameters:
args-- Returns:
-
rxZmscore
Returns the score of one or more members in a sorted set.- Parameters:
args-- Returns:
-
zpopmax
Returns the highest-scoring members from a sorted set after removing them. Deletes the sorted set if the last member was popped.- Parameters:
args-- Returns:
-
rxZpopmax
Returns the highest-scoring members from a sorted set after removing them. Deletes the sorted set if the last member was popped.- Parameters:
args-- Returns:
-
zpopmin
Returns the lowest-scoring members from a sorted set after removing them. Deletes the sorted set if the last member was popped.- Parameters:
args-- Returns:
-
rxZpopmin
Returns the lowest-scoring members from a sorted set after removing them. Deletes the sorted set if the last member was popped.- Parameters:
args-- Returns:
-
zrandmember
Returns one or more random members from a sorted set.- Parameters:
args-- Returns:
-
rxZrandmember
Returns one or more random members from a sorted set.- Parameters:
args-- Returns:
-
zrange
Returns members in a sorted set within a range of indexes.- Parameters:
args-- Returns:
-
rxZrange
Returns members in a sorted set within a range of indexes.- Parameters:
args-- Returns:
-
zrangebylex
Returns members in a sorted set within a lexicographical range.- Parameters:
args-- Returns:
-
rxZrangebylex
Returns members in a sorted set within a lexicographical range.- Parameters:
args-- Returns:
-
zrangebyscore
Returns members in a sorted set within a range of scores.- Parameters:
args-- Returns:
-
rxZrangebyscore
Returns members in a sorted set within a range of scores.- Parameters:
args-- Returns:
-
zrangestore
Stores a range of members from sorted set in a key.- Parameters:
args-- Returns:
-
rxZrangestore
Stores a range of members from sorted set in a key.- Parameters:
args-- Returns:
-
zrank
Returns the index of a member in a sorted set ordered by ascending scores.- Parameters:
args-- Returns:
-
rxZrank
Returns the index of a member in a sorted set ordered by ascending scores.- Parameters:
args-- Returns:
-
zrem
Removes one or more members from a sorted set. Deletes the sorted set if all members were removed.- Parameters:
args-- Returns:
-
rxZrem
Removes one or more members from a sorted set. Deletes the sorted set if all members were removed.- Parameters:
args-- Returns:
-
zremrangebylex
public io.reactivex.rxjava3.core.Maybe<Response> zremrangebylex(String arg0, String arg1, String arg2) Removes members in a sorted set within a lexicographical range. Deletes the sorted set if all members were removed.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxZremrangebylex
public io.reactivex.rxjava3.core.Maybe<Response> rxZremrangebylex(String arg0, String arg1, String arg2) Removes members in a sorted set within a lexicographical range. Deletes the sorted set if all members were removed.- Parameters:
arg0-arg1-arg2-- Returns:
-
zremrangebyrank
public io.reactivex.rxjava3.core.Maybe<Response> zremrangebyrank(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of indexes. Deletes the sorted set if all members were removed.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxZremrangebyrank
public io.reactivex.rxjava3.core.Maybe<Response> rxZremrangebyrank(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of indexes. Deletes the sorted set if all members were removed.- Parameters:
arg0-arg1-arg2-- Returns:
-
zremrangebyscore
public io.reactivex.rxjava3.core.Maybe<Response> zremrangebyscore(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of scores. Deletes the sorted set if all members were removed.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxZremrangebyscore
public io.reactivex.rxjava3.core.Maybe<Response> rxZremrangebyscore(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of scores. Deletes the sorted set if all members were removed.- Parameters:
arg0-arg1-arg2-- Returns:
-
zrevrange
Returns members in a sorted set within a range of indexes in reverse order.- Parameters:
args-- Returns:
-
rxZrevrange
Returns members in a sorted set within a range of indexes in reverse order.- Parameters:
args-- Returns:
-
zrevrangebylex
Returns members in a sorted set within a lexicographical range in reverse order.- Parameters:
args-- Returns:
-
rxZrevrangebylex
Returns members in a sorted set within a lexicographical range in reverse order.- Parameters:
args-- Returns:
-
zrevrangebyscore
Returns members in a sorted set within a range of scores in reverse order.- Parameters:
args-- Returns:
-
rxZrevrangebyscore
Returns members in a sorted set within a range of scores in reverse order.- Parameters:
args-- Returns:
-
zrevrank
Returns the index of a member in a sorted set ordered by descending scores.- Parameters:
args-- Returns:
-
rxZrevrank
Returns the index of a member in a sorted set ordered by descending scores.- Parameters:
args-- Returns:
-
zscan
Iterates over members and scores of a sorted set.- Parameters:
args-- Returns:
-
rxZscan
Iterates over members and scores of a sorted set.- Parameters:
args-- Returns:
-
zscore
Returns the score of a member in a sorted set.- Parameters:
arg0-arg1-- Returns:
-
rxZscore
Returns the score of a member in a sorted set.- Parameters:
arg0-arg1-- Returns:
-
zunion
Returns the union of multiple sorted sets.- Parameters:
args-- Returns:
-
rxZunion
Returns the union of multiple sorted sets.- Parameters:
args-- Returns:
-
zunionstore
Stores the union of multiple sorted sets in a key.- Parameters:
args-- Returns:
-
rxZunionstore
Stores the union of multiple sorted sets in a key.- Parameters:
args-- Returns:
-
api
-
api
-
newInstance
-