Uses of Class
io.vertx.mutiny.redis.client.RedisAPI
Packages that use RedisAPI
-
Uses of RedisAPI in io.vertx.mutiny.redis.client
Fields in io.vertx.mutiny.redis.client with type parameters of type RedisAPIMethods in io.vertx.mutiny.redis.client that return RedisAPIModifier and TypeMethodDescriptionRedisAPI.aclAndForget(List<String> args) A container for Access List Control commands.static RedisAPIstatic RedisAPIRedisAPI.api(RedisConnection connection) RedisAPI.appendAndForget(String arg0, String arg1) Appends a string to the value of a key.RedisAPI.askingAndForget()Signals that a cluster client is following an -ASK redirect.RedisAPI.authAndForget(List<String> args) Authenticates the connection.RedisAPI.bfAddAndForget(String arg0, String arg1) Adds an item to a Bloom Filter.RedisAPI.bfAddAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.bfCardAndForget(String arg0) Returns the cardinality of a Bloom filter.RedisAPI.bfCardAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.bfDebugAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.bfExistsAndForget(String arg0, String arg1) Checks whether an item exists in a Bloom Filter.RedisAPI.bfExistsAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.bfInfoAndForget(List<String> args) Returns information about a Bloom Filter.RedisAPI.bfInsertAndForget(List<String> args) Adds one or more items to a Bloom Filter.RedisAPI.bfLoadchunkAndForget(String arg0, String arg1, String arg2) Restores a filter previously saved using SCANDUMP.RedisAPI.bfLoadchunkAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.bfMaddAndForget(List<String> args) Adds one or more items to a Bloom Filter.RedisAPI.bfMexistsAndForget(List<String> args) Checks whether one or more items exist in a Bloom Filter.RedisAPI.bfReserveAndForget(List<String> args) Creates a new Bloom Filter.RedisAPI.bfScandumpAndForget(String arg0, String arg1) Begins an incremental save of the bloom filter.RedisAPI.bfScandumpAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.bgrewriteaofAndForget()Asynchronously rewrites the append-only file to disk.RedisAPI.bgsaveAndForget(List<String> args) Asynchronously saves the database(s) to disk.RedisAPI.bitcountAndForget(List<String> args) Counts the number of set bits (population counting) in a string.RedisAPI.bitfieldAndForget(List<String> args) Performs arbitrary bitfield integer operations on strings.RedisAPI.bitfieldRoAndForget(List<String> args) Performs arbitrary read-only bitfield integer operations on strings.RedisAPI.bitopAndForget(List<String> args) Performs bitwise operations on multiple strings, and stores the result.RedisAPI.bitposAndForget(List<String> args) Finds the first set (1) or clear (0) bit in a string.Pops an element from a list, pushes it to another list and returns it.RedisAPI.blmpopAndForget(List<String> args) Pops the first element from one of multiple lists.RedisAPI.blpopAndForget(List<String> args) Removes and returns the first element in a list.RedisAPI.brpopAndForget(List<String> args) Removes and returns the last element in a list.RedisAPI.brpoplpushAndForget(String arg0, String arg1, String arg2) Deprecated.RedisAPI.bzmpopAndForget(List<String> args) Removes and returns a member by score from one or more sorted sets.RedisAPI.bzpopmaxAndForget(List<String> args) Removes and returns the member with the highest score from one or more sorted sets.RedisAPI.bzpopminAndForget(List<String> args) Removes and returns the member with the lowest score from one or more sorted sets.RedisAPI.cfAddAndForget(String arg0, String arg1) Adds an item to a Cuckoo Filter.RedisAPI.cfAddAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cfAddnxAndForget(String arg0, String arg1) Adds an item to a Cuckoo Filter if the item did not exist previously.RedisAPI.cfAddnxAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cfCompactAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cfCountAndForget(String arg0, String arg1) Return the number of times an item might be in a Cuckoo Filter.RedisAPI.cfCountAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cfDebugAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cfDelAndForget(String arg0, String arg1) Deletes an item from a Cuckoo Filter.RedisAPI.cfDelAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cfExistsAndForget(String arg0, String arg1) Checks whether one or more items exist in a Cuckoo Filter.RedisAPI.cfExistsAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cfInfoAndForget(String arg0) Returns information about a Cuckoo Filter.RedisAPI.cfInfoAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cfInsertAndForget(List<String> args) Adds one or more items to a Cuckoo Filter.RedisAPI.cfInsertnxAndForget(List<String> args) Adds one or more items to a Cuckoo Filter if the items did not exist previously.RedisAPI.cfLoadchunkAndForget(String arg0, String arg1, String arg2) Restores a filter previously saved using SCANDUMP.RedisAPI.cfLoadchunkAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cfMexistsAndForget(List<String> args) Checks whether one or more items exist in a Cuckoo Filter.RedisAPI.cfReserveAndForget(List<String> args) Creates a new Cuckoo Filter.RedisAPI.cfScandumpAndForget(String arg0, String arg1) Begins an incremental save of the bloom filter.RedisAPI.cfScandumpAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.clientAndForget(List<String> args) A container for client connection commands.RedisAPI.clusterAndForget(List<String> args) A container for Redis Cluster commands.RedisAPI.cmsIncrbyAndForget(List<String> args) Increases the count of one or more items by increment.RedisAPI.cmsInfoAndForget(String arg0) Returns information about a sketch.RedisAPI.cmsInfoAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cmsInitbydimAndForget(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to dimensions specified by user.RedisAPI.cmsInitbydimAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cmsInitbyprobAndForget(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to accommodate requested tolerances.RedisAPI.cmsInitbyprobAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.cmsMergeAndForget(List<String> args) Merges several sketches into one sketch.RedisAPI.cmsQueryAndForget(List<String> args) Returns the count for one or more items in a sketch.RedisAPI.commandAndForget(List<String> args) Returns detailed information about all commands.RedisAPI.configAndForget(List<String> args) A container for server configuration commands.RedisAPI.copyAndForget(List<String> args) Copies the value of a key to a new key.RedisAPI.dbsizeAndForget()Returns the number of keys in the database.RedisAPI.debugAndForget(List<String> args) A container for debugging commands.RedisAPI.decrAndForget(String arg0) Decrements the integer value of a key by one.RedisAPI.decrbyAndForget(String arg0, String arg1) Decrements a number from the integer value of a key.RedisAPI.delAndForget(List<String> args) Deletes one or more keys.RedisAPI.delexAndForget(List<String> args) Conditionally removes the specified key based on value or digest comparison.RedisAPI.digestAndForget(String arg0) Returns the XXH3 hash of a string value.RedisAPI.discardAndForget()Discards a transaction.RedisAPI.dumpAndForget(String arg0) Returns a serialized representation of the value stored at a key.RedisAPI.echoAndForget(String arg0) Returns the given string.RedisAPI.evalAndForget(List<String> args) Executes a server-side Lua script.RedisAPI.evalRoAndForget(List<String> args) Executes a read-only server-side Lua script.RedisAPI.evalshaAndForget(List<String> args) Executes a server-side Lua script by SHA1 digest.RedisAPI.evalshaRoAndForget(List<String> args) Executes a read-only server-side Lua script by SHA1 digest.RedisAPI.execAndForget()Executes all commands in a transaction.RedisAPI.existsAndForget(List<String> args) Determines whether one or more keys exist.RedisAPI.expireAndForget(List<String> args) Sets the expiration time of a key in seconds.RedisAPI.expireatAndForget(List<String> args) Sets the expiration time of a key to a Unix timestamp.RedisAPI.expiretimeAndForget(String arg0) Returns the expiration time of a key as a Unix timestamp.RedisAPI.failoverAndForget(List<String> args) Starts a coordinated failover from a server to one of its replicas.RedisAPI.fcallAndForget(List<String> args) Invokes a function.RedisAPI.fcallRoAndForget(List<String> args) Invokes a read-only function.RedisAPI.flushallAndForget(List<String> args) Removes all keys from all databases.RedisAPI.flushdbAndForget(List<String> args) Remove all keys from the current database.RedisAPI.ftAddAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.ftAggregateAndForget(List<String> args) Run a search query on an index and perform aggregate transformations on the results.RedisAPI.ftAliasaddAndForget(List<String> args) Adds an alias to the index.RedisAPI.ftAliasaddifnxAndForget(List<String> args) Adds an alias to the index.RedisAPI.ftAliasdelAndForget(List<String> args) Deletes an alias from the index.RedisAPI.ftAliasdelifxAndForget(List<String> args) Deletes an alias from the index.RedisAPI.ftAliasupdateAndForget(List<String> args) Adds or updates an alias to the index.RedisAPI.ftAlterAndForget(List<String> args) Adds a new field to the index.RedisAPI.ftAlterifnxAndForget(List<String> args) Adds a new field to the index.RedisAPI.ftConfigAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.ftCreateAndForget(List<String> args) Creates an index with the given spec.RedisAPI.ftCreateifnxAndForget(List<String> args) Creates an index with the given spec.RedisAPI.ftCursorAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.ftDebugAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.ftDelAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.ftDictaddAndForget(List<String> args) Adds terms to a dictionary.RedisAPI.ftDictdelAndForget(List<String> args) Deletes terms from a dictionary.RedisAPI.ftDictdumpAndForget(List<String> args) Dumps all terms in the given dictionary.RedisAPI.ftDropAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.ftDropifxAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.ftDropindexAndForget(List<String> args) Deletes the index.RedisAPI.ftDropindexifxAndForget(List<String> args) Deletes the index.RedisAPI.ftExplainAndForget(List<String> args) Returns the execution plan for a complex query.RedisAPI.ftExplaincliAndForget(List<String> args) Returns the execution plan for a complex query.RedisAPI.ftGetAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.ftHybridAndForget(List<String> args) Performs hybrid search combining text search and vector similarity search.RedisAPI.ftInfoAndForget(List<String> args) Returns information and statistics on the index.RedisAPI.ftListAndForget(List<String> args) Returns a list of all existing indexes.RedisAPI.ftMgetAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.ftProfileAndForget(List<String> args) Performs a `FT.SEARCH` or `FT.AGGREGATE` command and collects performance information.RedisAPI.ftSafeaddAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.ftSearchAndForget(List<String> args) Searches the index with a textual query, returning either documents or just ids.RedisAPI.ftSpellcheckAndForget(List<String> args) Performs spelling correction on a query, returning suggestions for misspelled terms.RedisAPI.ftSugaddAndForget(List<String> args) Adds a suggestion string to an auto-complete suggestion dictionary.RedisAPI.ftSugdelAndForget(List<String> args) Deletes a string from a suggestion index.RedisAPI.ftSuggetAndForget(List<String> args) Gets completion suggestions for a prefix.RedisAPI.ftSuglenAndForget(List<String> args) Gets the size of an auto-complete suggestion dictionary.RedisAPI.ftSynaddAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.ftSyndumpAndForget(List<String> args) Dumps the contents of a synonym group.RedisAPI.ftSynupdateAndForget(List<String> args) Creates or updates a synonym group with additional terms.RedisAPI.ftTagvalsAndForget(List<String> args) Returns the distinct tags indexed in a Tag field.RedisAPI.functionAndForget(List<String> args) A container for function commands.RedisAPI.geoaddAndForget(List<String> args) Adds one or more members to a geospatial index.RedisAPI.geodistAndForget(List<String> args) Returns the distance between two members of a geospatial index.RedisAPI.geohashAndForget(List<String> args) Returns members from a geospatial index as geohash strings.RedisAPI.geoposAndForget(List<String> args) Returns the longitude and latitude of members from a geospatial index.RedisAPI.georadiusAndForget(List<String> args) Deprecated.since Redis 6.2.0, replaced by:GEOSEARCHandGEOSEARCHSTOREwith theBYRADIUSargumentRedisAPI.georadiusbymemberAndForget(List<String> args) Deprecated.since Redis 6.2.0, replaced by:GEOSEARCHandGEOSEARCHSTOREwith theBYRADIUSandFROMMEMBERargumentsRedisAPI.georadiusbymemberRoAndForget(List<String> args) Deprecated.since Redis 6.2.0, replaced by:GEOSEARCHwith theBYRADIUSandFROMMEMBERargumentsRedisAPI.georadiusRoAndForget(List<String> args) Deprecated.since Redis 6.2.0, replaced by:GEOSEARCHwith theBYRADIUSargumentRedisAPI.geosearchAndForget(List<String> args) Queries a geospatial index for members inside an area of a box or a circle.RedisAPI.geosearchstoreAndForget(List<String> args) Queries a geospatial index for members inside an area of a box or a circle, optionally stores the result.RedisAPI.getAndForget(String arg0) Returns the string value of a key.RedisAPI.getbitAndForget(String arg0, String arg1) Returns a bit value by offset.RedisAPI.getdelAndForget(String arg0) Returns the string value of a key after deleting the key.RedisAPI.getexAndForget(List<String> args) Returns the string value of a key after setting its expiration time.RedisAPI.getrangeAndForget(String arg0, String arg1, String arg2) Returns a substring of the string stored at a key.RedisAPI.getsetAndForget(String arg0, String arg1) Deprecated.since Redis 6.2.0, replaced by:SETwith the!GETargumentRedisAPI.graphBulkAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.graphConfigAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.graphDebugAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.graphDeleteAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.graphExplainAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.graphListAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.graphProfileAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.graphQueryAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.graphRoQueryAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.graphSlowlogAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.hdelAndForget(List<String> args) Deletes one or more fields and their values from a hash.RedisAPI.helloAndForget(List<String> args) Handshakes with the Redis server.RedisAPI.hexistsAndForget(String arg0, String arg1) Determines whether a field exists in a hash.RedisAPI.hexpireAndForget(List<String> args) Set expiry for hash field using relative time to expire (seconds).RedisAPI.hexpireatAndForget(List<String> args) Set expiry for hash field using an absolute Unix timestamp (seconds).RedisAPI.hexpiretimeAndForget(List<String> args) Returns the expiration time of a hash field as a Unix timestamp, in seconds.RedisAPI.hgetallAndForget(String arg0) Returns all fields and values in a hash.RedisAPI.hgetAndForget(String arg0, String arg1) Returns the value of a field in a hash.RedisAPI.hgetdelAndForget(List<String> args) Returns the value of a field and deletes it from the hash.RedisAPI.hgetexAndForget(List<String> args) Get the value of one or more fields of a given hash key, and optionally set their expiration.RedisAPI.hincrbyAndForget(String arg0, String arg1, String arg2) Increments the integer value of a field in a hash by a number.RedisAPI.hincrbyfloatAndForget(String arg0, String arg1, String arg2) Increments the floating point value of a field by a number.RedisAPI.hkeysAndForget(String arg0) Returns all fields in a hash.RedisAPI.hlenAndForget(String arg0) Returns the number of fields in a hash.RedisAPI.hmgetAndForget(List<String> args) Returns the values of all fields in a hash.RedisAPI.hmsetAndForget(List<String> args) Deprecated.since Redis 4.0.0, replaced by:HSETwith multiple field-value pairsRedisAPI.hotkeysAndForget(List<String> args) A container for hotkeys tracking commands.RedisAPI.hpersistAndForget(List<String> args) Removes the expiration time for each specified field.RedisAPI.hpexpireAndForget(List<String> args) Set expiry for hash field using relative time to expire (milliseconds).RedisAPI.hpexpireatAndForget(List<String> args) Set expiry for hash field using an absolute Unix timestamp (milliseconds).RedisAPI.hpexpiretimeAndForget(List<String> args) Returns the expiration time of a hash field as a Unix timestamp, in msec.RedisAPI.hpttlAndForget(List<String> args) Returns the TTL in milliseconds of a hash field.RedisAPI.hrandfieldAndForget(List<String> args) Returns one or more random fields from a hash.RedisAPI.hscanAndForget(List<String> args) Iterates over fields and values of a hash.RedisAPI.hsetAndForget(List<String> args) Creates or modifies the value of a field in a hash.RedisAPI.hsetexAndForget(List<String> args) Set the value of one or more fields of a given hash key, and optionally set their expiration.RedisAPI.hsetnxAndForget(String arg0, String arg1, String arg2) Sets the value of a field in a hash only when the field doesn't exist.RedisAPI.hstrlenAndForget(String arg0, String arg1) Returns the length of the value of a field.RedisAPI.httlAndForget(List<String> args) Returns the TTL in seconds of a hash field.RedisAPI.hvalsAndForget(String arg0) Returns all values in a hash.RedisAPI.incrAndForget(String arg0) Increments the integer value of a key by one.RedisAPI.incrbyAndForget(String arg0, String arg1) Increments the integer value of a key by a number.RedisAPI.incrbyfloatAndForget(String arg0, String arg1) Increment the floating point value of a key by a number.RedisAPI.infoAndForget(List<String> args) Returns information and statistics about the server.RedisAPI.jsonArrappendAndForget(List<String> args) Append the JSON values into the array at path after the last element in it.RedisAPI.jsonArrindexAndForget(List<String> args) Search for the first occurrence of a JSON value in an array.RedisAPI.jsonArrinsertAndForget(List<String> args) Insert the json values into the array at path before the index (shifts to the right).RedisAPI.jsonArrlenAndForget(List<String> args) Report the length of the JSON array at path in key.RedisAPI.jsonArrpopAndForget(List<String> args) Remove and return the element at the specified index in the array at path.RedisAPI.jsonArrtrimAndForget(String arg0, String arg1, String arg2, String arg3) Trim an array so that it contains only the specified inclusive range of elements.RedisAPI.jsonArrtrimAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.jsonClearAndForget(List<String> args) Clear container values (arrays/objects) and set numeric values to 0.RedisAPI.jsonDebugAndForget(List<String> args) This is a container command for debugging related tasks.RedisAPI.jsonDelAndForget(List<String> args) Delete a value.RedisAPI.jsonForgetAndForget(List<String> args) Delete a value.RedisAPI.jsonGetAndForget(List<String> args) Get JSON value at path.RedisAPI.jsonMergeAndForget(List<String> args) Merge a given JSON value into matching paths.RedisAPI.jsonMgetAndForget(List<String> args) Return the values at path from multiple key arguments.RedisAPI.jsonMsetAndForget(List<String> args) Set or update one or more JSON values according to the specified key-path-value triplets.RedisAPI.jsonNumincrbyAndForget(String arg0, String arg1, String arg2) Increment the number value stored at path by number.RedisAPI.jsonNumincrbyAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.jsonNummultbyAndForget(String arg0, String arg1, String arg2) Multiply the number value stored at path by number.RedisAPI.jsonNummultbyAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.jsonNumpowbyAndForget(String arg0, String arg1, String arg2) Raise the number value stored at path to the power of number.RedisAPI.jsonNumpowbyAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.jsonObjkeysAndForget(List<String> args) Return the keys in the object that's referenced by path.RedisAPI.jsonObjlenAndForget(List<String> args) Report the number of keys in the JSON object at path in key.RedisAPI.jsonRespAndForget(List<String> args) Return the JSON in key in Redis serialization protocol specification form.RedisAPI.jsonSetAndForget(List<String> args) Set the JSON value at path in key.RedisAPI.jsonStrappendAndForget(List<String> args) Append the json-string values to the string at path.RedisAPI.jsonStrlenAndForget(List<String> args) Report the length of the JSON String at path in key.RedisAPI.jsonToggleAndForget(String arg0, String arg1) Toggle the boolean value stored at path.RedisAPI.jsonToggleAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.jsonTypeAndForget(List<String> args) Report the type of JSON value at path.RedisAPI.keysAndForget(String arg0) Returns all key names that match a pattern.RedisAPI.lastsaveAndForget()Returns the Unix timestamp of the last successful save to disk.RedisAPI.latencyAndForget(List<String> args) A container for latency diagnostics commands.RedisAPI.lcsAndForget(List<String> args) Finds the longest common substring.RedisAPI.lindexAndForget(String arg0, String arg1) Returns an element from a list by its index.RedisAPI.linsertAndForget(String arg0, String arg1, String arg2, String arg3) Inserts an element before or after another element in a list.RedisAPI.llenAndForget(String arg0) Returns the length of a list.RedisAPI.lmoveAndForget(String arg0, String arg1, String arg2, String arg3) Returns an element after popping it from one list and pushing it to another.RedisAPI.lmpopAndForget(List<String> args) Returns multiple elements from a list after removing them.RedisAPI.lolwutAndForget(List<String> args) Displays computer art and the Redis version.RedisAPI.lpopAndForget(List<String> args) Returns the first elements in a list after removing it.RedisAPI.lposAndForget(List<String> args) Returns the index of matching elements in a list.RedisAPI.lpushAndForget(List<String> args) Prepends one or more elements to a list.RedisAPI.lpushxAndForget(List<String> args) Prepends one or more elements to a list only when the list exists.RedisAPI.lrangeAndForget(String arg0, String arg1, String arg2) Returns a range of elements from a list.RedisAPI.lremAndForget(String arg0, String arg1, String arg2) Removes elements from a list.RedisAPI.lsetAndForget(String arg0, String arg1, String arg2) Sets the value of an element in a list by its index.RedisAPI.ltrimAndForget(String arg0, String arg1, String arg2) Removes elements from both ends a list.RedisAPI.memoryAndForget(List<String> args) A container for memory diagnostics commands.RedisAPI.mgetAndForget(List<String> args) Atomically returns the string values of one or more keys.RedisAPI.migrateAndForget(List<String> args) Atomically transfers a key from one Redis instance to another.RedisAPI.moduleAndForget(List<String> args) A container for module commands.RedisAPI.monitorAndForget()Listens for all requests received by the server in real-time.RedisAPI.moveAndForget(String arg0, String arg1) Moves a key to another database.RedisAPI.msetAndForget(List<String> args) Atomically creates or modifies the string values of one or more keys.RedisAPI.msetexAndForget(List<String> args) Atomically sets multiple string keys with a shared expiration in a single operation.RedisAPI.msetnxAndForget(List<String> args) Atomically modifies the string values of one or more keys only when all keys don't exist.RedisAPI.multiAndForget()Starts a transaction.static RedisAPIRedisAPI.newInstance(io.vertx.redis.client.RedisAPI delegate) Creates a new instance of theRedisAPI.RedisAPI.objectAndForget(List<String> args) A container for object introspection commands.RedisAPI.persistAndForget(String arg0) Removes the expiration time of a key.RedisAPI.pexpireAndForget(List<String> args) Sets the expiration time of a key in milliseconds.RedisAPI.pexpireatAndForget(List<String> args) Sets the expiration time of a key to a Unix milliseconds timestamp.RedisAPI.pexpiretimeAndForget(String arg0) Returns the expiration time of a key as a Unix milliseconds timestamp.RedisAPI.pfaddAndForget(List<String> args) Adds elements to a HyperLogLog key.RedisAPI.pfcountAndForget(List<String> args) Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).RedisAPI.pfdebugAndForget(String arg0, String arg1) Internal commands for debugging HyperLogLog values.RedisAPI.pfmergeAndForget(List<String> args) Merges one or more HyperLogLog values into a single key.RedisAPI.pfselftestAndForget()An internal command for testing HyperLogLog values.RedisAPI.pingAndForget(List<String> args) Returns the server's liveliness response.RedisAPI.psetexAndForget(String arg0, String arg1, String arg2) Deprecated.since Redis 2.6.12, replaced by:SETwith thePXargumentRedisAPI.psubscribeAndForget(List<String> args) Listens for messages published to channels that match one or more patterns.RedisAPI.psyncAndForget(List<String> args) An internal command used in replication.RedisAPI.pttlAndForget(String arg0) Returns the expiration time in milliseconds of a key.RedisAPI.publishAndForget(String arg0, String arg1) Posts a message to a channel.RedisAPI.pubsubAndForget(List<String> args) A container for Pub/Sub commands.RedisAPI.punsubscribeAndForget(List<String> args) Stops listening to messages published to channels that match one or more patterns.RedisAPI.quitAndForget(List<String> args) Deprecated.since Redis 7.2.0, replaced by: just closing the connectionRedisAPI.randomkeyAndForget()Returns a random key name from the database.RedisAPI.readonlyAndForget()Enables read-only queries for a connection to a Redis Cluster replica node.RedisAPI.readwriteAndForget()Enables read-write queries for a connection to a Reids Cluster replica node.RedisAPI.renameAndForget(String arg0, String arg1) Renames a key and overwrites the destination.RedisAPI.renamenxAndForget(String arg0, String arg1) Renames a key only when the target key name doesn't exist.RedisAPI.replconfAndForget(List<String> args) An internal command for configuring the replication stream.RedisAPI.replicaofAndForget(String arg0, String arg1) Configures a server as replica of another, or promotes it to a master.RedisAPI.resetAndForget()Resets the connection.RedisAPI.restoreAndForget(List<String> args) Creates a key from the serialized representation of a value.RedisAPI.restoreAskingAndForget(List<String> args) An internal command for migrating keys in a cluster.RedisAPI.roleAndForget()Returns the replication role.RedisAPI.rpopAndForget(List<String> args) Returns and removes the last elements of a list.RedisAPI.rpoplpushAndForget(String arg0, String arg1) Deprecated.since Redis 6.2.0, replaced by:LMOVEwith theRIGHTandLEFTargumentsRedisAPI.rpushAndForget(List<String> args) Appends one or more elements to a list.RedisAPI.rpushxAndForget(List<String> args) Appends an element to a list only when the list exists.RedisAPI.saddAndForget(List<String> args) Adds one or more members to a set.RedisAPI.saveAndForget()Synchronously saves the database(s) to disk.RedisAPI.scanAndForget(List<String> args) Iterates over the key names in the database.RedisAPI.scardAndForget(String arg0) Returns the number of members in a set.RedisAPI.scriptAndForget(List<String> args) A container for Lua scripts management commands.RedisAPI.sdiffAndForget(List<String> args) Returns the difference of multiple sets.RedisAPI.sdiffstoreAndForget(List<String> args) Stores the difference of multiple sets in a key.RedisAPI.searchClusterinfoAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.searchClusterrefreshAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.searchClustersetAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.selectAndForget(String arg0) Changes the selected database.RedisAPI.setAndForget(List<String> args) Sets the string value of a key, ignoring its type.RedisAPI.setbitAndForget(String arg0, String arg1, String arg2) Sets or clears the bit at offset of the string value.RedisAPI.setexAndForget(String arg0, String arg1, String arg2) Deprecated.since Redis 2.6.12, replaced by:SETwith theEXargumentRedisAPI.setnxAndForget(String arg0, String arg1) Deprecated.since Redis 2.6.12, replaced by:SETwith theNXargumentRedisAPI.setrangeAndForget(String arg0, String arg1, String arg2) Overwrites a part of a string value with another by an offset.RedisAPI.shutdownAndForget(List<String> args) Synchronously saves the database(s) to disk and shuts down the Redis server.RedisAPI.sinterAndForget(List<String> args) Returns the intersect of multiple sets.RedisAPI.sintercardAndForget(List<String> args) Returns the number of members of the intersect of multiple sets.RedisAPI.sinterstoreAndForget(List<String> args) Stores the intersect of multiple sets in a key.RedisAPI.sismemberAndForget(String arg0, String arg1) Determines whether a member belongs to a set.RedisAPI.slaveofAndForget(String arg0, String arg1) Deprecated.since Redis 5.0.0, replaced by:REPLICAOFRedisAPI.slowlogAndForget(List<String> args) A container for slow log commands.RedisAPI.smembersAndForget(String arg0) Returns all members of a set.RedisAPI.smismemberAndForget(List<String> args) Determines whether multiple members belong to a set.RedisAPI.smoveAndForget(String arg0, String arg1, String arg2) Moves a member from one set to another.RedisAPI.sortAndForget(List<String> args) Sorts the elements in a list, a set, or a sorted set, optionally storing the result.RedisAPI.sortRoAndForget(List<String> args) Returns the sorted elements of a list, a set, or a sorted set.RedisAPI.spopAndForget(List<String> args) Returns one or more random members from a set after removing them.RedisAPI.spublishAndForget(String arg0, String arg1) Post a message to a shard channel.RedisAPI.srandmemberAndForget(List<String> args) Get one or multiple random members from a set.RedisAPI.sremAndForget(List<String> args) Removes one or more members from a set.RedisAPI.sscanAndForget(List<String> args) Iterates over members of a set.RedisAPI.ssubscribeAndForget(List<String> args) Listens for messages published to shard channels.RedisAPI.strlenAndForget(String arg0) Returns the length of a string value.RedisAPI.subscribeAndForget(List<String> args) Listens for messages published to channels.RedisAPI.substrAndForget(String arg0, String arg1, String arg2) Deprecated.since Redis 2.0.0, replaced by:GETRANGERedisAPI.sunionAndForget(List<String> args) Returns the union of multiple sets.RedisAPI.sunionstoreAndForget(List<String> args) Stores the union of multiple sets in a key.RedisAPI.sunsubscribeAndForget(List<String> args) Stops listening to messages posted to shard channels.RedisAPI.swapdbAndForget(String arg0, String arg1) Swaps two Redis databases.RedisAPI.syncAndForget()An internal command used in replication.RedisAPI.tdigestAddAndForget(List<String> args) Adds one or more observations to a t-digest sketch.RedisAPI.tdigestByrankAndForget(List<String> args) Returns, for each input rank, an estimation of the value (floating-point) with that rank.RedisAPI.tdigestByrevrankAndForget(List<String> args) Returns, for each input reverse rank, an estimation of the value (floating-point) with that reverse rank.RedisAPI.tdigestCdfAndForget(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).RedisAPI.tdigestCreateAndForget(List<String> args) Allocates memory and initializes a new t-digest sketch.RedisAPI.tdigestInfoAndForget(String arg0) Returns information and statistics about a t-digest sketch.RedisAPI.tdigestInfoAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.tdigestMaxAndForget(String arg0) Returns the maximum observation value from a t-digest sketch.RedisAPI.tdigestMaxAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.tdigestMergeAndForget(List<String> args) Merges multiple t-digest sketches into a single sketch.RedisAPI.tdigestMinAndForget(String arg0) Returns the minimum observation value from a t-digest sketch.RedisAPI.tdigestMinAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.tdigestQuantileAndForget(List<String> args) Returns, for each input fraction, an estimation of the value (floating point) that is smaller than the given fraction of observations.RedisAPI.tdigestRankAndForget(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).RedisAPI.tdigestResetAndForget(String arg0) Resets a t-digest sketch: empty the sketch and re-initializes it.RedisAPI.tdigestResetAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.tdigestRevrankAndForget(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).RedisAPI.tdigestTrimmedMeanAndForget(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.RedisAPI.tdigestTrimmedMeanAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.timeAndForget()Returns the server time.RedisAPI.timeseriesClustersetAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.timeseriesClustersetfromshardAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.timeseriesHelloAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.timeseriesInfoclusterAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.timeseriesInnercommunicationAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.timeseriesNetworktestAndForget(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseRedisAPI.timeseriesRefreshclusterAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.topkAddAndForget(List<String> args) Adds an item to a Top-k sketch.RedisAPI.topkCountAndForget(List<String> args) Return the count for one or more items are in a sketch.RedisAPI.topkIncrbyAndForget(List<String> args) Increases the count of one or more items by increment.RedisAPI.topkInfoAndForget(String arg0) Returns information about a sketch.RedisAPI.topkInfoAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.topkListAndForget(List<String> args) Return the full list of items in Top-K sketch.RedisAPI.topkQueryAndForget(List<String> args) Checks whether one or more items are in a sketch.RedisAPI.topkReserveAndForget(List<String> args) Initializes a Top-K sketch with specified parameters.RedisAPI.touchAndForget(List<String> args) Returns the number of existing keys out of those specified after updating the time they were last accessed.RedisAPI.trimslotsAndForget(List<String> args) Trim the keys that belong to specified slots.RedisAPI.tsAddAndForget(List<String> args) Append a sample to a time series.RedisAPI.tsAlterAndForget(List<String> args) Update the retention, chunk size, duplicate policy, and labels of an existing time series.RedisAPI.tsCreateAndForget(List<String> args) Create a new time series.RedisAPI.tsCreateruleAndForget(List<String> args) Create a compaction rule.RedisAPI.tsDecrbyAndForget(List<String> args) Decrease the value of the latest sample.RedisAPI.tsDelAndForget(String arg0, String arg1, String arg2) Delete all samples between two timestamps for a given time series.RedisAPI.tsDelAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.tsDeleteruleAndForget(String arg0, String arg1) Delete a compaction rule.RedisAPI.tsDeleteruleAndForget(List<String> args) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.tsGetAndForget(List<String> args) Get the sample with the highest timestamp from a given time series.RedisAPI.tsIncrbyAndForget(List<String> args) Increase the value of the latest sample.RedisAPI.tsInfoAndForget(List<String> args) Returns information and statistics for a time series.RedisAPI.tsMaddAndForget(List<String> args) Append new samples to one or more time series.RedisAPI.tsMgetAndForget(List<String> args) Get the sample with the highest timestamp from each time series matching a specific filter.RedisAPI.tsMrangeAndForget(List<String> args) Query a range across multiple time series by filters in forward direction.RedisAPI.tsMrevrangeAndForget(List<String> args) Query a range across multiple time series by filters in reverse direction.RedisAPI.tsQueryindexAndForget(List<String> args) Get all time series keys matching a filter list.RedisAPI.tsRangeAndForget(List<String> args) Query a range in forward direction.RedisAPI.tsRevrangeAndForget(List<String> args) Query a range in reverse direction.RedisAPI.ttlAndForget(String arg0) Returns the expiration time in seconds of a key.RedisAPI.typeAndForget(String arg0) Determines the type of value stored at a key.RedisAPI.unlinkAndForget(List<String> args) Asynchronously deletes one or more keys.RedisAPI.unsubscribeAndForget(List<String> args) Stops listening to messages posted to channels.RedisAPI.unwatchAndForget()Forgets about watched keys of a transaction.RedisAPI.vaddAndForget(List<String> args) Add one or more elements to a vector set, or update its vector if it already exists.RedisAPI.vcardAndForget(String arg0) Return the number of elements in a vector set.RedisAPI.vdimAndForget(String arg0) Return the dimension of vectors in the vector set.RedisAPI.vembAndForget(List<String> args) Return the vector associated with an element.RedisAPI.vgetattrAndForget(String arg0, String arg1) Retrieve the JSON attributes of elements.RedisAPI.vinfoAndForget(String arg0) Return information about a vector set.RedisAPI.vismemberAndForget(String arg0, String arg1) Check if an element exists in a vector set.RedisAPI.vlinksAndForget(List<String> args) Return the neighbors of an element at each layer in the HNSW graph.RedisAPI.vrandmemberAndForget(List<String> args) Return one or multiple random members from a vector set.RedisAPI.vrangeAndForget(List<String> args) Return vector set elements in a lex range.RedisAPI.vremAndForget(String arg0, String arg1) Remove an element from a vector set.RedisAPI.vsetattrAndForget(String arg0, String arg1, String arg2) Associate or remove the JSON attributes of elements.RedisAPI.vsimAndForget(List<String> args) Return elements by vector similarity.RedisAPI.waitAndForget(String arg0, String arg1) Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.RedisAPI.waitaofAndForget(String arg0, String arg1, String arg2) 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.RedisAPI.watchAndForget(List<String> args) Monitors changes to keys to determine the execution of a transaction.RedisAPI.xackAndForget(List<String> args) Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.RedisAPI.xackdelAndForget(List<String> args) Acknowledges and deletes one or multiple messages for a stream consumer group.RedisAPI.xaddAndForget(List<String> args) Appends a new message to a stream.RedisAPI.xautoclaimAndForget(List<String> args) Changes, or acquires, ownership of messages in a consumer group, as if the messages were delivered to as consumer group member.RedisAPI.xcfgsetAndForget(List<String> args) Sets the IDMP configuration parameters for a stream.RedisAPI.xclaimAndForget(List<String> args) Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.RedisAPI.xdelAndForget(List<String> args) Returns the number of messages after removing them from a stream.RedisAPI.xdelexAndForget(List<String> args) Deletes one or multiple entries from the stream.RedisAPI.xgroupAndForget(List<String> args) A container for consumer groups commands.RedisAPI.xidmprecordAndForget(String arg0, String arg1, String arg2, String arg3) An internal command for setting IDMP metadata on an existing stream message.RedisAPI.xinfoAndForget(List<String> args) A container for stream introspection commands.RedisAPI.xlenAndForget(String arg0) Return the number of messages in a stream.RedisAPI.xpendingAndForget(List<String> args) Returns the information and entries from a stream consumer group's pending entries list.RedisAPI.xrangeAndForget(List<String> args) Returns the messages from a stream within a range of IDs.RedisAPI.xreadAndForget(List<String> args) Returns messages from multiple streams with IDs greater than the ones requested.RedisAPI.xreadgroupAndForget(List<String> args) Returns new or historical messages from a stream for a consumer in a group.RedisAPI.xrevrangeAndForget(List<String> args) Returns the messages from a stream within a range of IDs in reverse order.RedisAPI.xsetidAndForget(List<String> args) An internal command for replicating stream values.RedisAPI.xtrimAndForget(List<String> args) Deletes messages from the beginning of a stream.RedisAPI.zaddAndForget(List<String> args) Adds one or more members to a sorted set, or updates their scores.RedisAPI.zcardAndForget(String arg0) Returns the number of members in a sorted set.RedisAPI.zcountAndForget(String arg0, String arg1, String arg2) Returns the count of members in a sorted set that have scores within a range.RedisAPI.zdiffAndForget(List<String> args) Returns the difference between multiple sorted sets.RedisAPI.zdiffstoreAndForget(List<String> args) Stores the difference of multiple sorted sets in a key.RedisAPI.zincrbyAndForget(String arg0, String arg1, String arg2) Increments the score of a member in a sorted set.RedisAPI.zinterAndForget(List<String> args) Returns the intersect of multiple sorted sets.RedisAPI.zintercardAndForget(List<String> args) Returns the number of members of the intersect of multiple sorted sets.RedisAPI.zinterstoreAndForget(List<String> args) Stores the intersect of multiple sorted sets in a key.RedisAPI.zlexcountAndForget(String arg0, String arg1, String arg2) Returns the number of members in a sorted set within a lexicographical range.RedisAPI.zmpopAndForget(List<String> args) Returns the highest- or lowest-scoring members from one or more sorted sets after removing them.RedisAPI.zmscoreAndForget(List<String> args) Returns the score of one or more members in a sorted set.RedisAPI.zpopmaxAndForget(List<String> args) Returns the highest-scoring members from a sorted set after removing them.RedisAPI.zpopminAndForget(List<String> args) Returns the lowest-scoring members from a sorted set after removing them.RedisAPI.zrandmemberAndForget(List<String> args) Returns one or more random members from a sorted set.RedisAPI.zrangeAndForget(List<String> args) Returns members in a sorted set within a range of indexes.RedisAPI.zrangebylexAndForget(List<String> args) Deprecated.since Redis 6.2.0, replaced by:ZRANGEwith theBYLEXargumentRedisAPI.zrangebyscoreAndForget(List<String> args) Deprecated.since Redis 6.2.0, replaced by:ZRANGEwith theBYSCOREargumentRedisAPI.zrangestoreAndForget(List<String> args) Stores a range of members from sorted set in a key.RedisAPI.zrankAndForget(String arg0, String arg1) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.zrankAndForget(List<String> args) Returns the index of a member in a sorted set ordered by ascending scores.RedisAPI.zremAndForget(List<String> args) Removes one or more members from a sorted set.RedisAPI.zremrangebylexAndForget(String arg0, String arg1, String arg2) Removes members in a sorted set within a lexicographical range.RedisAPI.zremrangebyrankAndForget(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of indexes.RedisAPI.zremrangebyscoreAndForget(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of scores.RedisAPI.zrevrangeAndForget(List<String> args) Deprecated.since Redis 6.2.0, replaced by:ZRANGEwith theREVargumentRedisAPI.zrevrangebylexAndForget(List<String> args) Deprecated.since Redis 6.2.0, replaced by:ZRANGEwith theREVandBYLEXargumentsRedisAPI.zrevrangebyscoreAndForget(List<String> args) Deprecated.since Redis 6.2.0, replaced by:ZRANGEwith theREVandBYSCOREargumentsRedisAPI.zrevrankAndForget(String arg0, String arg1) Unlike the bare Vert.x variant, this method ignores theResponseresult or any failure.RedisAPI.zrevrankAndForget(List<String> args) Returns the index of a member in a sorted set ordered by descending scores.RedisAPI.zscanAndForget(List<String> args) Iterates over members and scores of a sorted set.RedisAPI.zscoreAndForget(String arg0, String arg1) Returns the score of a member in a sorted set.RedisAPI.zunionAndForget(List<String> args) Returns the union of multiple sorted sets.RedisAPI.zunionstoreAndForget(List<String> args) Stores the union of multiple sorted sets in a key.
BLMOVEwith theRIGHTandLEFTarguments