Interface RedisAPI
public interface RedisAPI
Auto generated Redis API client wrapper.
- Version:
- redis_version:8.6.2
-
Method Summary
Modifier and TypeMethodDescriptionA container for Access List Control commands.static RedisAPIstatic RedisAPIapi(RedisConnection connection) Appends a string to the value of a key.asking()Signals that a cluster client is following an -ASK redirect.Authenticates the connection.Adds an item to a Bloom Filter.Adds an item to a Bloom Filter.Returns the cardinality of a Bloom filter.Returns the cardinality of a Bloom filter.Checks whether an item exists in a Bloom Filter.Checks whether an item exists in a Bloom Filter.Returns information about a Bloom Filter.Adds one or more items to a Bloom Filter.bfLoadchunk(String arg0, String arg1, String arg2) Restores a filter previously saved using SCANDUMP.bfLoadchunk(List<String> args) Restores a filter previously saved using SCANDUMP.Adds one or more items to a Bloom Filter.Checks whether one or more items exist in a Bloom Filter.Creates a new Bloom Filter.bfScandump(String arg0, String arg1) Begins an incremental save of the bloom filter.bfScandump(List<String> args) Begins an incremental save of the bloom filter.Asynchronously rewrites the append-only file to disk.Asynchronously saves the database(s) to disk.Counts the number of set bits (population counting) in a string.Performs arbitrary bitfield integer operations on strings.bitfieldRo(List<String> args) Performs arbitrary read-only bitfield integer operations on strings.Performs bitwise operations on multiple strings, and stores the result.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.Pops the first element from one of multiple lists.Removes and returns the first element in a list.Removes and returns the last element in a list.brpoplpush(String arg0, String arg1, String arg2) Deprecated.Removes and returns a member by score from one or more sorted sets.Removes and returns the member with the highest score from one or more sorted sets.Removes and returns the member with the lowest score from one or more sorted sets.Adds an item to a Cuckoo Filter.Adds an item to a Cuckoo Filter.Adds an item to a Cuckoo Filter if the item did not exist previously.Adds an item to a Cuckoo Filter if the item did not exist previously.Return the number of times an item might be in a Cuckoo Filter.Return the number of times an item might be in a Cuckoo Filter.Deletes an item from a Cuckoo Filter.Deletes an item from a Cuckoo Filter.Checks whether one or more items exist in a Cuckoo Filter.Checks whether one or more items exist in a Cuckoo Filter.Returns information about a Cuckoo Filter.Returns information about a Cuckoo Filter.Adds one or more items to a Cuckoo Filter.cfInsertnx(List<String> args) Adds one or more items to a Cuckoo Filter if the items did not exist previously.cfLoadchunk(String arg0, String arg1, String arg2) Restores a filter previously saved using SCANDUMP.cfLoadchunk(List<String> args) Restores a filter previously saved using SCANDUMP.Checks whether one or more items exist in a Cuckoo Filter.Creates a new Cuckoo Filter.cfScandump(String arg0, String arg1) Begins an incremental save of the bloom filter.cfScandump(List<String> args) Begins an incremental save of the bloom filter.A container for client connection commands.voidclose()A container for Redis Cluster commands.Increases the count of one or more items by increment.Returns information about a sketch.Returns information about a sketch.cmsInitbydim(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to dimensions specified by user.cmsInitbydim(List<String> args) Initializes a Count-Min Sketch to dimensions specified by user.cmsInitbyprob(String arg0, String arg1, String arg2) Initializes a Count-Min Sketch to accommodate requested tolerances.cmsInitbyprob(List<String> args) Initializes a Count-Min Sketch to accommodate requested tolerances.Merges several sketches into one sketch.Returns the count for one or more items in a sketch.Returns detailed information about all commands.A container for server configuration commands.Copies the value of a key to a new key.dbsize()Returns the number of keys in the database.A container for debugging commands.Decrements the integer value of a key by one.Decrements a number from the integer value of a key.Deletes one or more keys.Conditionally removes the specified key based on value or digest comparison.Returns the XXH3 hash of a string value.discard()Discards a transaction.Returns a serialized representation of the value stored at a key.Returns the given string.Executes a server-side Lua script.Executes a read-only server-side Lua script.Executes a server-side Lua script by SHA1 digest.Executes a read-only server-side Lua script by SHA1 digest.exec()Executes all commands in a transaction.Determines whether one or more keys exist.Sets the expiration time of a key in seconds.Sets the expiration time of a key to a Unix timestamp.expiretime(String arg0) Returns the expiration time of a key as a Unix timestamp.Starts a coordinated failover from a server to one of its replicas.Invokes a function.Invokes a read-only function.Removes all keys from all databases.Remove all keys from the current database.ftAggregate(List<String> args) Run a search query on an index and perform aggregate transformations on the results.ftAliasadd(List<String> args) Adds an alias to the index.ftAliasaddifnx(List<String> args) Adds an alias to the index.ftAliasdel(List<String> args) Deletes an alias from the index.ftAliasdelifx(List<String> args) Deletes an alias from the index.ftAliasupdate(List<String> args) Adds or updates an alias to the index.Adds a new field to the index.ftAlterifnx(List<String> args) Adds a new field to the index.Creates an index with the given spec.ftCreateifnx(List<String> args) Creates an index with the given spec.Deprecated.this command no longer exists in the latest Redis releaseAdds terms to a dictionary.Deletes terms from a dictionary.ftDictdump(List<String> args) Dumps all terms in the given dictionary.ftDropindex(List<String> args) Deletes the index.ftDropindexifx(List<String> args) Deletes the index.Returns the execution plan for a complex query.ftExplaincli(List<String> args) Returns the execution plan for a complex query.Performs hybrid search combining text search and vector similarity search.Returns information and statistics on the index.Returns a list of all existing indexes.Performs a `FT.SEARCH` or `FT.AGGREGATE` command and collects performance information.Searches the index with a textual query, returning either documents or just ids.ftSpellcheck(List<String> args) Performs spelling correction on a query, returning suggestions for misspelled terms.Adds a suggestion string to an auto-complete suggestion dictionary.Deletes a string from a suggestion index.Gets completion suggestions for a prefix.Gets the size of an auto-complete suggestion dictionary.Dumps the contents of a synonym group.ftSynupdate(List<String> args) Creates or updates a synonym group with additional terms.Returns the distinct tags indexed in a Tag field.A container for function commands.Adds one or more members to a geospatial index.Returns the distance between two members of a geospatial index.Returns members from a geospatial index as geohash strings.Returns the longitude and latitude of members from a geospatial index.Deprecated.since Redis 6.2.0, replaced by:GEOSEARCHandGEOSEARCHSTOREwith theBYRADIUSargumentgeoradiusbymember(List<String> args) Deprecated.since Redis 6.2.0, replaced by:GEOSEARCHandGEOSEARCHSTOREwith theBYRADIUSandFROMMEMBERargumentsgeoradiusbymemberRo(List<String> args) Deprecated.since Redis 6.2.0, replaced by:GEOSEARCHwith theBYRADIUSandFROMMEMBERargumentsgeoradiusRo(List<String> args) Deprecated.since Redis 6.2.0, replaced by:GEOSEARCHwith theBYRADIUSargumentQueries a geospatial index for members inside an area of a box or a circle.geosearchstore(List<String> args) Queries a geospatial index for members inside an area of a box or a circle, optionally stores the result.Returns the string value of a key.Returns a bit value by offset.Returns the string value of a key after deleting the key.Returns the string value of a key after setting its expiration time.Returns a substring of the string stored at a key.Deprecated.since Redis 6.2.0, replaced by:SETwith the!GETargumentDeprecated.this command no longer exists in the latest Redis releasegraphConfig(List<String> args) Deprecated.this command no longer exists in the latest Redis releasegraphDebug(List<String> args) Deprecated.this command no longer exists in the latest Redis releasegraphDelete(List<String> args) Deprecated.this command no longer exists in the latest Redis releasegraphExplain(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseDeprecated.this command no longer exists in the latest Redis releasegraphProfile(List<String> args) Deprecated.this command no longer exists in the latest Redis releasegraphQuery(List<String> args) Deprecated.this command no longer exists in the latest Redis releasegraphRoQuery(List<String> args) Deprecated.this command no longer exists in the latest Redis releasegraphSlowlog(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseDeletes one or more fields and their values from a hash.Handshakes with the Redis server.Determines whether a field exists in a hash.Set expiry for hash field using relative time to expire (seconds).Set expiry for hash field using an absolute Unix timestamp (seconds).hexpiretime(List<String> args) Returns the expiration time of a hash field as a Unix timestamp, in seconds.Returns the value of a field in a hash.Returns all fields and values in a hash.Returns the value of a field and deletes it from the hash.Get the value of one or more fields of a given hash key, and optionally set their expiration.Increments the integer value of a field in a hash by a number.hincrbyfloat(String arg0, String arg1, String arg2) Increments the floating point value of a field by a number.Returns all fields in a hash.Returns the number of fields in a hash.Returns the values of all fields in a hash.Deprecated.since Redis 4.0.0, replaced by:HSETwith multiple field-value pairsA container for hotkeys tracking commands.Removes the expiration time for each specified field.Set expiry for hash field using relative time to expire (milliseconds).hpexpireat(List<String> args) Set expiry for hash field using an absolute Unix timestamp (milliseconds).hpexpiretime(List<String> args) Returns the expiration time of a hash field as a Unix timestamp, in msec.Returns the TTL in milliseconds of a hash field.hrandfield(List<String> args) Returns one or more random fields from a hash.Iterates over fields and values of a hash.Creates or modifies the value of a field in a hash.Set the value of one or more fields of a given hash key, and optionally set their expiration.Sets the value of a field in a hash only when the field doesn't exist.Returns the length of the value of a field.Returns the TTL in seconds of a hash field.Returns all values in a hash.Increments the integer value of a key by one.Increments the integer value of a key by a number.incrbyfloat(String arg0, String arg1) Increment the floating point value of a key by a number.Returns information and statistics about the server.jsonArrappend(List<String> args) Append the JSON values into the array at path after the last element in it.jsonArrindex(List<String> args) Search for the first occurrence of a JSON value in an array.jsonArrinsert(List<String> args) Insert the json values into the array at path before the index (shifts to the right).jsonArrlen(List<String> args) Report the length of the JSON array at path in key.jsonArrpop(List<String> args) Remove and return the element at the specified index in the array at path.jsonArrtrim(String arg0, String arg1, String arg2, String arg3) Trim an array so that it contains only the specified inclusive range of elements.jsonArrtrim(List<String> args) Trim an array so that it contains only the specified inclusive range of elements.Clear container values (arrays/objects) and set numeric values to 0.This is a container command for debugging related tasks.Delete a value.jsonForget(List<String> args) Delete a value.Get JSON value at path.Merge a given JSON value into matching paths.Return the values at path from multiple key arguments.Set or update one or more JSON values according to the specified key-path-value triplets.jsonNumincrby(String arg0, String arg1, String arg2) Increment the number value stored at path by number.jsonNumincrby(List<String> args) Increment the number value stored at path by number.jsonNummultby(String arg0, String arg1, String arg2) Multiply the number value stored at path by number.jsonNummultby(List<String> args) Multiply the number value stored at path by number.jsonNumpowby(String arg0, String arg1, String arg2) Raise the number value stored at path to the power of number.jsonNumpowby(List<String> args) Raise the number value stored at path to the power of number.jsonObjkeys(List<String> args) Return the keys in the object that's referenced by path.jsonObjlen(List<String> args) Report the number of keys in the JSON object at path in key.Return the JSON in key in Redis serialization protocol specification form.Set the JSON value at path in key.jsonStrappend(List<String> args) Append the json-string values to the string at path.jsonStrlen(List<String> args) Report the length of the JSON String at path in key.jsonToggle(String arg0, String arg1) Toggle the boolean value stored at path.jsonToggle(List<String> args) Toggle the boolean value stored at path.Report the type of JSON value at path.Returns all key names that match a pattern.lastsave()Returns the Unix timestamp of the last successful save to disk.A container for latency diagnostics commands.Finds the longest common substring.Returns an element from a list by its index.Inserts an element before or after another element in a list.Returns the length of a list.Returns an element after popping it from one list and pushing it to another.Returns multiple elements from a list after removing them.Displays computer art and the Redis version.Returns the first elements in a list after removing it.Returns the index of matching elements in a list.Prepends one or more elements to a list.Prepends one or more elements to a list only when the list exists.Returns a range of elements from a list.Removes elements from a list.Sets the value of an element in a list by its index.Removes elements from both ends a list.A container for memory diagnostics commands.Atomically returns the string values of one or more keys.Atomically transfers a key from one Redis instance to another.A container for module commands.monitor()Listens for all requests received by the server in real-time.Moves a key to another database.Atomically creates or modifies the string values of one or more keys.Atomically sets multiple string keys with a shared expiration in a single operation.Atomically modifies the string values of one or more keys only when all keys don't exist.multi()Starts a transaction.A container for object introspection commands.Removes the expiration time of a key.Sets the expiration time of a key in milliseconds.Sets the expiration time of a key to a Unix milliseconds timestamp.pexpiretime(String arg0) Returns the expiration time of a key as a Unix milliseconds timestamp.Adds elements to a HyperLogLog key.Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).Internal commands for debugging HyperLogLog values.Merges one or more HyperLogLog values into a single key.An internal command for testing HyperLogLog values.Returns the server's liveliness response.Deprecated.since Redis 2.6.12, replaced by:SETwith thePXargumentpsubscribe(List<String> args) Listens for messages published to channels that match one or more patterns.An internal command used in replication.Returns the expiration time in milliseconds of a key.Posts a message to a channel.A container for Pub/Sub commands.punsubscribe(List<String> args) Stops listening to messages published to channels that match one or more patterns.Deprecated.since Redis 7.2.0, replaced by: just closing the connectionReturns a random key name from the database.readonly()Enables read-only queries for a connection to a Redis Cluster replica node.Enables read-write queries for a connection to a Reids Cluster replica node.Renames a key and overwrites the destination.Renames a key only when the target key name doesn't exist.An internal command for configuring the replication stream.Configures a server as replica of another, or promotes it to a master.reset()Resets the connection.Creates a key from the serialized representation of a value.restoreAsking(List<String> args) An internal command for migrating keys in a cluster.role()Returns the replication role.Returns and removes the last elements of a list.Deprecated.since Redis 6.2.0, replaced by:LMOVEwith theRIGHTandLEFTargumentsAppends one or more elements to a list.Appends an element to a list only when the list exists.Adds one or more members to a set.save()Synchronously saves the database(s) to disk.Iterates over the key names in the database.Returns the number of members in a set.A container for Lua scripts management commands.Returns the difference of multiple sets.sdiffstore(List<String> args) Stores the difference of multiple sets in a key.searchClusterinfo(List<String> args) searchClusterrefresh(List<String> args) searchClusterset(List<String> args) Changes the selected database.Send untyped command to Redis.Sets the string value of a key, ignoring its type.Sets or clears the bit at offset of the string value.Deprecated.since Redis 2.6.12, replaced by:SETwith theEXargumentDeprecated.since Redis 2.6.12, replaced by:SETwith theNXargumentOverwrites a part of a string value with another by an offset.Synchronously saves the database(s) to disk and shuts down the Redis server.Returns the intersect of multiple sets.sintercard(List<String> args) Returns the number of members of the intersect of multiple sets.sinterstore(List<String> args) Stores the intersect of multiple sets in a key.Determines whether a member belongs to a set.Deprecated.since Redis 5.0.0, replaced by:REPLICAOFA container for slow log commands.Returns all members of a set.smismember(List<String> args) Determines whether multiple members belong to a set.Moves a member from one set to another.Sorts the elements in a list, a set, or a sorted set, optionally storing the result.Returns the sorted elements of a list, a set, or a sorted set.Returns one or more random members from a set after removing them.Post a message to a shard channel.srandmember(List<String> args) Get one or multiple random members from a set.Removes one or more members from a set.Iterates over members of a set.ssubscribe(List<String> args) Listens for messages published to shard channels.Returns the length of a string value.Listens for messages published to channels.Deprecated.since Redis 2.0.0, replaced by:GETRANGEReturns the union of multiple sets.sunionstore(List<String> args) Stores the union of multiple sets in a key.sunsubscribe(List<String> args) Stops listening to messages posted to shard channels.Swaps two Redis databases.sync()An internal command used in replication.tdigestAdd(List<String> args) Adds one or more observations to a t-digest sketch.tdigestByrank(List<String> args) Returns, for each input rank, an estimation of the value (floating-point) with that rank.tdigestByrevrank(List<String> args) Returns, for each input reverse rank, an estimation of the value (floating-point) with that reverse rank.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).tdigestCreate(List<String> args) Allocates memory and initializes a new t-digest sketch.tdigestInfo(String arg0) Returns information and statistics about a t-digest sketch.tdigestInfo(List<String> args) Returns information and statistics about a t-digest sketch.tdigestMax(String arg0) Returns the maximum observation value from a t-digest sketch.tdigestMax(List<String> args) Returns the maximum observation value from a t-digest sketch.tdigestMerge(List<String> args) Merges multiple t-digest sketches into a single sketch.tdigestMin(String arg0) Returns the minimum observation value from a t-digest sketch.tdigestMin(List<String> args) Returns the minimum observation value from a t-digest sketch.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.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).tdigestReset(String arg0) Resets a t-digest sketch: empty the sketch and re-initializes it.tdigestReset(List<String> args) Resets a t-digest sketch: empty the sketch and re-initializes it.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).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.tdigestTrimmedMean(List<String> args) Returns an estimation of the mean value from the sketch, excluding observation values outside the low and high cutoff quantiles.time()Returns the server time.timeseriesClusterset(List<String> args) Deprecated.this command no longer exists in the latest Redis releasetimeseriesHello(List<String> args) Deprecated.this command no longer exists in the latest Redis releasetimeseriesInfocluster(List<String> args) Deprecated.this command no longer exists in the latest Redis releaseDeprecated.this command no longer exists in the latest Redis releasetimeseriesNetworktest(List<String> args) Deprecated.this command no longer exists in the latest Redis releasetimeseriesRefreshcluster(List<String> args) Adds an item to a Top-k sketch.Return the count for one or more items are in a sketch.topkIncrby(List<String> args) Increases the count of one or more items by increment.Returns information about a sketch.Returns information about a sketch.Return the full list of items in Top-K sketch.Checks whether one or more items are in a sketch.topkReserve(List<String> args) Initializes a Top-K sketch with specified parameters.Returns the number of existing keys out of those specified after updating the time they were last accessed.Trim the keys that belong to specified slots.Append a sample to a time series.Update the retention, chunk size, duplicate policy, and labels of an existing time series.Create a new time series.tsCreaterule(List<String> args) Create a compaction rule.Decrease the value of the latest sample.Delete all samples between two timestamps for a given time series.Delete all samples between two timestamps for a given time series.tsDeleterule(String arg0, String arg1) Delete a compaction rule.tsDeleterule(List<String> args) Delete a compaction rule.Get the sample with the highest timestamp from a given time series.Increase the value of the latest sample.Returns information and statistics for a time series.Append new samples to one or more time series.Get the sample with the highest timestamp from each time series matching a specific filter.Query a range across multiple time series by filters in forward direction.tsMrevrange(List<String> args) Query a range across multiple time series by filters in reverse direction.tsQueryindex(List<String> args) Get all time series keys matching a filter list.Query a range in forward direction.tsRevrange(List<String> args) Query a range in reverse direction.Returns the expiration time in seconds of a key.Determines the type of value stored at a key.Asynchronously deletes one or more keys.unsubscribe(List<String> args) Stops listening to messages posted to channels.unwatch()Forgets about watched keys of a transaction.Add one or more elements to a vector set, or update its vector if it already exists.Return the number of elements in a vector set.Return the dimension of vectors in the vector set.Return the vector associated with an element.Retrieve the JSON attributes of elements.Return information about a vector set.Check if an element exists in a vector set.Return the neighbors of an element at each layer in the HNSW graph.vrandmember(List<String> args) Return one or multiple random members from a vector set.Return vector set elements in a lex range.Remove an element from a vector set.Associate or remove the JSON attributes of elements.Return elements by vector similarity.Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.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.Monitors changes to keys to determine the execution of a transaction.Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.Acknowledges and deletes one or multiple messages for a stream consumer group.Appends a new message to a stream.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.Sets the IDMP configuration parameters for a stream.Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.Returns the number of messages after removing them from a stream.Deletes one or multiple entries from the stream.A container for consumer groups commands.xidmprecord(String arg0, String arg1, String arg2, String arg3) An internal command for setting IDMP metadata on an existing stream message.A container for stream introspection commands.Return the number of messages in a stream.Returns the information and entries from a stream consumer group's pending entries list.Returns the messages from a stream within a range of IDs.Returns messages from multiple streams with IDs greater than the ones requested.xreadgroup(List<String> args) Returns new or historical messages from a stream for a consumer in a group.Returns the messages from a stream within a range of IDs in reverse order.An internal command for replicating stream values.Deletes messages from the beginning of a stream.Adds one or more members to a sorted set, or updates their scores.Returns the number of members in a sorted set.Returns the count of members in a sorted set that have scores within a range.Returns the difference between multiple sorted sets.zdiffstore(List<String> args) Stores the difference of multiple sorted sets in a key.Increments the score of a member in a sorted set.Returns the intersect of multiple sorted sets.zintercard(List<String> args) Returns the number of members of the intersect of multiple sorted sets.zinterstore(List<String> args) Stores the intersect of multiple sorted sets in a key.Returns the number of members in a sorted set within a lexicographical range.Returns the highest- or lowest-scoring members from one or more sorted sets after removing them.Returns the score of one or more members in a sorted set.Returns the highest-scoring members from a sorted set after removing them.Returns the lowest-scoring members from a sorted set after removing them.zrandmember(List<String> args) Returns one or more random members from a sorted set.Returns members in a sorted set within a range of indexes.zrangebylex(List<String> args) Deprecated.since Redis 6.2.0, replaced by:ZRANGEwith theBYLEXargumentzrangebyscore(List<String> args) Deprecated.since Redis 6.2.0, replaced by:ZRANGEwith theBYSCOREargumentzrangestore(List<String> args) Stores a range of members from sorted set in a key.Returns the index of a member in a sorted set ordered by ascending scores.Returns the index of a member in a sorted set ordered by ascending scores.Removes one or more members from a sorted set.zremrangebylex(String arg0, String arg1, String arg2) Removes members in a sorted set within a lexicographical range.zremrangebyrank(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of indexes.zremrangebyscore(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of scores.Deprecated.since Redis 6.2.0, replaced by:ZRANGEwith theREVargumentzrevrangebylex(List<String> args) Deprecated.since Redis 6.2.0, replaced by:ZRANGEwith theREVandBYLEXargumentszrevrangebyscore(List<String> args) Deprecated.since Redis 6.2.0, replaced by:ZRANGEwith theREVandBYSCOREargumentsReturns the index of a member in a sorted set ordered by descending scores.Returns the index of a member in a sorted set ordered by descending scores.Iterates over members and scores of a sorted set.Returns the score of a member in a sorted set.Returns the union of multiple sorted sets.zunionstore(List<String> args) Stores the union of multiple sorted sets in a key.
-
Method Details
-
api
-
api
-
close
void close() -
ftAdd
-
ftAggregate
-
ftAliasadd
-
ftAliasdel
-
ftAliasupdate
-
ftAlter
-
ftConfig
-
ftCreate
-
ftCursor
-
ftDebug
-
ftDel
-
ftDictadd
-
ftDictdel
-
ftDictdump
-
ftDrop
-
ftDropindex
-
ftExplain
-
ftExplaincli
-
ftGet
-
ftHybrid
-
ftInfo
-
ftMget
-
ftProfile
-
ftSafeadd
-
ftSearch
-
ftSpellcheck
-
ftSugadd
-
ftSugdel
-
ftSugget
-
ftSuglen
-
ftSynadd
-
ftSyndump
-
ftSynupdate
-
ftTagvals
-
ftAliasaddifnx
-
ftAliasdelifx
-
ftAlterifnx
-
ftCreateifnx
-
ftDropifx
-
ftDropindexifx
-
ftList
-
vadd
-
vcard
-
vdim
-
vemb
-
vgetattr
-
vinfo
-
vismember
-
vlinks
-
vrandmember
-
vrange
-
vrem
-
vsetattr
-
vsim
-
acl
-
append
-
asking
-
auth
-
bfAdd
-
bfAdd
-
bfCard
-
bfCard
-
bfDebug
-
bfExists
-
bfExists
-
bfInfo
-
bfInsert
-
bfLoadchunk
-
bfLoadchunk
-
bfMadd
-
bfMexists
-
bfReserve
-
bfScandump
-
bfScandump
-
bgrewriteaof
-
bgsave
-
bitcount
-
bitfield
-
bitfieldRo
-
bitop
-
bitpos
-
blmove
-
blmpop
-
blpop
-
brpop
-
brpoplpush
Deprecated.since Redis 6.2.0, replaced by:BLMOVEwith theRIGHTandLEFTargumentsPops 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.- Since:
- Redis 2.2.0
- See Also:
-
bzmpop
-
bzpopmax
-
bzpopmin
-
cfAdd
-
cfAdd
-
cfAddnx
-
cfAddnx
-
cfCompact
-
cfCount
-
cfCount
-
cfDebug
-
cfDel
-
cfDel
-
cfExists
-
cfExists
-
cfInfo
-
cfInfo
-
cfInsert
-
cfInsertnx
-
cfLoadchunk
-
cfLoadchunk
-
cfMexists
-
cfReserve
-
cfScandump
-
cfScandump
-
client
-
cluster
-
cmsIncrby
-
cmsInfo
-
cmsInfo
-
cmsInitbydim
-
cmsInitbydim
-
cmsInitbyprob
-
cmsInitbyprob
-
cmsMerge
-
cmsQuery
-
command
-
config
-
copy
-
dbsize
-
debug
-
decr
-
decrby
-
del
-
delex
-
digest
-
discard
-
dump
-
echo
-
eval
-
evalRo
-
evalsha
-
evalshaRo
-
exec
-
exists
-
expire
-
expireat
-
expiretime
-
failover
-
fcall
-
fcallRo
-
flushall
-
flushdb
-
function
-
geoadd
-
geodist
-
geohash
-
geopos
-
georadius
-
georadiusRo
-
georadiusbymember
Deprecated.since Redis 6.2.0, replaced by:GEOSEARCHandGEOSEARCHSTOREwith theBYRADIUSandFROMMEMBERargumentsQueries a geospatial index for members within a distance from a member, optionally stores the result.- Since:
- Redis 3.2.0
- See Also:
-
georadiusbymemberRo
-
geosearch
-
geosearchstore
-
get
-
getbit
-
getdel
-
getex
-
getrange
-
getset
-
graphBulk
-
graphConfig
-
graphDebug
-
graphDelete
-
graphExplain
-
graphList
-
graphProfile
-
graphQuery
-
graphRoQuery
-
graphSlowlog
-
hdel
-
hello
-
hexists
-
hexpire
-
hexpireat
-
hexpiretime
-
hget
-
hgetall
-
hgetdel
-
hgetex
-
hincrby
-
hincrbyfloat
-
hkeys
-
hlen
-
hmget
-
hmset
-
hotkeys
-
hpersist
-
hpexpire
-
hpexpireat
-
hpexpiretime
-
hpttl
-
hrandfield
-
hscan
-
hset
-
hsetex
-
hsetnx
-
hstrlen
-
httl
-
hvals
-
incr
-
incrby
-
incrbyfloat
-
info
-
jsonArrappend
-
jsonArrindex
-
jsonArrinsert
-
jsonArrlen
-
jsonArrpop
-
jsonArrtrim
-
jsonArrtrim
-
jsonClear
-
jsonDebug
-
jsonDel
-
jsonForget
-
jsonGet
-
jsonMerge
-
jsonMget
-
jsonMset
-
jsonNumincrby
-
jsonNumincrby
-
jsonNummultby
-
jsonNummultby
-
jsonNumpowby
-
jsonNumpowby
-
jsonObjkeys
-
jsonObjlen
-
jsonResp
-
jsonSet
-
jsonStrappend
-
jsonStrlen
-
jsonToggle
-
jsonToggle
-
jsonType
-
keys
-
lastsave
-
latency
-
lcs
-
lindex
-
linsert
-
llen
-
lmove
-
lmpop
-
lolwut
-
lpop
-
lpos
-
lpush
-
lpushx
-
lrange
-
lrem
-
lset
-
ltrim
-
memory
-
mget
-
migrate
-
module
-
monitor
-
move
-
mset
-
msetex
-
msetnx
-
multi
-
object
-
persist
-
pexpire
-
pexpireat
-
pexpiretime
-
pfadd
-
pfcount
-
pfdebug
-
pfmerge
-
pfselftest
-
ping
-
psetex
-
psubscribe
-
psync
-
pttl
-
publish
-
pubsub
-
punsubscribe
-
quit
-
randomkey
-
readonly
-
readwrite
-
rename
-
renamenx
-
replconf
-
replicaof
-
reset
-
restore
-
restoreAsking
-
role
-
rpop
-
rpoplpush
Deprecated.since Redis 6.2.0, replaced by:LMOVEwith theRIGHTandLEFTargumentsReturns the last element of a list after removing and pushing it to another list. Deletes the list if the last element was popped.- Since:
- Redis 1.2.0
- See Also:
-
rpush
-
rpushx
-
sadd
-
save
-
scan
-
scard
-
script
-
sdiff
-
sdiffstore
-
searchClusterinfo
-
searchClusterrefresh
-
searchClusterset
-
select
-
set
-
setbit
-
setex
-
setnx
-
setrange
-
shutdown
-
sinter
-
sintercard
-
sinterstore
-
sismember
-
slaveof
-
slowlog
-
smembers
-
smismember
-
smove
-
sort
-
sortRo
-
spop
-
spublish
-
srandmember
-
srem
-
sscan
-
ssubscribe
-
strlen
-
subscribe
-
substr
-
sunion
-
sunionstore
-
sunsubscribe
-
swapdb
-
sync
-
tdigestAdd
-
tdigestByrank
-
tdigestByrevrank
-
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.- Since:
- Redis Bloom 2.4.0
- See Also:
-
tdigestCreate
-
tdigestInfo
-
tdigestInfo
-
tdigestMax
-
tdigestMax
-
tdigestMerge
-
tdigestMin
-
tdigestMin
-
tdigestQuantile
-
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).- Since:
- Redis Bloom 2.4.0
- See Also:
-
tdigestReset
-
tdigestReset
-
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).- Since:
- Redis Bloom 2.4.0
- See Also:
-
tdigestTrimmedMean
-
tdigestTrimmedMean
-
time
-
timeseriesClusterset
-
timeseriesClustersetfromshard
-
timeseriesHello
-
timeseriesInfocluster
-
timeseriesInnercommunication
-
timeseriesNetworktest
-
timeseriesRefreshcluster
-
topkAdd
-
topkCount
-
topkIncrby
-
topkInfo
-
topkInfo
-
topkList
-
topkQuery
-
topkReserve
-
touch
-
trimslots
-
tsAdd
-
tsAlter
-
tsCreate
-
tsCreaterule
-
tsDecrby
-
tsDel
-
tsDel
-
tsDeleterule
-
tsDeleterule
-
tsGet
-
tsIncrby
-
tsInfo
-
tsMadd
-
tsMget
-
tsMrange
-
tsMrevrange
-
tsQueryindex
-
tsRange
-
tsRevrange
-
ttl
-
type
-
unlink
-
unsubscribe
-
unwatch
-
wait
-
waitaof
-
watch
-
xack
-
xackdel
-
xadd
-
xautoclaim
-
xcfgset
-
xclaim
-
xdel
-
xdelex
-
xgroup
-
xidmprecord
-
xinfo
-
xlen
-
xpending
-
xrange
-
xread
-
xreadgroup
-
xrevrange
-
xsetid
-
xtrim
-
zadd
-
zcard
-
zcount
-
zdiff
-
zdiffstore
-
zincrby
-
zinter
-
zintercard
-
zinterstore
-
zlexcount
-
zmpop
-
zmscore
-
zpopmax
-
zpopmin
-
zrandmember
-
zrange
-
zrangebylex
-
zrangebyscore
-
zrangestore
-
zrank
-
zrank
-
zrem
-
zremrangebylex
-
zremrangebyrank
-
zremrangebyscore
-
zrevrange
-
zrevrangebylex
-
zrevrangebyscore
-
zrevrank
-
zrevrank
-
zscan
-
zscore
-
zunion
-
zunionstore
-
send
-
BLMOVEwith theRIGHTandLEFTarguments