Package io.vertx.rxjava3.redis.client
Class RedisAPI
java.lang.Object
io.vertx.rxjava3.redis.client.RedisAPI
- All Implemented Interfaces:
RxDelegate
Auto generated Redis 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 RedisAPIstatic RedisAPIapi(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>Adds an item to a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>Adds an item to a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>Returns the cardinality of a Bloom filter.io.reactivex.rxjava3.core.Maybe<Response>Returns the cardinality of a Bloom filter.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>Checks whether an item exists in a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>Checks whether an item exists in a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>Adds one or more items to a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>bfLoadchunk(String arg0, String arg1, String arg2) Restores a filter previously saved using SCANDUMP.io.reactivex.rxjava3.core.Maybe<Response>bfLoadchunk(List<String> args) Restores a filter previously saved using SCANDUMP.io.reactivex.rxjava3.core.Maybe<Response>Adds one or more items to a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>Checks whether one or more items exist in a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>Creates a new Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>bfScandump(String arg0, String arg1) Begins an incremental save of the bloom filter.io.reactivex.rxjava3.core.Maybe<Response>bfScandump(List<String> args) Begins an incremental save of the bloom filter.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>Adds an item to a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Adds an item to a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Adds an item to a Cuckoo Filter if the item did not exist previously.io.reactivex.rxjava3.core.Maybe<Response>Adds an item to a Cuckoo Filter if the item did not exist previously.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>Return the number of times an item might be in a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Return the number of times an item might be in a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>Deletes an item from a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Deletes an item from a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Checks whether one or more items exist in a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Checks whether one or more items exist in a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Adds one or more items to a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>cfInsertnx(List<String> args) Adds one or more items to a Cuckoo Filter if the items did not exist previously.io.reactivex.rxjava3.core.Maybe<Response>cfLoadchunk(String arg0, String arg1, String arg2) Restores a filter previously saved using SCANDUMP.io.reactivex.rxjava3.core.Maybe<Response>cfLoadchunk(List<String> args) Restores a filter previously saved using SCANDUMP.io.reactivex.rxjava3.core.Maybe<Response>Checks whether one or more items exist in a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Creates a new Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>cfScandump(String arg0, String arg1) Begins an incremental save of the bloom filter.io.reactivex.rxjava3.core.Maybe<Response>cfScandump(List<String> args) Begins an incremental save of the bloom filter.io.reactivex.rxjava3.core.Maybe<Response>A container for client connection commands.voidclose()io.reactivex.rxjava3.core.Maybe<Response>A container for Redis Cluster commands.io.reactivex.rxjava3.core.Maybe<Response>Increases the count of one or more items by increment.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a sketch.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a sketch.io.reactivex.rxjava3.core.Maybe<Response>cmsInitbydim(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to dimensions specified by user.io.reactivex.rxjava3.core.Maybe<Response>cmsInitbydim(List<String> args) Initializes a Count-Min Sketch to dimensions specified by user.io.reactivex.rxjava3.core.Maybe<Response>cmsInitbyprob(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to accommodate requested tolerances.io.reactivex.rxjava3.core.Maybe<Response>cmsInitbyprob(List<String> args) Initializes a Count-Min Sketch to accommodate requested tolerances.io.reactivex.rxjava3.core.Maybe<Response>Merges several sketches into one sketch.io.reactivex.rxjava3.core.Maybe<Response>Returns the count for one or more items in a sketch.io.reactivex.rxjava3.core.Maybe<Response>Returns detailed information about all 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>Conditionally removes the specified key based on value or digest comparison.io.reactivex.rxjava3.core.Maybe<Response>Returns the XXH3 hash of a string value.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>io.reactivex.rxjava3.core.Maybe<Response>ftAggregate(List<String> args) Run a search query on an index and perform aggregate transformations on the results.io.reactivex.rxjava3.core.Maybe<Response>ftAliasadd(List<String> args) Adds an alias to the index.io.reactivex.rxjava3.core.Maybe<Response>ftAliasaddifnx(List<String> args) Adds an alias to the index.io.reactivex.rxjava3.core.Maybe<Response>ftAliasdel(List<String> args) Deletes an alias from the index.io.reactivex.rxjava3.core.Maybe<Response>ftAliasdelifx(List<String> args) Deletes an alias from the index.io.reactivex.rxjava3.core.Maybe<Response>ftAliasupdate(List<String> args) Adds or updates an alias to the index.io.reactivex.rxjava3.core.Maybe<Response>Adds a new field to the index.io.reactivex.rxjava3.core.Maybe<Response>ftAlterifnx(List<String> args) Adds a new field to the index.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>Creates an index with the given spec.io.reactivex.rxjava3.core.Maybe<Response>ftCreateifnx(List<String> args) Creates an index with the given spec.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>Adds terms to a dictionary.io.reactivex.rxjava3.core.Maybe<Response>Deletes terms from a dictionary.io.reactivex.rxjava3.core.Maybe<Response>ftDictdump(List<String> args) Dumps all terms in the given dictionary.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>ftDropindex(List<String> args) Deletes the index.io.reactivex.rxjava3.core.Maybe<Response>ftDropindexifx(List<String> args) Deletes the index.io.reactivex.rxjava3.core.Maybe<Response>Returns the execution plan for a complex query.io.reactivex.rxjava3.core.Maybe<Response>ftExplaincli(List<String> args) Returns the execution plan for a complex query.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>Performs hybrid search combining text search and vector similarity search.io.reactivex.rxjava3.core.Maybe<Response>Returns information and statistics on the index.io.reactivex.rxjava3.core.Maybe<Response>Returns a list of all existing indexes.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>Performs a `FT.SEARCH` or `FT.AGGREGATE` command and collects performance information.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>Searches the index with a textual query, returning either documents or just ids.io.reactivex.rxjava3.core.Maybe<Response>ftSpellcheck(List<String> args) Performs spelling correction on a query, returning suggestions for misspelled terms.io.reactivex.rxjava3.core.Maybe<Response>Adds a suggestion string to an auto-complete suggestion dictionary.io.reactivex.rxjava3.core.Maybe<Response>Deletes a string from a suggestion index.io.reactivex.rxjava3.core.Maybe<Response>Gets completion suggestions for a prefix.io.reactivex.rxjava3.core.Maybe<Response>Gets the size of an auto-complete suggestion dictionary.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>Dumps the contents of a synonym group.io.reactivex.rxjava3.core.Maybe<Response>ftSynupdate(List<String> args) Creates or updates a synonym group with additional terms.io.reactivex.rxjava3.core.Maybe<Response>Returns the distinct tags indexed in a Tag field.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 or a circle.io.reactivex.rxjava3.core.Maybe<Response>geosearchstore(List<String> args) Queries a geospatial index for members inside an area of a box or a circle, 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.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>graphConfig(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>graphDebug(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>graphDelete(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>graphExplain(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>graphProfile(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>graphQuery(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>graphRoQuery(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>graphSlowlog(List<String> args) 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 Redis server.io.reactivex.rxjava3.core.Maybe<Response>Determines whether a field exists in a hash.io.reactivex.rxjava3.core.Maybe<Response>Set expiry for hash field using relative time to expire (seconds).io.reactivex.rxjava3.core.Maybe<Response>Set expiry for hash field using an absolute Unix timestamp (seconds).io.reactivex.rxjava3.core.Maybe<Response>hexpiretime(List<String> args) Returns the expiration time of a hash field as a Unix timestamp, in seconds.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>Returns the value of a field and deletes it from the 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.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>A container for hotkeys tracking commands.io.reactivex.rxjava3.core.Maybe<Response>Removes the expiration time for each specified field.io.reactivex.rxjava3.core.Maybe<Response>Set expiry for hash field using relative time to expire (milliseconds).io.reactivex.rxjava3.core.Maybe<Response>hpexpireat(List<String> args) Set expiry for hash field using an absolute Unix timestamp (milliseconds).io.reactivex.rxjava3.core.Maybe<Response>hpexpiretime(List<String> args) Returns the expiration time of a hash field as a Unix timestamp, in msec.io.reactivex.rxjava3.core.Maybe<Response>Returns the TTL in milliseconds of a hash field.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.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 TTL in seconds of a hash field.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>jsonArrappend(List<String> args) Append the JSON values into the array at path after the last element in it.io.reactivex.rxjava3.core.Maybe<Response>jsonArrindex(List<String> args) Search for the first occurrence of a JSON value in an array.io.reactivex.rxjava3.core.Maybe<Response>jsonArrinsert(List<String> args) Insert the json values into the array at path before the index (shifts to the right).io.reactivex.rxjava3.core.Maybe<Response>jsonArrlen(List<String> args) Report the length of the JSON array at path in key.io.reactivex.rxjava3.core.Maybe<Response>jsonArrpop(List<String> args) Remove and return the element at the specified index in the array at path.io.reactivex.rxjava3.core.Maybe<Response>jsonArrtrim(String arg0, String arg1, String arg2, String arg3) Trim an array so that it contains only the specified inclusive range of elements.io.reactivex.rxjava3.core.Maybe<Response>jsonArrtrim(List<String> args) Trim an array so that it contains only the specified inclusive range of elements.io.reactivex.rxjava3.core.Maybe<Response>Clear container values (arrays/objects) and set numeric values to 0.io.reactivex.rxjava3.core.Maybe<Response>This is a container command for debugging related tasks.io.reactivex.rxjava3.core.Maybe<Response>Delete a value.io.reactivex.rxjava3.core.Maybe<Response>jsonForget(List<String> args) Delete a value.io.reactivex.rxjava3.core.Maybe<Response>Get JSON value at path.io.reactivex.rxjava3.core.Maybe<Response>Merge a given JSON value into matching paths.io.reactivex.rxjava3.core.Maybe<Response>Return the values at path from multiple key arguments.io.reactivex.rxjava3.core.Maybe<Response>Set or update one or more JSON values according to the specified key-path-value triplets.io.reactivex.rxjava3.core.Maybe<Response>jsonNumincrby(String arg0, String arg1, String arg2) Increment the number value stored at path by number.io.reactivex.rxjava3.core.Maybe<Response>jsonNumincrby(List<String> args) Increment the number value stored at path by number.io.reactivex.rxjava3.core.Maybe<Response>jsonNummultby(String arg0, String arg1, String arg2) Multiply the number value stored at path by number.io.reactivex.rxjava3.core.Maybe<Response>jsonNummultby(List<String> args) Multiply the number value stored at path by number.io.reactivex.rxjava3.core.Maybe<Response>jsonNumpowby(String arg0, String arg1, String arg2) Raise the number value stored at path to the power of number.io.reactivex.rxjava3.core.Maybe<Response>jsonNumpowby(List<String> args) Raise the number value stored at path to the power of number.io.reactivex.rxjava3.core.Maybe<Response>jsonObjkeys(List<String> args) Return the keys in the object that's referenced by path.io.reactivex.rxjava3.core.Maybe<Response>jsonObjlen(List<String> args) Report the number of keys in the JSON object at path in key.io.reactivex.rxjava3.core.Maybe<Response>Return the JSON in key in Redis serialization protocol specification form.io.reactivex.rxjava3.core.Maybe<Response>Set the JSON value at path in key.io.reactivex.rxjava3.core.Maybe<Response>jsonStrappend(List<String> args) Append the json-string values to the string at path.io.reactivex.rxjava3.core.Maybe<Response>jsonStrlen(List<String> args) Report the length of the JSON String at path in key.io.reactivex.rxjava3.core.Maybe<Response>jsonToggle(String arg0, String arg1) Toggle the boolean value stored at path.io.reactivex.rxjava3.core.Maybe<Response>jsonToggle(List<String> args) Toggle the boolean value stored at path.io.reactivex.rxjava3.core.Maybe<Response>Report the type of JSON value at path.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 Redis version.io.reactivex.rxjava3.core.Maybe<Response>Returns the first elements in a list after removing it.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 Redis 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 sets multiple string keys with a shared expiration in a single operation.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 RedisAPInewInstance(RedisAPI 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 Redis Cluster replica node.io.reactivex.rxjava3.core.Maybe<Response>Enables read-write queries for a connection to a Reids Cluster 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 master.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 the last elements 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 an element 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>Adds an item to a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>Adds an item to a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>Returns the cardinality of a Bloom filter.io.reactivex.rxjava3.core.Maybe<Response>Returns the cardinality of a Bloom filter.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>rxBfExists(String arg0, String arg1) Checks whether an item exists in a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>rxBfExists(List<String> args) Checks whether an item exists in a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>rxBfInsert(List<String> args) Adds one or more items to a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>rxBfLoadchunk(String arg0, String arg1, String arg2) Restores a filter previously saved using SCANDUMP.io.reactivex.rxjava3.core.Maybe<Response>rxBfLoadchunk(List<String> args) Restores a filter previously saved using SCANDUMP.io.reactivex.rxjava3.core.Maybe<Response>Adds one or more items to a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>rxBfMexists(List<String> args) Checks whether one or more items exist in a Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>rxBfReserve(List<String> args) Creates a new Bloom Filter.io.reactivex.rxjava3.core.Maybe<Response>rxBfScandump(String arg0, String arg1) Begins an incremental save of the bloom filter.io.reactivex.rxjava3.core.Maybe<Response>rxBfScandump(List<String> args) Begins an incremental save of the bloom filter.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>Adds an item to a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Adds an item to a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Adds an item to a Cuckoo Filter if the item did not exist previously.io.reactivex.rxjava3.core.Maybe<Response>Adds an item to a Cuckoo Filter if the item did not exist previously.io.reactivex.rxjava3.core.Maybe<Response>rxCfCompact(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>Return the number of times an item might be in a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Return the number of times an item might be in a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>Deletes an item from a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Deletes an item from a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>rxCfExists(String arg0, String arg1) Checks whether one or more items exist in a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>rxCfExists(List<String> args) Checks whether one or more items exist in a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>rxCfInsert(List<String> args) Adds one or more items to a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>rxCfInsertnx(List<String> args) Adds one or more items to a Cuckoo Filter if the items did not exist previously.io.reactivex.rxjava3.core.Maybe<Response>rxCfLoadchunk(String arg0, String arg1, String arg2) Restores a filter previously saved using SCANDUMP.io.reactivex.rxjava3.core.Maybe<Response>rxCfLoadchunk(List<String> args) Restores a filter previously saved using SCANDUMP.io.reactivex.rxjava3.core.Maybe<Response>rxCfMexists(List<String> args) Checks whether one or more items exist in a Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>rxCfReserve(List<String> args) Creates a new Cuckoo Filter.io.reactivex.rxjava3.core.Maybe<Response>rxCfScandump(String arg0, String arg1) Begins an incremental save of the bloom filter.io.reactivex.rxjava3.core.Maybe<Response>rxCfScandump(List<String> args) Begins an incremental save of the bloom filter.io.reactivex.rxjava3.core.Maybe<Response>A container for client connection commands.io.reactivex.rxjava3.core.Maybe<Response>A container for Redis Cluster commands.io.reactivex.rxjava3.core.Maybe<Response>rxCmsIncrby(List<String> args) Increases the count of one or more items by increment.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a sketch.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a sketch.io.reactivex.rxjava3.core.Maybe<Response>rxCmsInitbydim(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to dimensions specified by user.io.reactivex.rxjava3.core.Maybe<Response>rxCmsInitbydim(List<String> args) Initializes a Count-Min Sketch to dimensions specified by user.io.reactivex.rxjava3.core.Maybe<Response>rxCmsInitbyprob(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to accommodate requested tolerances.io.reactivex.rxjava3.core.Maybe<Response>rxCmsInitbyprob(List<String> args) Initializes a Count-Min Sketch to accommodate requested tolerances.io.reactivex.rxjava3.core.Maybe<Response>rxCmsMerge(List<String> args) Merges several sketches into one sketch.io.reactivex.rxjava3.core.Maybe<Response>rxCmsQuery(List<String> args) Returns the count for one or more items in a sketch.io.reactivex.rxjava3.core.Maybe<Response>Returns detailed information about all 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>Conditionally removes the specified key based on value or digest comparison.io.reactivex.rxjava3.core.Maybe<Response>Returns the XXH3 hash of a string value.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>io.reactivex.rxjava3.core.Maybe<Response>rxFtAggregate(List<String> args) Run a search query on an index and perform aggregate transformations on the results.io.reactivex.rxjava3.core.Maybe<Response>rxFtAliasadd(List<String> args) Adds an alias to the index.io.reactivex.rxjava3.core.Maybe<Response>rxFtAliasaddifnx(List<String> args) Adds an alias to the index.io.reactivex.rxjava3.core.Maybe<Response>rxFtAliasdel(List<String> args) Deletes an alias from the index.io.reactivex.rxjava3.core.Maybe<Response>rxFtAliasdelifx(List<String> args) Deletes an alias from the index.io.reactivex.rxjava3.core.Maybe<Response>rxFtAliasupdate(List<String> args) Adds or updates an alias to the index.io.reactivex.rxjava3.core.Maybe<Response>Adds a new field to the index.io.reactivex.rxjava3.core.Maybe<Response>rxFtAlterifnx(List<String> args) Adds a new field to the index.io.reactivex.rxjava3.core.Maybe<Response>rxFtConfig(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxFtCreate(List<String> args) Creates an index with the given spec.io.reactivex.rxjava3.core.Maybe<Response>rxFtCreateifnx(List<String> args) Creates an index with the given spec.io.reactivex.rxjava3.core.Maybe<Response>rxFtCursor(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>rxFtDictadd(List<String> args) Adds terms to a dictionary.io.reactivex.rxjava3.core.Maybe<Response>rxFtDictdel(List<String> args) Deletes terms from a dictionary.io.reactivex.rxjava3.core.Maybe<Response>rxFtDictdump(List<String> args) Dumps all terms in the given dictionary.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>rxFtDropifx(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxFtDropindex(List<String> args) Deletes the index.io.reactivex.rxjava3.core.Maybe<Response>rxFtDropindexifx(List<String> args) Deletes the index.io.reactivex.rxjava3.core.Maybe<Response>rxFtExplain(List<String> args) Returns the execution plan for a complex query.io.reactivex.rxjava3.core.Maybe<Response>rxFtExplaincli(List<String> args) Returns the execution plan for a complex query.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>rxFtHybrid(List<String> args) Performs hybrid search combining text search and vector similarity search.io.reactivex.rxjava3.core.Maybe<Response>Returns information and statistics on the index.io.reactivex.rxjava3.core.Maybe<Response>Returns a list of all existing indexes.io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>rxFtProfile(List<String> args) Performs a `FT.SEARCH` or `FT.AGGREGATE` command and collects performance information.io.reactivex.rxjava3.core.Maybe<Response>rxFtSafeadd(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxFtSearch(List<String> args) Searches the index with a textual query, returning either documents or just ids.io.reactivex.rxjava3.core.Maybe<Response>rxFtSpellcheck(List<String> args) Performs spelling correction on a query, returning suggestions for misspelled terms.io.reactivex.rxjava3.core.Maybe<Response>rxFtSugadd(List<String> args) Adds a suggestion string to an auto-complete suggestion dictionary.io.reactivex.rxjava3.core.Maybe<Response>rxFtSugdel(List<String> args) Deletes a string from a suggestion index.io.reactivex.rxjava3.core.Maybe<Response>rxFtSugget(List<String> args) Gets completion suggestions for a prefix.io.reactivex.rxjava3.core.Maybe<Response>rxFtSuglen(List<String> args) Gets the size of an auto-complete suggestion dictionary.io.reactivex.rxjava3.core.Maybe<Response>rxFtSynadd(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxFtSyndump(List<String> args) Dumps the contents of a synonym group.io.reactivex.rxjava3.core.Maybe<Response>rxFtSynupdate(List<String> args) Creates or updates a synonym group with additional terms.io.reactivex.rxjava3.core.Maybe<Response>rxFtTagvals(List<String> args) Returns the distinct tags indexed in a Tag field.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 or a circle.io.reactivex.rxjava3.core.Maybe<Response>rxGeosearchstore(List<String> args) Queries a geospatial index for members inside an area of a box or a circle, 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>rxGraphBulk(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxGraphConfig(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxGraphDebug(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxGraphDelete(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxGraphExplain(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxGraphList(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxGraphProfile(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxGraphQuery(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxGraphRoQuery(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxGraphSlowlog(List<String> args) 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 Redis server.io.reactivex.rxjava3.core.Maybe<Response>Determines whether a field exists in a hash.io.reactivex.rxjava3.core.Maybe<Response>Set expiry for hash field using relative time to expire (seconds).io.reactivex.rxjava3.core.Maybe<Response>rxHexpireat(List<String> args) Set expiry for hash field using an absolute Unix timestamp (seconds).io.reactivex.rxjava3.core.Maybe<Response>rxHexpiretime(List<String> args) Returns the expiration time of a hash field as a Unix timestamp, in seconds.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>Returns the value of a field and deletes it from the 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.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>A container for hotkeys tracking commands.io.reactivex.rxjava3.core.Maybe<Response>rxHpersist(List<String> args) Removes the expiration time for each specified field.io.reactivex.rxjava3.core.Maybe<Response>rxHpexpire(List<String> args) Set expiry for hash field using relative time to expire (milliseconds).io.reactivex.rxjava3.core.Maybe<Response>rxHpexpireat(List<String> args) Set expiry for hash field using an absolute Unix timestamp (milliseconds).io.reactivex.rxjava3.core.Maybe<Response>rxHpexpiretime(List<String> args) Returns the expiration time of a hash field as a Unix timestamp, in msec.io.reactivex.rxjava3.core.Maybe<Response>Returns the TTL in milliseconds of a hash field.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.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 TTL in seconds of a hash field.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>rxJsonArrappend(List<String> args) Append the JSON values into the array at path after the last element in it.io.reactivex.rxjava3.core.Maybe<Response>rxJsonArrindex(List<String> args) Search for the first occurrence of a JSON value in an array.io.reactivex.rxjava3.core.Maybe<Response>rxJsonArrinsert(List<String> args) Insert the json values into the array at path before the index (shifts to the right).io.reactivex.rxjava3.core.Maybe<Response>rxJsonArrlen(List<String> args) Report the length of the JSON array at path in key.io.reactivex.rxjava3.core.Maybe<Response>rxJsonArrpop(List<String> args) Remove and return the element at the specified index in the array at path.io.reactivex.rxjava3.core.Maybe<Response>rxJsonArrtrim(String arg0, String arg1, String arg2, String arg3) Trim an array so that it contains only the specified inclusive range of elements.io.reactivex.rxjava3.core.Maybe<Response>rxJsonArrtrim(List<String> args) Trim an array so that it contains only the specified inclusive range of elements.io.reactivex.rxjava3.core.Maybe<Response>rxJsonClear(List<String> args) Clear container values (arrays/objects) and set numeric values to 0.io.reactivex.rxjava3.core.Maybe<Response>rxJsonDebug(List<String> args) This is a container command for debugging related tasks.io.reactivex.rxjava3.core.Maybe<Response>Delete a value.io.reactivex.rxjava3.core.Maybe<Response>rxJsonForget(List<String> args) Delete a value.io.reactivex.rxjava3.core.Maybe<Response>Get JSON value at path.io.reactivex.rxjava3.core.Maybe<Response>rxJsonMerge(List<String> args) Merge a given JSON value into matching paths.io.reactivex.rxjava3.core.Maybe<Response>rxJsonMget(List<String> args) Return the values at path from multiple key arguments.io.reactivex.rxjava3.core.Maybe<Response>rxJsonMset(List<String> args) Set or update one or more JSON values according to the specified key-path-value triplets.io.reactivex.rxjava3.core.Maybe<Response>rxJsonNumincrby(String arg0, String arg1, String arg2) Increment the number value stored at path by number.io.reactivex.rxjava3.core.Maybe<Response>rxJsonNumincrby(List<String> args) Increment the number value stored at path by number.io.reactivex.rxjava3.core.Maybe<Response>rxJsonNummultby(String arg0, String arg1, String arg2) Multiply the number value stored at path by number.io.reactivex.rxjava3.core.Maybe<Response>rxJsonNummultby(List<String> args) Multiply the number value stored at path by number.io.reactivex.rxjava3.core.Maybe<Response>rxJsonNumpowby(String arg0, String arg1, String arg2) Raise the number value stored at path to the power of number.io.reactivex.rxjava3.core.Maybe<Response>rxJsonNumpowby(List<String> args) Raise the number value stored at path to the power of number.io.reactivex.rxjava3.core.Maybe<Response>rxJsonObjkeys(List<String> args) Return the keys in the object that's referenced by path.io.reactivex.rxjava3.core.Maybe<Response>rxJsonObjlen(List<String> args) Report the number of keys in the JSON object at path in key.io.reactivex.rxjava3.core.Maybe<Response>rxJsonResp(List<String> args) Return the JSON in key in Redis serialization protocol specification form.io.reactivex.rxjava3.core.Maybe<Response>Set the JSON value at path in key.io.reactivex.rxjava3.core.Maybe<Response>rxJsonStrappend(List<String> args) Append the json-string values to the string at path.io.reactivex.rxjava3.core.Maybe<Response>rxJsonStrlen(List<String> args) Report the length of the JSON String at path in key.io.reactivex.rxjava3.core.Maybe<Response>rxJsonToggle(String arg0, String arg1) Toggle the boolean value stored at path.io.reactivex.rxjava3.core.Maybe<Response>rxJsonToggle(List<String> args) Toggle the boolean value stored at path.io.reactivex.rxjava3.core.Maybe<Response>rxJsonType(List<String> args) Report the type of JSON value at path.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 Redis version.io.reactivex.rxjava3.core.Maybe<Response>Returns the first elements in a list after removing it.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 Redis 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 sets multiple string keys with a shared expiration in a single operation.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 Redis Cluster replica node.io.reactivex.rxjava3.core.Maybe<Response>Enables read-write queries for a connection to a Reids Cluster 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 master.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 the last elements 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 an element 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>rxSearchClusterinfo(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxSearchClusterrefresh(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxSearchClusterset(List<String> args) 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 Redis 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 Redis server as a replica of another, or promotes it to being a master.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 Redis databases.io.reactivex.rxjava3.core.Maybe<Response>rxSync()An internal command used in replication.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestAdd(List<String> args) Adds one or more observations to a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestByrank(List<String> args) Returns, for each input rank, an estimation of the value (floating-point) with that rank.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestByrevrank(List<String> args) Returns, for each input reverse rank, an estimation of the value (floating-point) with that reverse rank.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestCdf(List<String> args) Returns, for each input value, an estimation of the floating-point fraction of (observations smaller than the given value + half the observations equal to the given value).io.reactivex.rxjava3.core.Maybe<Response>rxTdigestCreate(List<String> args) Allocates memory and initializes a new t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestInfo(String arg0) Returns information and statistics about a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestInfo(List<String> args) Returns information and statistics about a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestMax(String arg0) Returns the maximum observation value from a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestMax(List<String> args) Returns the maximum observation value from a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestMerge(List<String> args) Merges multiple t-digest sketches into a single sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestMin(String arg0) Returns the minimum observation value from a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestMin(List<String> args) Returns the minimum observation value from a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestQuantile(List<String> args) Returns, for each input fraction, an estimation of the value (floating point) that is smaller than the given fraction of observations.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestRank(List<String> args) Returns, for each input value (floating-point), the estimated rank of the value (the number of observations in the sketch that are smaller than the value + half the number of observations that are equal to the value).io.reactivex.rxjava3.core.Maybe<Response>rxTdigestReset(String arg0) Resets a t-digest sketch: empty the sketch and re-initializes it.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestReset(List<String> args) Resets a t-digest sketch: empty the sketch and re-initializes it.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestRevrank(List<String> args) Returns, for each input value (floating-point), the estimated reverse rank of the value (the number of observations in the sketch that are larger than the value + half the number of observations that are equal to the value).io.reactivex.rxjava3.core.Maybe<Response>rxTdigestTrimmedMean(String arg0, String arg1, String arg2) Returns an estimation of the mean value from the sketch, excluding observation values outside the low and high cutoff quantiles.io.reactivex.rxjava3.core.Maybe<Response>rxTdigestTrimmedMean(List<String> args) Returns an estimation of the mean value from the sketch, excluding observation values outside the low and high cutoff quantiles.io.reactivex.rxjava3.core.Maybe<Response>rxTime()Returns the server time.io.reactivex.rxjava3.core.Maybe<Response>rxTimeseriesClusterset(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>rxTimeseriesHello(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxTimeseriesInfocluster(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>rxTimeseriesNetworktest(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>rxTimeseriesRefreshcluster(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>Adds an item to a Top-k sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTopkCount(List<String> args) Return the count for one or more items are in a sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTopkIncrby(List<String> args) Increases the count of one or more items by increment.io.reactivex.rxjava3.core.Maybe<Response>rxTopkInfo(String arg0) Returns information about a sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTopkInfo(List<String> args) Returns information about a sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTopkList(List<String> args) Return the full list of items in Top-K sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTopkQuery(List<String> args) Checks whether one or more items are in a sketch.io.reactivex.rxjava3.core.Maybe<Response>rxTopkReserve(List<String> args) Initializes a Top-K sketch with specified parameters.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>rxTrimslots(List<String> args) Trim the keys that belong to specified slots.io.reactivex.rxjava3.core.Maybe<Response>Append a sample to a time series.io.reactivex.rxjava3.core.Maybe<Response>Update the retention, chunk size, duplicate policy, and labels of an existing time series.io.reactivex.rxjava3.core.Maybe<Response>rxTsCreate(List<String> args) Create a new time series.io.reactivex.rxjava3.core.Maybe<Response>rxTsCreaterule(List<String> args) Create a compaction rule.io.reactivex.rxjava3.core.Maybe<Response>rxTsDecrby(List<String> args) Decrease the value of the latest sample.io.reactivex.rxjava3.core.Maybe<Response>Delete all samples between two timestamps for a given time series.io.reactivex.rxjava3.core.Maybe<Response>Delete all samples between two timestamps for a given time series.io.reactivex.rxjava3.core.Maybe<Response>rxTsDeleterule(String arg0, String arg1) Delete a compaction rule.io.reactivex.rxjava3.core.Maybe<Response>rxTsDeleterule(List<String> args) Delete a compaction rule.io.reactivex.rxjava3.core.Maybe<Response>Get the sample with the highest timestamp from a given time series.io.reactivex.rxjava3.core.Maybe<Response>rxTsIncrby(List<String> args) Increase the value of the latest sample.io.reactivex.rxjava3.core.Maybe<Response>Returns information and statistics for a time series.io.reactivex.rxjava3.core.Maybe<Response>Append new samples to one or more time series.io.reactivex.rxjava3.core.Maybe<Response>Get the sample with the highest timestamp from each time series matching a specific filter.io.reactivex.rxjava3.core.Maybe<Response>rxTsMrange(List<String> args) Query a range across multiple time series by filters in forward direction.io.reactivex.rxjava3.core.Maybe<Response>rxTsMrevrange(List<String> args) Query a range across multiple time series by filters in reverse direction.io.reactivex.rxjava3.core.Maybe<Response>rxTsQueryindex(List<String> args) Get all time series keys matching a filter list.io.reactivex.rxjava3.core.Maybe<Response>Query a range in forward direction.io.reactivex.rxjava3.core.Maybe<Response>rxTsRevrange(List<String> args) Query a range in reverse direction.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>Add one or more elements to a vector set, or update its vector if it already exists.io.reactivex.rxjava3.core.Maybe<Response>Return the number of elements in a vector set.io.reactivex.rxjava3.core.Maybe<Response>Return the dimension of vectors in the vector set.io.reactivex.rxjava3.core.Maybe<Response>Return the vector associated with an element.io.reactivex.rxjava3.core.Maybe<Response>rxVgetattr(String arg0, String arg1) Retrieve the JSON attributes of elements.io.reactivex.rxjava3.core.Maybe<Response>Return information about a vector set.io.reactivex.rxjava3.core.Maybe<Response>rxVismember(String arg0, String arg1) Check if an element exists in a vector set.io.reactivex.rxjava3.core.Maybe<Response>Return the neighbors of an element at each layer in the HNSW graph.io.reactivex.rxjava3.core.Maybe<Response>rxVrandmember(List<String> args) Return one or multiple random members from a vector set.io.reactivex.rxjava3.core.Maybe<Response>Return vector set elements in a lex range.io.reactivex.rxjava3.core.Maybe<Response>Remove an element from a vector set.io.reactivex.rxjava3.core.Maybe<Response>rxVsetattr(String arg0, String arg1, String arg2) Associate or remove the JSON attributes of elements.io.reactivex.rxjava3.core.Maybe<Response>Return elements by vector similarity.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 master 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>Acknowledges and deletes one or multiple messages for a stream consumer group.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>Sets the IDMP configuration parameters for a stream.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>Deletes one or multiple entries from the stream.io.reactivex.rxjava3.core.Maybe<Response>A container for consumer groups commands.io.reactivex.rxjava3.core.Maybe<Response>rxXidmprecord(String arg0, String arg1, String arg2, String arg3) An internal command for setting IDMP metadata on an existing stream message.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>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(String arg0, String arg1) Returns the index of a member in a sorted set ordered by descending scores.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>searchClusterinfo(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>searchClusterrefresh(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>searchClusterset(List<String> args) 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 Redis 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 Redis server as a replica of another, or promotes it to being a master.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 Redis databases.io.reactivex.rxjava3.core.Maybe<Response>sync()An internal command used in replication.io.reactivex.rxjava3.core.Maybe<Response>tdigestAdd(List<String> args) Adds one or more observations to a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>tdigestByrank(List<String> args) Returns, for each input rank, an estimation of the value (floating-point) with that rank.io.reactivex.rxjava3.core.Maybe<Response>tdigestByrevrank(List<String> args) Returns, for each input reverse rank, an estimation of the value (floating-point) with that reverse rank.io.reactivex.rxjava3.core.Maybe<Response>tdigestCdf(List<String> args) Returns, for each input value, an estimation of the floating-point fraction of (observations smaller than the given value + half the observations equal to the given value).io.reactivex.rxjava3.core.Maybe<Response>tdigestCreate(List<String> args) Allocates memory and initializes a new t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>tdigestInfo(String arg0) Returns information and statistics about a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>tdigestInfo(List<String> args) Returns information and statistics about a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>tdigestMax(String arg0) Returns the maximum observation value from a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>tdigestMax(List<String> args) Returns the maximum observation value from a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>tdigestMerge(List<String> args) Merges multiple t-digest sketches into a single sketch.io.reactivex.rxjava3.core.Maybe<Response>tdigestMin(String arg0) Returns the minimum observation value from a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>tdigestMin(List<String> args) Returns the minimum observation value from a t-digest sketch.io.reactivex.rxjava3.core.Maybe<Response>tdigestQuantile(List<String> args) Returns, for each input fraction, an estimation of the value (floating point) that is smaller than the given fraction of observations.io.reactivex.rxjava3.core.Maybe<Response>tdigestRank(List<String> args) Returns, for each input value (floating-point), the estimated rank of the value (the number of observations in the sketch that are smaller than the value + half the number of observations that are equal to the value).io.reactivex.rxjava3.core.Maybe<Response>tdigestReset(String arg0) Resets a t-digest sketch: empty the sketch and re-initializes it.io.reactivex.rxjava3.core.Maybe<Response>tdigestReset(List<String> args) Resets a t-digest sketch: empty the sketch and re-initializes it.io.reactivex.rxjava3.core.Maybe<Response>tdigestRevrank(List<String> args) Returns, for each input value (floating-point), the estimated reverse rank of the value (the number of observations in the sketch that are larger than the value + half the number of observations that are equal to the value).io.reactivex.rxjava3.core.Maybe<Response>tdigestTrimmedMean(String arg0, String arg1, String arg2) Returns an estimation of the mean value from the sketch, excluding observation values outside the low and high cutoff quantiles.io.reactivex.rxjava3.core.Maybe<Response>tdigestTrimmedMean(List<String> args) Returns an estimation of the mean value from the sketch, excluding observation values outside the low and high cutoff quantiles.io.reactivex.rxjava3.core.Maybe<Response>time()Returns the server time.io.reactivex.rxjava3.core.Maybe<Response>timeseriesClusterset(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>timeseriesHello(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>timeseriesInfocluster(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>io.reactivex.rxjava3.core.Maybe<Response>timeseriesNetworktest(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>timeseriesRefreshcluster(List<String> args) io.reactivex.rxjava3.core.Maybe<Response>Adds an item to a Top-k sketch.io.reactivex.rxjava3.core.Maybe<Response>Return the count for one or more items are in a sketch.io.reactivex.rxjava3.core.Maybe<Response>topkIncrby(List<String> args) Increases the count of one or more items by increment.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a sketch.io.reactivex.rxjava3.core.Maybe<Response>Returns information about a sketch.io.reactivex.rxjava3.core.Maybe<Response>Return the full list of items in Top-K sketch.io.reactivex.rxjava3.core.Maybe<Response>Checks whether one or more items are in a sketch.io.reactivex.rxjava3.core.Maybe<Response>topkReserve(List<String> args) Initializes a Top-K sketch with specified parameters.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>Trim the keys that belong to specified slots.io.reactivex.rxjava3.core.Maybe<Response>Append a sample to a time series.io.reactivex.rxjava3.core.Maybe<Response>Update the retention, chunk size, duplicate policy, and labels of an existing time series.io.reactivex.rxjava3.core.Maybe<Response>Create a new time series.io.reactivex.rxjava3.core.Maybe<Response>tsCreaterule(List<String> args) Create a compaction rule.io.reactivex.rxjava3.core.Maybe<Response>Decrease the value of the latest sample.io.reactivex.rxjava3.core.Maybe<Response>Delete all samples between two timestamps for a given time series.io.reactivex.rxjava3.core.Maybe<Response>Delete all samples between two timestamps for a given time series.io.reactivex.rxjava3.core.Maybe<Response>tsDeleterule(String arg0, String arg1) Delete a compaction rule.io.reactivex.rxjava3.core.Maybe<Response>tsDeleterule(List<String> args) Delete a compaction rule.io.reactivex.rxjava3.core.Maybe<Response>Get the sample with the highest timestamp from a given time series.io.reactivex.rxjava3.core.Maybe<Response>Increase the value of the latest sample.io.reactivex.rxjava3.core.Maybe<Response>Returns information and statistics for a time series.io.reactivex.rxjava3.core.Maybe<Response>Append new samples to one or more time series.io.reactivex.rxjava3.core.Maybe<Response>Get the sample with the highest timestamp from each time series matching a specific filter.io.reactivex.rxjava3.core.Maybe<Response>Query a range across multiple time series by filters in forward direction.io.reactivex.rxjava3.core.Maybe<Response>tsMrevrange(List<String> args) Query a range across multiple time series by filters in reverse direction.io.reactivex.rxjava3.core.Maybe<Response>tsQueryindex(List<String> args) Get all time series keys matching a filter list.io.reactivex.rxjava3.core.Maybe<Response>Query a range in forward direction.io.reactivex.rxjava3.core.Maybe<Response>tsRevrange(List<String> args) Query a range in reverse direction.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>Add one or more elements to a vector set, or update its vector if it already exists.io.reactivex.rxjava3.core.Maybe<Response>Return the number of elements in a vector set.io.reactivex.rxjava3.core.Maybe<Response>Return the dimension of vectors in the vector set.io.reactivex.rxjava3.core.Maybe<Response>Return the vector associated with an element.io.reactivex.rxjava3.core.Maybe<Response>Retrieve the JSON attributes of elements.io.reactivex.rxjava3.core.Maybe<Response>Return information about a vector set.io.reactivex.rxjava3.core.Maybe<Response>Check if an element exists in a vector set.io.reactivex.rxjava3.core.Maybe<Response>Return the neighbors of an element at each layer in the HNSW graph.io.reactivex.rxjava3.core.Maybe<Response>vrandmember(List<String> args) Return one or multiple random members from a vector set.io.reactivex.rxjava3.core.Maybe<Response>Return vector set elements in a lex range.io.reactivex.rxjava3.core.Maybe<Response>Remove an element from a vector set.io.reactivex.rxjava3.core.Maybe<Response>Associate or remove the JSON attributes of elements.io.reactivex.rxjava3.core.Maybe<Response>Return elements by vector similarity.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 master 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>Acknowledges and deletes one or multiple messages for a stream consumer group.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>Sets the IDMP configuration parameters for a stream.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>Deletes one or multiple entries from the stream.io.reactivex.rxjava3.core.Maybe<Response>A container for consumer groups commands.io.reactivex.rxjava3.core.Maybe<Response>xidmprecord(String arg0, String arg1, String arg2, String arg3) An internal command for setting IDMP metadata on an existing stream message.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>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>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
-
RedisAPI
-
RedisAPI
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
close
public void close() -
ftAdd
- Parameters:
args-- Returns:
-
rxFtAdd
- Parameters:
args-- Returns:
-
ftAggregate
Run a search query on an index and perform aggregate transformations on the results.- Parameters:
args-- Returns:
-
rxFtAggregate
Run a search query on an index and perform aggregate transformations on the results.- Parameters:
args-- Returns:
-
ftAliasadd
Adds an alias to the index.- Parameters:
args-- Returns:
-
rxFtAliasadd
Adds an alias to the index.- Parameters:
args-- Returns:
-
ftAliasdel
Deletes an alias from the index.- Parameters:
args-- Returns:
-
rxFtAliasdel
Deletes an alias from the index.- Parameters:
args-- Returns:
-
ftAliasupdate
Adds or updates an alias to the index.- Parameters:
args-- Returns:
-
rxFtAliasupdate
Adds or updates an alias to the index.- Parameters:
args-- Returns:
-
ftAlter
Adds a new field to the index.- Parameters:
args-- Returns:
-
rxFtAlter
Adds a new field to the index.- Parameters:
args-- Returns:
-
ftConfig
- Parameters:
args-- Returns:
-
rxFtConfig
- Parameters:
args-- Returns:
-
ftCreate
Creates an index with the given spec.- Parameters:
args-- Returns:
-
rxFtCreate
Creates an index with the given spec.- Parameters:
args-- Returns:
-
ftCursor
- Parameters:
args-- Returns:
-
rxFtCursor
- Parameters:
args-- Returns:
-
ftDebug
- Parameters:
args-- Returns:
-
rxFtDebug
- Parameters:
args-- Returns:
-
ftDel
- Parameters:
args-- Returns:
-
rxFtDel
- Parameters:
args-- Returns:
-
ftDictadd
Adds terms to a dictionary.- Parameters:
args-- Returns:
-
rxFtDictadd
Adds terms to a dictionary.- Parameters:
args-- Returns:
-
ftDictdel
Deletes terms from a dictionary.- Parameters:
args-- Returns:
-
rxFtDictdel
Deletes terms from a dictionary.- Parameters:
args-- Returns:
-
ftDictdump
Dumps all terms in the given dictionary.- Parameters:
args-- Returns:
-
rxFtDictdump
Dumps all terms in the given dictionary.- Parameters:
args-- Returns:
-
ftDrop
- Parameters:
args-- Returns:
-
rxFtDrop
- Parameters:
args-- Returns:
-
ftDropindex
Deletes the index.- Parameters:
args-- Returns:
-
rxFtDropindex
Deletes the index.- Parameters:
args-- Returns:
-
ftExplain
Returns the execution plan for a complex query.- Parameters:
args-- Returns:
-
rxFtExplain
Returns the execution plan for a complex query.- Parameters:
args-- Returns:
-
ftExplaincli
Returns the execution plan for a complex query.- Parameters:
args-- Returns:
-
rxFtExplaincli
Returns the execution plan for a complex query.- Parameters:
args-- Returns:
-
ftGet
- Parameters:
args-- Returns:
-
rxFtGet
- Parameters:
args-- Returns:
-
ftHybrid
Performs hybrid search combining text search and vector similarity search.- Parameters:
args-- Returns:
-
rxFtHybrid
Performs hybrid search combining text search and vector similarity search.- Parameters:
args-- Returns:
-
ftInfo
Returns information and statistics on the index.- Parameters:
args-- Returns:
-
rxFtInfo
Returns information and statistics on the index.- Parameters:
args-- Returns:
-
ftMget
- Parameters:
args-- Returns:
-
rxFtMget
- Parameters:
args-- Returns:
-
ftProfile
Performs a `FT.SEARCH` or `FT.AGGREGATE` command and collects performance information.- Parameters:
args-- Returns:
-
rxFtProfile
Performs a `FT.SEARCH` or `FT.AGGREGATE` command and collects performance information.- Parameters:
args-- Returns:
-
ftSafeadd
- Parameters:
args-- Returns:
-
rxFtSafeadd
- Parameters:
args-- Returns:
-
ftSearch
Searches the index with a textual query, returning either documents or just ids.- Parameters:
args-- Returns:
-
rxFtSearch
Searches the index with a textual query, returning either documents or just ids.- Parameters:
args-- Returns:
-
ftSpellcheck
Performs spelling correction on a query, returning suggestions for misspelled terms.- Parameters:
args-- Returns:
-
rxFtSpellcheck
Performs spelling correction on a query, returning suggestions for misspelled terms.- Parameters:
args-- Returns:
-
ftSugadd
Adds a suggestion string to an auto-complete suggestion dictionary.- Parameters:
args-- Returns:
-
rxFtSugadd
Adds a suggestion string to an auto-complete suggestion dictionary.- Parameters:
args-- Returns:
-
ftSugdel
Deletes a string from a suggestion index.- Parameters:
args-- Returns:
-
rxFtSugdel
Deletes a string from a suggestion index.- Parameters:
args-- Returns:
-
ftSugget
Gets completion suggestions for a prefix.- Parameters:
args-- Returns:
-
rxFtSugget
Gets completion suggestions for a prefix.- Parameters:
args-- Returns:
-
ftSuglen
Gets the size of an auto-complete suggestion dictionary.- Parameters:
args-- Returns:
-
rxFtSuglen
Gets the size of an auto-complete suggestion dictionary.- Parameters:
args-- Returns:
-
ftSynadd
- Parameters:
args-- Returns:
-
rxFtSynadd
- Parameters:
args-- Returns:
-
ftSyndump
Dumps the contents of a synonym group.- Parameters:
args-- Returns:
-
rxFtSyndump
Dumps the contents of a synonym group.- Parameters:
args-- Returns:
-
ftSynupdate
Creates or updates a synonym group with additional terms.- Parameters:
args-- Returns:
-
rxFtSynupdate
Creates or updates a synonym group with additional terms.- Parameters:
args-- Returns:
-
ftTagvals
Returns the distinct tags indexed in a Tag field.- Parameters:
args-- Returns:
-
rxFtTagvals
Returns the distinct tags indexed in a Tag field.- Parameters:
args-- Returns:
-
ftAliasaddifnx
Adds an alias to the index.- Parameters:
args-- Returns:
-
rxFtAliasaddifnx
Adds an alias to the index.- Parameters:
args-- Returns:
-
ftAliasdelifx
Deletes an alias from the index.- Parameters:
args-- Returns:
-
rxFtAliasdelifx
Deletes an alias from the index.- Parameters:
args-- Returns:
-
ftAlterifnx
Adds a new field to the index.- Parameters:
args-- Returns:
-
rxFtAlterifnx
Adds a new field to the index.- Parameters:
args-- Returns:
-
ftCreateifnx
Creates an index with the given spec.- Parameters:
args-- Returns:
-
rxFtCreateifnx
Creates an index with the given spec.- Parameters:
args-- Returns:
-
ftDropifx
- Parameters:
args-- Returns:
-
rxFtDropifx
- Parameters:
args-- Returns:
-
ftDropindexifx
Deletes the index.- Parameters:
args-- Returns:
-
rxFtDropindexifx
Deletes the index.- Parameters:
args-- Returns:
-
ftList
Returns a list of all existing indexes.- Parameters:
args-- Returns:
-
rxFtList
Returns a list of all existing indexes.- Parameters:
args-- Returns:
-
vadd
Add one or more elements to a vector set, or update its vector if it already exists.- Parameters:
args-- Returns:
-
rxVadd
Add one or more elements to a vector set, or update its vector if it already exists.- Parameters:
args-- Returns:
-
vcard
Return the number of elements in a vector set.- Parameters:
arg0-- Returns:
-
rxVcard
Return the number of elements in a vector set.- Parameters:
arg0-- Returns:
-
vdim
Return the dimension of vectors in the vector set.- Parameters:
arg0-- Returns:
-
rxVdim
Return the dimension of vectors in the vector set.- Parameters:
arg0-- Returns:
-
vemb
Return the vector associated with an element.- Parameters:
args-- Returns:
-
rxVemb
Return the vector associated with an element.- Parameters:
args-- Returns:
-
vgetattr
Retrieve the JSON attributes of elements.- Parameters:
arg0-arg1-- Returns:
-
rxVgetattr
Retrieve the JSON attributes of elements.- Parameters:
arg0-arg1-- Returns:
-
vinfo
Return information about a vector set.- Parameters:
arg0-- Returns:
-
rxVinfo
Return information about a vector set.- Parameters:
arg0-- Returns:
-
vismember
Check if an element exists in a vector set.- Parameters:
arg0-arg1-- Returns:
-
rxVismember
Check if an element exists in a vector set.- Parameters:
arg0-arg1-- Returns:
-
vlinks
Return the neighbors of an element at each layer in the HNSW graph.- Parameters:
args-- Returns:
-
rxVlinks
Return the neighbors of an element at each layer in the HNSW graph.- Parameters:
args-- Returns:
-
vrandmember
Return one or multiple random members from a vector set.- Parameters:
args-- Returns:
-
rxVrandmember
Return one or multiple random members from a vector set.- Parameters:
args-- Returns:
-
vrange
Return vector set elements in a lex range.- Parameters:
args-- Returns:
-
rxVrange
Return vector set elements in a lex range.- Parameters:
args-- Returns:
-
vrem
Remove an element from a vector set.- Parameters:
arg0-arg1-- Returns:
-
rxVrem
Remove an element from a vector set.- Parameters:
arg0-arg1-- Returns:
-
vsetattr
Associate or remove the JSON attributes of elements.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxVsetattr
Associate or remove the JSON attributes of elements.- Parameters:
arg0-arg1-arg2-- Returns:
-
vsim
Return elements by vector similarity.- Parameters:
args-- Returns:
-
rxVsim
Return elements by vector similarity.- Parameters:
args-- Returns:
-
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:
-
bfAdd
Adds an item to a Bloom Filter.- Parameters:
arg0-arg1-- Returns:
-
rxBfAdd
Adds an item to a Bloom Filter.- Parameters:
arg0-arg1-- Returns:
-
bfAdd
Adds an item to a Bloom Filter.- Parameters:
args-- Returns:
-
rxBfAdd
Adds an item to a Bloom Filter.- Parameters:
args-- Returns:
-
bfCard
Returns the cardinality of a Bloom filter.- Parameters:
arg0-- Returns:
-
rxBfCard
Returns the cardinality of a Bloom filter.- Parameters:
arg0-- Returns:
-
bfCard
Returns the cardinality of a Bloom filter.- Parameters:
args-- Returns:
-
rxBfCard
Returns the cardinality of a Bloom filter.- Parameters:
args-- Returns:
-
bfDebug
- Parameters:
args-- Returns:
-
rxBfDebug
- Parameters:
args-- Returns:
-
bfExists
Checks whether an item exists in a Bloom Filter.- Parameters:
arg0-arg1-- Returns:
-
rxBfExists
Checks whether an item exists in a Bloom Filter.- Parameters:
arg0-arg1-- Returns:
-
bfExists
Checks whether an item exists in a Bloom Filter.- Parameters:
args-- Returns:
-
rxBfExists
Checks whether an item exists in a Bloom Filter.- Parameters:
args-- Returns:
-
bfInfo
Returns information about a Bloom Filter.- Parameters:
args-- Returns:
-
rxBfInfo
Returns information about a Bloom Filter.- Parameters:
args-- Returns:
-
bfInsert
Adds one or more items to a Bloom Filter. A filter will be created if it does not exist.- Parameters:
args-- Returns:
-
rxBfInsert
Adds one or more items to a Bloom Filter. A filter will be created if it does not exist.- Parameters:
args-- Returns:
-
bfLoadchunk
Restores a filter previously saved using SCANDUMP.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxBfLoadchunk
public io.reactivex.rxjava3.core.Maybe<Response> rxBfLoadchunk(String arg0, String arg1, String arg2) Restores a filter previously saved using SCANDUMP.- Parameters:
arg0-arg1-arg2-- Returns:
-
bfLoadchunk
Restores a filter previously saved using SCANDUMP.- Parameters:
args-- Returns:
-
rxBfLoadchunk
Restores a filter previously saved using SCANDUMP.- Parameters:
args-- Returns:
-
bfMadd
Adds one or more items to a Bloom Filter. A filter will be created if it does not exist.- Parameters:
args-- Returns:
-
rxBfMadd
Adds one or more items to a Bloom Filter. A filter will be created if it does not exist.- Parameters:
args-- Returns:
-
bfMexists
Checks whether one or more items exist in a Bloom Filter.- Parameters:
args-- Returns:
-
rxBfMexists
Checks whether one or more items exist in a Bloom Filter.- Parameters:
args-- Returns:
-
bfReserve
Creates a new Bloom Filter.- Parameters:
args-- Returns:
-
rxBfReserve
Creates a new Bloom Filter.- Parameters:
args-- Returns:
-
bfScandump
Begins an incremental save of the bloom filter.- Parameters:
arg0-arg1-- Returns:
-
rxBfScandump
Begins an incremental save of the bloom filter.- Parameters:
arg0-arg1-- Returns:
-
bfScandump
Begins an incremental save of the bloom filter.- Parameters:
args-- Returns:
-
rxBfScandump
Begins an incremental save of the bloom filter.- 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:
-
cfAdd
Adds an item to a Cuckoo Filter.- Parameters:
arg0-arg1-- Returns:
-
rxCfAdd
Adds an item to a Cuckoo Filter.- Parameters:
arg0-arg1-- Returns:
-
cfAdd
Adds an item to a Cuckoo Filter.- Parameters:
args-- Returns:
-
rxCfAdd
Adds an item to a Cuckoo Filter.- Parameters:
args-- Returns:
-
cfAddnx
Adds an item to a Cuckoo Filter if the item did not exist previously.- Parameters:
arg0-arg1-- Returns:
-
rxCfAddnx
Adds an item to a Cuckoo Filter if the item did not exist previously.- Parameters:
arg0-arg1-- Returns:
-
cfAddnx
Adds an item to a Cuckoo Filter if the item did not exist previously.- Parameters:
args-- Returns:
-
rxCfAddnx
Adds an item to a Cuckoo Filter if the item did not exist previously.- Parameters:
args-- Returns:
-
cfCompact
- Parameters:
args-- Returns:
-
rxCfCompact
- Parameters:
args-- Returns:
-
cfCount
Return the number of times an item might be in a Cuckoo Filter.- Parameters:
arg0-arg1-- Returns:
-
rxCfCount
Return the number of times an item might be in a Cuckoo Filter.- Parameters:
arg0-arg1-- Returns:
-
cfCount
Return the number of times an item might be in a Cuckoo Filter.- Parameters:
args-- Returns:
-
rxCfCount
Return the number of times an item might be in a Cuckoo Filter.- Parameters:
args-- Returns:
-
cfDebug
- Parameters:
args-- Returns:
-
rxCfDebug
- Parameters:
args-- Returns:
-
cfDel
Deletes an item from a Cuckoo Filter.- Parameters:
arg0-arg1-- Returns:
-
rxCfDel
Deletes an item from a Cuckoo Filter.- Parameters:
arg0-arg1-- Returns:
-
cfDel
Deletes an item from a Cuckoo Filter.- Parameters:
args-- Returns:
-
rxCfDel
Deletes an item from a Cuckoo Filter.- Parameters:
args-- Returns:
-
cfExists
Checks whether one or more items exist in a Cuckoo Filter.- Parameters:
arg0-arg1-- Returns:
-
rxCfExists
Checks whether one or more items exist in a Cuckoo Filter.- Parameters:
arg0-arg1-- Returns:
-
cfExists
Checks whether one or more items exist in a Cuckoo Filter.- Parameters:
args-- Returns:
-
rxCfExists
Checks whether one or more items exist in a Cuckoo Filter.- Parameters:
args-- Returns:
-
cfInfo
Returns information about a Cuckoo Filter.- Parameters:
arg0-- Returns:
-
rxCfInfo
Returns information about a Cuckoo Filter.- Parameters:
arg0-- Returns:
-
cfInfo
Returns information about a Cuckoo Filter.- Parameters:
args-- Returns:
-
rxCfInfo
Returns information about a Cuckoo Filter.- Parameters:
args-- Returns:
-
cfInsert
Adds one or more items to a Cuckoo Filter. A filter will be created if it does not exist.- Parameters:
args-- Returns:
-
rxCfInsert
Adds one or more items to a Cuckoo Filter. A filter will be created if it does not exist.- Parameters:
args-- Returns:
-
cfInsertnx
Adds one or more items to a Cuckoo Filter if the items did not exist previously. A filter will be created if it does not exist.- Parameters:
args-- Returns:
-
rxCfInsertnx
Adds one or more items to a Cuckoo Filter if the items did not exist previously. A filter will be created if it does not exist.- Parameters:
args-- Returns:
-
cfLoadchunk
Restores a filter previously saved using SCANDUMP.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxCfLoadchunk
public io.reactivex.rxjava3.core.Maybe<Response> rxCfLoadchunk(String arg0, String arg1, String arg2) Restores a filter previously saved using SCANDUMP.- Parameters:
arg0-arg1-arg2-- Returns:
-
cfLoadchunk
Restores a filter previously saved using SCANDUMP.- Parameters:
args-- Returns:
-
rxCfLoadchunk
Restores a filter previously saved using SCANDUMP.- Parameters:
args-- Returns:
-
cfMexists
Checks whether one or more items exist in a Cuckoo Filter.- Parameters:
args-- Returns:
-
rxCfMexists
Checks whether one or more items exist in a Cuckoo Filter.- Parameters:
args-- Returns:
-
cfReserve
Creates a new Cuckoo Filter.- Parameters:
args-- Returns:
-
rxCfReserve
Creates a new Cuckoo Filter.- Parameters:
args-- Returns:
-
cfScandump
Begins an incremental save of the bloom filter.- Parameters:
arg0-arg1-- Returns:
-
rxCfScandump
Begins an incremental save of the bloom filter.- Parameters:
arg0-arg1-- Returns:
-
cfScandump
Begins an incremental save of the bloom filter.- Parameters:
args-- Returns:
-
rxCfScandump
Begins an incremental save of the bloom filter.- 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 Redis Cluster commands.- Parameters:
args-- Returns:
-
rxCluster
A container for Redis Cluster commands.- Parameters:
args-- Returns:
-
cmsIncrby
Increases the count of one or more items by increment.- Parameters:
args-- Returns:
-
rxCmsIncrby
Increases the count of one or more items by increment.- Parameters:
args-- Returns:
-
cmsInfo
Returns information about a sketch.- Parameters:
arg0-- Returns:
-
rxCmsInfo
Returns information about a sketch.- Parameters:
arg0-- Returns:
-
cmsInfo
Returns information about a sketch.- Parameters:
args-- Returns:
-
rxCmsInfo
Returns information about a sketch.- Parameters:
args-- Returns:
-
cmsInitbydim
public io.reactivex.rxjava3.core.Maybe<Response> cmsInitbydim(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to dimensions specified by user.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxCmsInitbydim
public io.reactivex.rxjava3.core.Maybe<Response> rxCmsInitbydim(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to dimensions specified by user.- Parameters:
arg0-arg1-arg2-- Returns:
-
cmsInitbydim
Initializes a Count-Min Sketch to dimensions specified by user.- Parameters:
args-- Returns:
-
rxCmsInitbydim
Initializes a Count-Min Sketch to dimensions specified by user.- Parameters:
args-- Returns:
-
cmsInitbyprob
public io.reactivex.rxjava3.core.Maybe<Response> cmsInitbyprob(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to accommodate requested tolerances.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxCmsInitbyprob
public io.reactivex.rxjava3.core.Maybe<Response> rxCmsInitbyprob(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to accommodate requested tolerances.- Parameters:
arg0-arg1-arg2-- Returns:
-
cmsInitbyprob
Initializes a Count-Min Sketch to accommodate requested tolerances.- Parameters:
args-- Returns:
-
rxCmsInitbyprob
Initializes a Count-Min Sketch to accommodate requested tolerances.- Parameters:
args-- Returns:
-
cmsMerge
Merges several sketches into one sketch.- Parameters:
args-- Returns:
-
rxCmsMerge
Merges several sketches into one sketch.- Parameters:
args-- Returns:
-
cmsQuery
Returns the count for one or more items in a sketch.- Parameters:
args-- Returns:
-
rxCmsQuery
Returns the count for one or more items in a sketch.- Parameters:
args-- Returns:
-
command
Returns detailed information about all commands.- Parameters:
args-- Returns:
-
rxCommand
Returns detailed information about all 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:
-
delex
Conditionally removes the specified key based on value or digest comparison.- Parameters:
args-- Returns:
-
rxDelex
Conditionally removes the specified key based on value or digest comparison.- Parameters:
args-- Returns:
-
digest
Returns the XXH3 hash of a string value.- Parameters:
arg0-- Returns:
-
rxDigest
Returns the XXH3 hash of a string value.- Parameters:
arg0-- 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 or a circle.- Parameters:
args-- Returns:
-
rxGeosearch
Queries a geospatial index for members inside an area of a box or a circle.- Parameters:
args-- Returns:
-
geosearchstore
Queries a geospatial index for members inside an area of a box or a circle, optionally stores the result.- Parameters:
args-- Returns:
-
rxGeosearchstore
Queries a geospatial index for members inside an area of a box or a circle, 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:
-
graphBulk
- Parameters:
args-- Returns:
-
rxGraphBulk
- Parameters:
args-- Returns:
-
graphConfig
- Parameters:
args-- Returns:
-
rxGraphConfig
- Parameters:
args-- Returns:
-
graphDebug
- Parameters:
args-- Returns:
-
rxGraphDebug
- Parameters:
args-- Returns:
-
graphDelete
- Parameters:
args-- Returns:
-
rxGraphDelete
- Parameters:
args-- Returns:
-
graphExplain
- Parameters:
args-- Returns:
-
rxGraphExplain
- Parameters:
args-- Returns:
-
graphList
- Parameters:
args-- Returns:
-
rxGraphList
- Parameters:
args-- Returns:
-
graphProfile
- Parameters:
args-- Returns:
-
rxGraphProfile
- Parameters:
args-- Returns:
-
graphQuery
- Parameters:
args-- Returns:
-
rxGraphQuery
- Parameters:
args-- Returns:
-
graphRoQuery
- Parameters:
args-- Returns:
-
rxGraphRoQuery
- Parameters:
args-- Returns:
-
graphSlowlog
- Parameters:
args-- Returns:
-
rxGraphSlowlog
- Parameters:
args-- 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 Redis server.- Parameters:
args-- Returns:
-
rxHello
Handshakes with the Redis 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 for hash field using relative time to expire (seconds).- Parameters:
args-- Returns:
-
rxHexpire
Set expiry for hash field using relative time to expire (seconds).- Parameters:
args-- Returns:
-
hexpireat
Set expiry for hash field using an absolute Unix timestamp (seconds).- Parameters:
args-- Returns:
-
rxHexpireat
Set expiry for hash field using an absolute Unix timestamp (seconds).- Parameters:
args-- Returns:
-
hexpiretime
Returns the expiration time of a hash field as a Unix timestamp, in seconds.- Parameters:
args-- Returns:
-
rxHexpiretime
Returns the expiration time of a hash field as a Unix timestamp, in seconds.- 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:
-
hgetdel
Returns the value of a field and deletes it from the hash.- Parameters:
args-- Returns:
-
rxHgetdel
Returns the value of a field and deletes it from the hash.- Parameters:
args-- Returns:
-
hgetex
Get the value of one or more fields of a given hash key, and optionally set their expiration.- Parameters:
args-- Returns:
-
rxHgetex
Get the value of one or more fields of a given hash key, and optionally set their expiration.- 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:
-
hotkeys
A container for hotkeys tracking commands.- Parameters:
args-- Returns:
-
rxHotkeys
A container for hotkeys tracking commands.- Parameters:
args-- Returns:
-
hpersist
Removes the expiration time for each specified field.- Parameters:
args-- Returns:
-
rxHpersist
Removes the expiration time for each specified field.- Parameters:
args-- Returns:
-
hpexpire
Set expiry for hash field using relative time to expire (milliseconds).- Parameters:
args-- Returns:
-
rxHpexpire
Set expiry for hash field using relative time to expire (milliseconds).- Parameters:
args-- Returns:
-
hpexpireat
Set expiry for hash field using an absolute Unix timestamp (milliseconds).- Parameters:
args-- Returns:
-
rxHpexpireat
Set expiry for hash field using an absolute Unix timestamp (milliseconds).- Parameters:
args-- Returns:
-
hpexpiretime
Returns the expiration time of a hash field as a Unix timestamp, in msec.- Parameters:
args-- Returns:
-
rxHpexpiretime
Returns the expiration time of a hash field as a Unix timestamp, in msec.- Parameters:
args-- Returns:
-
hpttl
Returns the TTL in milliseconds of a hash field.- Parameters:
args-- Returns:
-
rxHpttl
Returns the TTL in milliseconds of a hash field.- 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.- Parameters:
args-- Returns:
-
rxHsetex
Set the value of one or more fields of a given hash key, and optionally set their expiration.- 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 TTL in seconds of a hash field.- Parameters:
args-- Returns:
-
rxHttl
Returns the TTL in seconds of a hash field.- 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:
-
jsonArrappend
Append the JSON values into the array at path after the last element in it.- Parameters:
args-- Returns:
-
rxJsonArrappend
Append the JSON values into the array at path after the last element in it.- Parameters:
args-- Returns:
-
jsonArrindex
Search for the first occurrence of a JSON value in an array.- Parameters:
args-- Returns:
-
rxJsonArrindex
Search for the first occurrence of a JSON value in an array.- Parameters:
args-- Returns:
-
jsonArrinsert
Insert the json values into the array at path before the index (shifts to the right).- Parameters:
args-- Returns:
-
rxJsonArrinsert
Insert the json values into the array at path before the index (shifts to the right).- Parameters:
args-- Returns:
-
jsonArrlen
Report the length of the JSON array at path in key.- Parameters:
args-- Returns:
-
rxJsonArrlen
Report the length of the JSON array at path in key.- Parameters:
args-- Returns:
-
jsonArrpop
Remove and return the element at the specified index in the array at path.- Parameters:
args-- Returns:
-
rxJsonArrpop
Remove and return the element at the specified index in the array at path.- Parameters:
args-- Returns:
-
jsonArrtrim
public io.reactivex.rxjava3.core.Maybe<Response> jsonArrtrim(String arg0, String arg1, String arg2, String arg3) Trim an array so that it contains only the specified inclusive range of elements.- Parameters:
arg0-arg1-arg2-arg3-- Returns:
-
rxJsonArrtrim
public io.reactivex.rxjava3.core.Maybe<Response> rxJsonArrtrim(String arg0, String arg1, String arg2, String arg3) Trim an array so that it contains only the specified inclusive range of elements.- Parameters:
arg0-arg1-arg2-arg3-- Returns:
-
jsonArrtrim
Trim an array so that it contains only the specified inclusive range of elements.- Parameters:
args-- Returns:
-
rxJsonArrtrim
Trim an array so that it contains only the specified inclusive range of elements.- Parameters:
args-- Returns:
-
jsonClear
Clear container values (arrays/objects) and set numeric values to 0.- Parameters:
args-- Returns:
-
rxJsonClear
Clear container values (arrays/objects) and set numeric values to 0.- Parameters:
args-- Returns:
-
jsonDebug
This is a container command for debugging related tasks.- Parameters:
args-- Returns:
-
rxJsonDebug
This is a container command for debugging related tasks.- Parameters:
args-- Returns:
-
jsonDel
Delete a value.- Parameters:
args-- Returns:
-
rxJsonDel
Delete a value.- Parameters:
args-- Returns:
-
jsonForget
Delete a value.- Parameters:
args-- Returns:
-
rxJsonForget
Delete a value.- Parameters:
args-- Returns:
-
jsonGet
Get JSON value at path.- Parameters:
args-- Returns:
-
rxJsonGet
Get JSON value at path.- Parameters:
args-- Returns:
-
jsonMerge
Merge a given JSON value into matching paths. Consequently, JSON values at matching paths are updated, deleted, or expanded with new children.- Parameters:
args-- Returns:
-
rxJsonMerge
Merge a given JSON value into matching paths. Consequently, JSON values at matching paths are updated, deleted, or expanded with new children.- Parameters:
args-- Returns:
-
jsonMget
Return the values at path from multiple key arguments.- Parameters:
args-- Returns:
-
rxJsonMget
Return the values at path from multiple key arguments.- Parameters:
args-- Returns:
-
jsonMset
Set or update one or more JSON values according to the specified key-path-value triplets.- Parameters:
args-- Returns:
-
rxJsonMset
Set or update one or more JSON values according to the specified key-path-value triplets.- Parameters:
args-- Returns:
-
jsonNumincrby
public io.reactivex.rxjava3.core.Maybe<Response> jsonNumincrby(String arg0, String arg1, String arg2) Increment the number value stored at path by number.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxJsonNumincrby
public io.reactivex.rxjava3.core.Maybe<Response> rxJsonNumincrby(String arg0, String arg1, String arg2) Increment the number value stored at path by number.- Parameters:
arg0-arg1-arg2-- Returns:
-
jsonNumincrby
Increment the number value stored at path by number.- Parameters:
args-- Returns:
-
rxJsonNumincrby
Increment the number value stored at path by number.- Parameters:
args-- Returns:
-
jsonNummultby
public io.reactivex.rxjava3.core.Maybe<Response> jsonNummultby(String arg0, String arg1, String arg2) Multiply the number value stored at path by number.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxJsonNummultby
public io.reactivex.rxjava3.core.Maybe<Response> rxJsonNummultby(String arg0, String arg1, String arg2) Multiply the number value stored at path by number.- Parameters:
arg0-arg1-arg2-- Returns:
-
jsonNummultby
Multiply the number value stored at path by number.- Parameters:
args-- Returns:
-
rxJsonNummultby
Multiply the number value stored at path by number.- Parameters:
args-- Returns:
-
jsonNumpowby
public io.reactivex.rxjava3.core.Maybe<Response> jsonNumpowby(String arg0, String arg1, String arg2) Raise the number value stored at path to the power of number.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxJsonNumpowby
public io.reactivex.rxjava3.core.Maybe<Response> rxJsonNumpowby(String arg0, String arg1, String arg2) Raise the number value stored at path to the power of number.- Parameters:
arg0-arg1-arg2-- Returns:
-
jsonNumpowby
Raise the number value stored at path to the power of number.- Parameters:
args-- Returns:
-
rxJsonNumpowby
Raise the number value stored at path to the power of number.- Parameters:
args-- Returns:
-
jsonObjkeys
Return the keys in the object that's referenced by path.- Parameters:
args-- Returns:
-
rxJsonObjkeys
Return the keys in the object that's referenced by path.- Parameters:
args-- Returns:
-
jsonObjlen
Report the number of keys in the JSON object at path in key.- Parameters:
args-- Returns:
-
rxJsonObjlen
Report the number of keys in the JSON object at path in key.- Parameters:
args-- Returns:
-
jsonResp
Return the JSON in key in Redis serialization protocol specification form.- Parameters:
args-- Returns:
-
rxJsonResp
Return the JSON in key in Redis serialization protocol specification form.- Parameters:
args-- Returns:
-
jsonSet
Set the JSON value at path in key.- Parameters:
args-- Returns:
-
rxJsonSet
Set the JSON value at path in key.- Parameters:
args-- Returns:
-
jsonStrappend
Append the json-string values to the string at path.- Parameters:
args-- Returns:
-
rxJsonStrappend
Append the json-string values to the string at path.- Parameters:
args-- Returns:
-
jsonStrlen
Report the length of the JSON String at path in key.- Parameters:
args-- Returns:
-
rxJsonStrlen
Report the length of the JSON String at path in key.- Parameters:
args-- Returns:
-
jsonToggle
Toggle the boolean value stored at path.- Parameters:
arg0-arg1-- Returns:
-
rxJsonToggle
Toggle the boolean value stored at path.- Parameters:
arg0-arg1-- Returns:
-
jsonToggle
Toggle the boolean value stored at path.- Parameters:
args-- Returns:
-
rxJsonToggle
Toggle the boolean value stored at path.- Parameters:
args-- Returns:
-
jsonType
Report the type of JSON value at path.- Parameters:
args-- Returns:
-
rxJsonType
Report the type of JSON value at path.- 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 Redis version.- Parameters:
args-- Returns:
-
rxLolwut
Displays computer art and the Redis version.- Parameters:
args-- Returns:
-
lpop
Returns the first elements in a list after removing it. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
rxLpop
Returns the first elements in a list after removing it. 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 Redis instance to another.- Parameters:
args-- Returns:
-
rxMigrate
Atomically transfers a key from one Redis 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:
-
msetex
Atomically sets multiple string keys with a shared expiration in a single operation. Supports flexible argument parsing where condition and expiration flags can appear in any order.- Parameters:
args-- Returns:
-
rxMsetex
Atomically sets multiple string keys with a shared expiration in a single operation. Supports flexible argument parsing where condition and expiration flags can appear in any order.- 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 Redis Cluster replica node.- Returns:
-
rxReadonly
Enables read-only queries for a connection to a Redis Cluster replica node.- Returns:
-
readwrite
Enables read-write queries for a connection to a Reids Cluster replica node.- Returns:
-
rxReadwrite
Enables read-write queries for a connection to a Reids Cluster 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 master.- Parameters:
arg0-arg1-- Returns:
-
rxReplicaof
Configures a server as replica of another, or promotes it to a master.- 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 the last elements of a list. Deletes the list if the last element was popped.- Parameters:
args-- Returns:
-
rxRpop
Returns and removes the last elements 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 an element to a list only when the list exists.- Parameters:
args-- Returns:
-
rxRpushx
Appends an element 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:
-
searchClusterinfo
- Parameters:
args-- Returns:
-
rxSearchClusterinfo
- Parameters:
args-- Returns:
-
searchClusterrefresh
- Parameters:
args-- Returns:
-
rxSearchClusterrefresh
- Parameters:
args-- Returns:
-
searchClusterset
- Parameters:
args-- Returns:
-
rxSearchClusterset
- 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 Redis server.- Parameters:
args-- Returns:
-
rxShutdown
Synchronously saves the database(s) to disk and shuts down the Redis 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 Redis server as a replica of another, or promotes it to being a master.- Parameters:
arg0-arg1-- Returns:
-
rxSlaveof
Sets a Redis server as a replica of another, or promotes it to being a master.- 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 Redis databases.- Parameters:
arg0-arg1-- Returns:
-
rxSwapdb
Swaps two Redis databases.- Parameters:
arg0-arg1-- Returns:
-
sync
An internal command used in replication.- Returns:
-
rxSync
An internal command used in replication.- Returns:
-
tdigestAdd
Adds one or more observations to a t-digest sketch.- Parameters:
args-- Returns:
-
rxTdigestAdd
Adds one or more observations to a t-digest sketch.- Parameters:
args-- Returns:
-
tdigestByrank
Returns, for each input rank, an estimation of the value (floating-point) with that rank.- Parameters:
args-- Returns:
-
rxTdigestByrank
Returns, for each input rank, an estimation of the value (floating-point) with that rank.- Parameters:
args-- Returns:
-
tdigestByrevrank
Returns, for each input reverse rank, an estimation of the value (floating-point) with that reverse rank.- Parameters:
args-- Returns:
-
rxTdigestByrevrank
Returns, for each input reverse rank, an estimation of the value (floating-point) with that reverse rank.- Parameters:
args-- Returns:
-
tdigestCdf
Returns, for each input value, an estimation of the floating-point fraction of (observations smaller than the given value + half the observations equal to the given value). Multiple fractions can be retrieved in a single call.- Parameters:
args-- Returns:
-
rxTdigestCdf
Returns, for each input value, an estimation of the floating-point fraction of (observations smaller than the given value + half the observations equal to the given value). Multiple fractions can be retrieved in a single call.- Parameters:
args-- Returns:
-
tdigestCreate
Allocates memory and initializes a new t-digest sketch.- Parameters:
args-- Returns:
-
rxTdigestCreate
Allocates memory and initializes a new t-digest sketch.- Parameters:
args-- Returns:
-
tdigestInfo
Returns information and statistics about a t-digest sketch.- Parameters:
arg0-- Returns:
-
rxTdigestInfo
Returns information and statistics about a t-digest sketch.- Parameters:
arg0-- Returns:
-
tdigestInfo
Returns information and statistics about a t-digest sketch.- Parameters:
args-- Returns:
-
rxTdigestInfo
Returns information and statistics about a t-digest sketch.- Parameters:
args-- Returns:
-
tdigestMax
Returns the maximum observation value from a t-digest sketch.- Parameters:
arg0-- Returns:
-
rxTdigestMax
Returns the maximum observation value from a t-digest sketch.- Parameters:
arg0-- Returns:
-
tdigestMax
Returns the maximum observation value from a t-digest sketch.- Parameters:
args-- Returns:
-
rxTdigestMax
Returns the maximum observation value from a t-digest sketch.- Parameters:
args-- Returns:
-
tdigestMerge
Merges multiple t-digest sketches into a single sketch.- Parameters:
args-- Returns:
-
rxTdigestMerge
Merges multiple t-digest sketches into a single sketch.- Parameters:
args-- Returns:
-
tdigestMin
Returns the minimum observation value from a t-digest sketch.- Parameters:
arg0-- Returns:
-
rxTdigestMin
Returns the minimum observation value from a t-digest sketch.- Parameters:
arg0-- Returns:
-
tdigestMin
Returns the minimum observation value from a t-digest sketch.- Parameters:
args-- Returns:
-
rxTdigestMin
Returns the minimum observation value from a t-digest sketch.- Parameters:
args-- Returns:
-
tdigestQuantile
Returns, for each input fraction, an estimation of the value (floating point) that is smaller than the given fraction of observations.- Parameters:
args-- Returns:
-
rxTdigestQuantile
Returns, for each input fraction, an estimation of the value (floating point) that is smaller than the given fraction of observations.- Parameters:
args-- Returns:
-
tdigestRank
Returns, for each input value (floating-point), the estimated rank of the value (the number of observations in the sketch that are smaller than the value + half the number of observations that are equal to the value).- Parameters:
args-- Returns:
-
rxTdigestRank
Returns, for each input value (floating-point), the estimated rank of the value (the number of observations in the sketch that are smaller than the value + half the number of observations that are equal to the value).- Parameters:
args-- Returns:
-
tdigestReset
Resets a t-digest sketch: empty the sketch and re-initializes it.- Parameters:
arg0-- Returns:
-
rxTdigestReset
Resets a t-digest sketch: empty the sketch and re-initializes it.- Parameters:
arg0-- Returns:
-
tdigestReset
Resets a t-digest sketch: empty the sketch and re-initializes it.- Parameters:
args-- Returns:
-
rxTdigestReset
Resets a t-digest sketch: empty the sketch and re-initializes it.- Parameters:
args-- Returns:
-
tdigestRevrank
Returns, for each input value (floating-point), the estimated reverse rank of the value (the number of observations in the sketch that are larger than the value + half the number of observations that are equal to the value).- Parameters:
args-- Returns:
-
rxTdigestRevrank
Returns, for each input value (floating-point), the estimated reverse rank of the value (the number of observations in the sketch that are larger than the value + half the number of observations that are equal to the value).- Parameters:
args-- Returns:
-
tdigestTrimmedMean
public io.reactivex.rxjava3.core.Maybe<Response> tdigestTrimmedMean(String arg0, String arg1, String arg2) Returns an estimation of the mean value from the sketch, excluding observation values outside the low and high cutoff quantiles.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxTdigestTrimmedMean
public io.reactivex.rxjava3.core.Maybe<Response> rxTdigestTrimmedMean(String arg0, String arg1, String arg2) Returns an estimation of the mean value from the sketch, excluding observation values outside the low and high cutoff quantiles.- Parameters:
arg0-arg1-arg2-- Returns:
-
tdigestTrimmedMean
Returns an estimation of the mean value from the sketch, excluding observation values outside the low and high cutoff quantiles.- Parameters:
args-- Returns:
-
rxTdigestTrimmedMean
Returns an estimation of the mean value from the sketch, excluding observation values outside the low and high cutoff quantiles.- Parameters:
args-- Returns:
-
time
Returns the server time.- Returns:
-
rxTime
Returns the server time.- Returns:
-
timeseriesClusterset
- Parameters:
args-- Returns:
-
rxTimeseriesClusterset
- Parameters:
args-- Returns:
-
timeseriesClustersetfromshard
- Parameters:
args-- Returns:
-
rxTimeseriesClustersetfromshard
- Parameters:
args-- Returns:
-
timeseriesHello
- Parameters:
args-- Returns:
-
rxTimeseriesHello
- Parameters:
args-- Returns:
-
timeseriesInfocluster
- Parameters:
args-- Returns:
-
rxTimeseriesInfocluster
- Parameters:
args-- Returns:
-
timeseriesInnercommunication
- Parameters:
args-- Returns:
-
rxTimeseriesInnercommunication
- Parameters:
args-- Returns:
-
timeseriesNetworktest
- Parameters:
args-- Returns:
-
rxTimeseriesNetworktest
- Parameters:
args-- Returns:
-
timeseriesRefreshcluster
- Parameters:
args-- Returns:
-
rxTimeseriesRefreshcluster
- Parameters:
args-- Returns:
-
topkAdd
Adds an item to a Top-k sketch. Multiple items can be added at the same time.- Parameters:
args-- Returns:
-
rxTopkAdd
Adds an item to a Top-k sketch. Multiple items can be added at the same time.- Parameters:
args-- Returns:
-
topkCount
Return the count for one or more items are in a sketch.- Parameters:
args-- Returns:
-
rxTopkCount
Return the count for one or more items are in a sketch.- Parameters:
args-- Returns:
-
topkIncrby
Increases the count of one or more items by increment.- Parameters:
args-- Returns:
-
rxTopkIncrby
Increases the count of one or more items by increment.- Parameters:
args-- Returns:
-
topkInfo
Returns information about a sketch.- Parameters:
arg0-- Returns:
-
rxTopkInfo
Returns information about a sketch.- Parameters:
arg0-- Returns:
-
topkInfo
Returns information about a sketch.- Parameters:
args-- Returns:
-
rxTopkInfo
Returns information about a sketch.- Parameters:
args-- Returns:
-
topkList
Return the full list of items in Top-K sketch.- Parameters:
args-- Returns:
-
rxTopkList
Return the full list of items in Top-K sketch.- Parameters:
args-- Returns:
-
topkQuery
Checks whether one or more items are in a sketch.- Parameters:
args-- Returns:
-
rxTopkQuery
Checks whether one or more items are in a sketch.- Parameters:
args-- Returns:
-
topkReserve
Initializes a Top-K sketch with specified parameters.- Parameters:
args-- Returns:
-
rxTopkReserve
Initializes a Top-K sketch with specified parameters.- Parameters:
args-- 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:
-
trimslots
Trim the keys that belong to specified slots.- Parameters:
args-- Returns:
-
rxTrimslots
Trim the keys that belong to specified slots.- Parameters:
args-- Returns:
-
tsAdd
Append a sample to a time series.- Parameters:
args-- Returns:
-
rxTsAdd
Append a sample to a time series.- Parameters:
args-- Returns:
-
tsAlter
Update the retention, chunk size, duplicate policy, and labels of an existing time series.- Parameters:
args-- Returns:
-
rxTsAlter
Update the retention, chunk size, duplicate policy, and labels of an existing time series.- Parameters:
args-- Returns:
-
tsCreate
Create a new time series.- Parameters:
args-- Returns:
-
rxTsCreate
Create a new time series.- Parameters:
args-- Returns:
-
tsCreaterule
Create a compaction rule.- Parameters:
args-- Returns:
-
rxTsCreaterule
Create a compaction rule.- Parameters:
args-- Returns:
-
tsDecrby
Decrease the value of the latest sample.- Parameters:
args-- Returns:
-
rxTsDecrby
Decrease the value of the latest sample.- Parameters:
args-- Returns:
-
tsDel
Delete all samples between two timestamps for a given time series.- Parameters:
arg0-arg1-arg2-- Returns:
-
rxTsDel
Delete all samples between two timestamps for a given time series.- Parameters:
arg0-arg1-arg2-- Returns:
-
tsDel
Delete all samples between two timestamps for a given time series.- Parameters:
args-- Returns:
-
rxTsDel
Delete all samples between two timestamps for a given time series.- Parameters:
args-- Returns:
-
tsDeleterule
Delete a compaction rule.- Parameters:
arg0-arg1-- Returns:
-
rxTsDeleterule
Delete a compaction rule.- Parameters:
arg0-arg1-- Returns:
-
tsDeleterule
Delete a compaction rule.- Parameters:
args-- Returns:
-
rxTsDeleterule
Delete a compaction rule.- Parameters:
args-- Returns:
-
tsGet
Get the sample with the highest timestamp from a given time series.- Parameters:
args-- Returns:
-
rxTsGet
Get the sample with the highest timestamp from a given time series.- Parameters:
args-- Returns:
-
tsIncrby
Increase the value of the latest sample.- Parameters:
args-- Returns:
-
rxTsIncrby
Increase the value of the latest sample.- Parameters:
args-- Returns:
-
tsInfo
Returns information and statistics for a time series.- Parameters:
args-- Returns:
-
rxTsInfo
Returns information and statistics for a time series.- Parameters:
args-- Returns:
-
tsMadd
Append new samples to one or more time series.- Parameters:
args-- Returns:
-
rxTsMadd
Append new samples to one or more time series.- Parameters:
args-- Returns:
-
tsMget
Get the sample with the highest timestamp from each time series matching a specific filter.- Parameters:
args-- Returns:
-
rxTsMget
Get the sample with the highest timestamp from each time series matching a specific filter.- Parameters:
args-- Returns:
-
tsMrange
Query a range across multiple time series by filters in forward direction.- Parameters:
args-- Returns:
-
rxTsMrange
Query a range across multiple time series by filters in forward direction.- Parameters:
args-- Returns:
-
tsMrevrange
Query a range across multiple time series by filters in reverse direction.- Parameters:
args-- Returns:
-
rxTsMrevrange
Query a range across multiple time series by filters in reverse direction.- Parameters:
args-- Returns:
-
tsQueryindex
Get all time series keys matching a filter list.- Parameters:
args-- Returns:
-
rxTsQueryindex
Get all time series keys matching a filter list.- Parameters:
args-- Returns:
-
tsRange
Query a range in forward direction.- Parameters:
args-- Returns:
-
rxTsRange
Query a range in forward direction.- Parameters:
args-- Returns:
-
tsRevrange
Query a range in reverse direction.- Parameters:
args-- Returns:
-
rxTsRevrange
Query a range in reverse direction.- 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 master 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 master 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:
-
xackdel
Acknowledges and deletes one or multiple messages for a stream consumer group.- Parameters:
args-- Returns:
-
rxXackdel
Acknowledges and deletes one or multiple messages for a stream consumer group.- 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:
-
xcfgset
Sets the IDMP configuration parameters for a stream.- Parameters:
args-- Returns:
-
rxXcfgset
Sets the IDMP configuration parameters for a stream.- 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:
-
xdelex
Deletes one or multiple entries from the stream.- Parameters:
args-- Returns:
-
rxXdelex
Deletes one or multiple entries from the stream.- Parameters:
args-- Returns:
-
xgroup
A container for consumer groups commands.- Parameters:
args-- Returns:
-
rxXgroup
A container for consumer groups commands.- Parameters:
args-- Returns:
-
xidmprecord
public io.reactivex.rxjava3.core.Maybe<Response> xidmprecord(String arg0, String arg1, String arg2, String arg3) An internal command for setting IDMP metadata on an existing stream message.- Parameters:
arg0-arg1-arg2-arg3-- Returns:
-
rxXidmprecord
public io.reactivex.rxjava3.core.Maybe<Response> rxXidmprecord(String arg0, String arg1, String arg2, String arg3) An internal command for setting IDMP metadata on an existing stream message.- Parameters:
arg0-arg1-arg2-arg3-- 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:
-
zrank
Returns the index of a member in a sorted set ordered by ascending scores.- Parameters:
arg0-arg1-- Returns:
-
rxZrank
Returns the index of a member in a sorted set ordered by ascending scores.- Parameters:
arg0-arg1-- 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:
-
zrevrank
Returns the index of a member in a sorted set ordered by descending scores.- Parameters:
arg0-arg1-- Returns:
-
rxZrevrank
Returns the index of a member in a sorted set ordered by descending scores.- Parameters:
arg0-arg1-- 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
-