Class ValkeyAPI
- All Implemented Interfaces:
MutinyDelegate
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- Version:
- valkey_version:9.0.3
- See Also:
-
ValkeyAPI
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for Access List Control commands.io.vertx.redis.client.ResponseaclAndAwait(List<String> args) A container for Access List Control commands.aclAndForget(List<String> args) A container for Access List Control commands.static ValkeyAPIstatic ValkeyAPIapi(RedisConnection connection) io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Appends a string to the value of a key.io.vertx.redis.client.ResponseappendAndAwait(String arg0, String arg1) Appends a string to the value of a key.appendAndForget(String arg0, String arg1) Appends a string to the value of a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>asking()Signals that a cluster client is following an -ASK redirect.io.vertx.redis.client.ResponseSignals that a cluster client is following an -ASK redirect.Signals that a cluster client is following an -ASK redirect.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Authenticates the connection.io.vertx.redis.client.ResponseauthAndAwait(List<String> args) Authenticates the connection.authAndForget(List<String> args) Authenticates the connection.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Asynchronously rewrites the append-only file to disk.io.vertx.redis.client.ResponseAsynchronously rewrites the append-only file to disk.Asynchronously rewrites the append-only file to disk.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Asynchronously saves the database(s) to disk.io.vertx.redis.client.ResponsebgsaveAndAwait(List<String> args) Asynchronously saves the database(s) to disk.bgsaveAndForget(List<String> args) Asynchronously saves the database(s) to disk.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Counts the number of set bits (population counting) in a string.io.vertx.redis.client.ResponsebitcountAndAwait(List<String> args) Counts the number of set bits (population counting) in a string.bitcountAndForget(List<String> args) Counts the number of set bits (population counting) in a string.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Performs arbitrary bitfield integer operations on strings.io.vertx.redis.client.ResponsebitfieldAndAwait(List<String> args) Performs arbitrary bitfield integer operations on strings.bitfieldAndForget(List<String> args) Performs arbitrary bitfield integer operations on strings.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>bitfieldRo(List<String> args) Performs arbitrary read-only bitfield integer operations on strings.io.vertx.redis.client.ResponsebitfieldRoAndAwait(List<String> args) Performs arbitrary read-only bitfield integer operations on strings.bitfieldRoAndForget(List<String> args) Performs arbitrary read-only bitfield integer operations on strings.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Performs bitwise operations on multiple strings, and stores the result.io.vertx.redis.client.ResponsebitopAndAwait(List<String> args) Performs bitwise operations on multiple strings, and stores the result.bitopAndForget(List<String> args) Performs bitwise operations on multiple strings, and stores the result.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Finds the first set (1) or clear (0) bit in a string.io.vertx.redis.client.ResponsebitposAndAwait(List<String> args) Finds the first set (1) or clear (0) bit in a string.bitposAndForget(List<String> args) Finds the first set (1) or clear (0) bit in a string.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Pops an element from a list, pushes it to another list and returns it.io.vertx.redis.client.ResponsePops an element from a list, pushes it to another list and returns it.Pops an element from a list, pushes it to another list and returns it.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Pops the first element from one of multiple lists.io.vertx.redis.client.ResponseblmpopAndAwait(List<String> args) Pops the first element from one of multiple lists.blmpopAndForget(List<String> args) Pops the first element from one of multiple lists.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Removes and returns the first element in a list.io.vertx.redis.client.ResponseblpopAndAwait(List<String> args) Removes and returns the first element in a list.blpopAndForget(List<String> args) Removes and returns the first element in a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Removes and returns the last element in a list.io.vertx.redis.client.ResponsebrpopAndAwait(List<String> args) Removes and returns the last element in a list.brpopAndForget(List<String> args) Removes and returns the last element in a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>brpoplpush(String arg0, String arg1, String arg2) Pops an element from a list, pushes it to another list and returns it.io.vertx.redis.client.ResponsebrpoplpushAndAwait(String arg0, String arg1, String arg2) Pops an element from a list, pushes it to another list and returns it.brpoplpushAndForget(String arg0, String arg1, String arg2) Pops an element from a list, pushes it to another list and returns it.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Removes and returns a member by score from one or more sorted sets.io.vertx.redis.client.ResponsebzmpopAndAwait(List<String> args) Removes and returns a member by score from one or more sorted sets.bzmpopAndForget(List<String> args) Removes and returns a member by score from one or more sorted sets.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Removes and returns the member with the highest score from one or more sorted sets.io.vertx.redis.client.ResponsebzpopmaxAndAwait(List<String> args) Removes and returns the member with the highest score from one or more sorted sets.bzpopmaxAndForget(List<String> args) Removes and returns the member with the highest score from one or more sorted sets.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Removes and returns the member with the lowest score from one or more sorted sets.io.vertx.redis.client.ResponsebzpopminAndAwait(List<String> args) Removes and returns the member with the lowest score from one or more sorted sets.bzpopminAndForget(List<String> args) Removes and returns the member with the lowest score from one or more sorted sets.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for client connection commands.io.vertx.redis.client.ResponseclientAndAwait(List<String> args) A container for client connection commands.clientAndForget(List<String> args) A container for client connection commands.voidclose()io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for Cluster commands.io.vertx.redis.client.ResponseclusterAndAwait(List<String> args) A container for Cluster commands.clusterAndForget(List<String> args) A container for Cluster commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns detailed information about all commands.io.vertx.redis.client.ResponsecommandAndAwait(List<String> args) Returns detailed information about all commands.commandAndForget(List<String> args) Returns detailed information about all commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>commandlog(List<String> args) A container for command log commands.io.vertx.redis.client.ResponsecommandlogAndAwait(List<String> args) A container for command log commands.commandlogAndForget(List<String> args) A container for command log commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for server configuration commands.io.vertx.redis.client.ResponseconfigAndAwait(List<String> args) A container for server configuration commands.configAndForget(List<String> args) A container for server configuration commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Copies the value of a key to a new key.io.vertx.redis.client.ResponsecopyAndAwait(List<String> args) Copies the value of a key to a new key.copyAndForget(List<String> args) Copies the value of a key to a new key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>dbsize()Returns the number of keys in the database.io.vertx.redis.client.ResponseReturns the number of keys in the database.Returns the number of keys in the database.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for debugging commands.io.vertx.redis.client.ResponsedebugAndAwait(List<String> args) A container for debugging commands.debugAndForget(List<String> args) A container for debugging commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Decrements the integer value of a key by one.io.vertx.redis.client.ResponsedecrAndAwait(String arg0) Decrements the integer value of a key by one.decrAndForget(String arg0) Decrements the integer value of a key by one.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Decrements a number from the integer value of a key.io.vertx.redis.client.ResponsedecrbyAndAwait(String arg0, String arg1) Decrements a number from the integer value of a key.decrbyAndForget(String arg0, String arg1) Decrements a number from the integer value of a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Deletes one or more keys.io.vertx.redis.client.ResponsedelAndAwait(List<String> args) Deletes one or more keys.delAndForget(List<String> args) Deletes one or more keys.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Delete key if value matches string.io.vertx.redis.client.ResponsedelifeqAndAwait(String arg0, String arg1) Delete key if value matches string.delifeqAndForget(String arg0, String arg1) Delete key if value matches string.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>discard()Discards a transaction.io.vertx.redis.client.ResponseDiscards a transaction.Discards a transaction.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns a serialized representation of the value stored at a key.io.vertx.redis.client.ResponsedumpAndAwait(String arg0) Returns a serialized representation of the value stored at a key.dumpAndForget(String arg0) Returns a serialized representation of the value stored at a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the given string.io.vertx.redis.client.ResponseechoAndAwait(String arg0) Returns the given string.echoAndForget(String arg0) Returns the given string.booleanio.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Executes a server-side Lua script.io.vertx.redis.client.ResponseevalAndAwait(List<String> args) Executes a server-side Lua script.evalAndForget(List<String> args) Executes a server-side Lua script.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Executes a read-only server-side Lua script.io.vertx.redis.client.ResponseevalRoAndAwait(List<String> args) Executes a read-only server-side Lua script.evalRoAndForget(List<String> args) Executes a read-only server-side Lua script.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Executes a server-side Lua script by SHA1 digest.io.vertx.redis.client.ResponseevalshaAndAwait(List<String> args) Executes a server-side Lua script by SHA1 digest.evalshaAndForget(List<String> args) Executes a server-side Lua script by SHA1 digest.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Executes a read-only server-side Lua script by SHA1 digest.io.vertx.redis.client.ResponseevalshaRoAndAwait(List<String> args) Executes a read-only server-side Lua script by SHA1 digest.evalshaRoAndForget(List<String> args) Executes a read-only server-side Lua script by SHA1 digest.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>exec()Executes all commands in a transaction.io.vertx.redis.client.ResponseExecutes all commands in a transaction.Executes all commands in a transaction.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Determines whether one or more keys exist.io.vertx.redis.client.ResponseexistsAndAwait(List<String> args) Determines whether one or more keys exist.existsAndForget(List<String> args) Determines whether one or more keys exist.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sets the expiration time of a key in seconds.io.vertx.redis.client.ResponseexpireAndAwait(List<String> args) Sets the expiration time of a key in seconds.expireAndForget(List<String> args) Sets the expiration time of a key in seconds.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sets the expiration time of a key to a Unix timestamp.io.vertx.redis.client.ResponseexpireatAndAwait(List<String> args) Sets the expiration time of a key to a Unix timestamp.expireatAndForget(List<String> args) Sets the expiration time of a key to a Unix timestamp.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>expiretime(String arg0) Returns the expiration time of a key as a Unix timestamp.io.vertx.redis.client.ResponseexpiretimeAndAwait(String arg0) Returns the expiration time of a key as a Unix timestamp.expiretimeAndForget(String arg0) Returns the expiration time of a key as a Unix timestamp.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Starts a coordinated failover from a server to one of its replicas.io.vertx.redis.client.ResponsefailoverAndAwait(List<String> args) Starts a coordinated failover from a server to one of its replicas.failoverAndForget(List<String> args) Starts a coordinated failover from a server to one of its replicas.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Invokes a function.io.vertx.redis.client.ResponsefcallAndAwait(List<String> args) Invokes a function.fcallAndForget(List<String> args) Invokes a function.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Invokes a read-only function.io.vertx.redis.client.ResponsefcallRoAndAwait(List<String> args) Invokes a read-only function.fcallRoAndForget(List<String> args) Invokes a read-only function.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Removes all keys from all databases.io.vertx.redis.client.ResponseflushallAndAwait(List<String> args) Removes all keys from all databases.flushallAndForget(List<String> args) Removes all keys from all databases.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Remove all keys from the current database.io.vertx.redis.client.ResponseflushdbAndAwait(List<String> args) Remove all keys from the current database.flushdbAndForget(List<String> args) Remove all keys from the current database.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for function commands.io.vertx.redis.client.ResponsefunctionAndAwait(List<String> args) A container for function commands.functionAndForget(List<String> args) A container for function commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Adds one or more members to a geospatial index.io.vertx.redis.client.ResponsegeoaddAndAwait(List<String> args) Adds one or more members to a geospatial index.geoaddAndForget(List<String> args) Adds one or more members to a geospatial index.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the distance between two members of a geospatial index.io.vertx.redis.client.ResponsegeodistAndAwait(List<String> args) Returns the distance between two members of a geospatial index.geodistAndForget(List<String> args) Returns the distance between two members of a geospatial index.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns members from a geospatial index as geohash strings.io.vertx.redis.client.ResponsegeohashAndAwait(List<String> args) Returns members from a geospatial index as geohash strings.geohashAndForget(List<String> args) Returns members from a geospatial index as geohash strings.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the longitude and latitude of members from a geospatial index.io.vertx.redis.client.ResponsegeoposAndAwait(List<String> args) Returns the longitude and latitude of members from a geospatial index.geoposAndForget(List<String> args) Returns the longitude and latitude of members from a geospatial index.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Queries a geospatial index for members within a distance from a coordinate, optionally stores the result.io.vertx.redis.client.ResponsegeoradiusAndAwait(List<String> args) Queries a geospatial index for members within a distance from a coordinate, optionally stores the result.georadiusAndForget(List<String> args) Queries a geospatial index for members within a distance from a coordinate, optionally stores the result.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>georadiusbymember(List<String> args) Queries a geospatial index for members within a distance from a member, optionally stores the result.io.vertx.redis.client.ResponsegeoradiusbymemberAndAwait(List<String> args) Queries a geospatial index for members within a distance from a member, optionally stores the result.georadiusbymemberAndForget(List<String> args) Queries a geospatial index for members within a distance from a member, optionally stores the result.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>georadiusbymemberRo(List<String> args) Returns members from a geospatial index that are within a distance from a member.io.vertx.redis.client.ResponseReturns members from a geospatial index that are within a distance from a member.Returns members from a geospatial index that are within a distance from a member.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>georadiusRo(List<String> args) Returns members from a geospatial index that are within a distance from a coordinate.io.vertx.redis.client.ResponsegeoradiusRoAndAwait(List<String> args) Returns members from a geospatial index that are within a distance from a coordinate.georadiusRoAndForget(List<String> args) Returns members from a geospatial index that are within a distance from a coordinate.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Queries a geospatial index for members inside an area of a box, circle, or a polygon.io.vertx.redis.client.ResponsegeosearchAndAwait(List<String> args) Queries a geospatial index for members inside an area of a box, circle, or a polygon.geosearchAndForget(List<String> args) Queries a geospatial index for members inside an area of a box, circle, or a polygon.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>geosearchstore(List<String> args) Queries a geospatial index for members inside an area of a box, a circle, or a polygon, optionally stores the result.io.vertx.redis.client.ResponsegeosearchstoreAndAwait(List<String> args) Queries a geospatial index for members inside an area of a box, a circle, or a polygon, optionally stores the result.geosearchstoreAndForget(List<String> args) Queries a geospatial index for members inside an area of a box, a circle, or a polygon, optionally stores the result.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the string value of a key.io.vertx.redis.client.ResponsegetAndAwait(String arg0) Returns the string value of a key.getAndForget(String arg0) Returns the string value of a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns a bit value by offset.io.vertx.redis.client.ResponsegetbitAndAwait(String arg0, String arg1) Returns a bit value by offset.getbitAndForget(String arg0, String arg1) Returns a bit value by offset.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the string value of a key after deleting the key.io.vertx.redis.client.ResponsegetdelAndAwait(String arg0) Returns the string value of a key after deleting the key.getdelAndForget(String arg0) Returns the string value of a key after deleting the key.io.vertx.redis.client.ValkeyAPIGet the delegate instance.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the string value of a key after setting its expiration time.io.vertx.redis.client.ResponsegetexAndAwait(List<String> args) Returns the string value of a key after setting its expiration time.getexAndForget(List<String> args) Returns the string value of a key after setting its expiration time.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns a substring of the string stored at a key.io.vertx.redis.client.ResponsegetrangeAndAwait(String arg0, String arg1, String arg2) Returns a substring of the string stored at a key.getrangeAndForget(String arg0, String arg1, String arg2) Returns a substring of the string stored at a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the previous string value of a key after setting it to a new value.io.vertx.redis.client.ResponsegetsetAndAwait(String arg0, String arg1) Returns the previous string value of a key after setting it to a new value.getsetAndForget(String arg0, String arg1) Returns the previous string value of a key after setting it to a new value.inthashCode()io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Deletes one or more fields and their values from a hash.io.vertx.redis.client.ResponsehdelAndAwait(List<String> args) Deletes one or more fields and their values from a hash.hdelAndForget(List<String> args) Deletes one or more fields and their values from a hash.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Handshakes with the server.io.vertx.redis.client.ResponsehelloAndAwait(List<String> args) Handshakes with the server.helloAndForget(List<String> args) Handshakes with the server.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Determines whether a field exists in a hash.io.vertx.redis.client.ResponsehexistsAndAwait(String arg0, String arg1) Determines whether a field exists in a hash.hexistsAndForget(String arg0, String arg1) Determines whether a field exists in a hash.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Set expiry time on hash fields.io.vertx.redis.client.ResponsehexpireAndAwait(List<String> args) Set expiry time on hash fields.hexpireAndForget(List<String> args) Set expiry time on hash fields.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Set expiry time on hash fields.io.vertx.redis.client.ResponsehexpireatAndAwait(List<String> args) Set expiry time on hash fields.hexpireatAndForget(List<String> args) Set expiry time on hash fields.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>hexpiretime(List<String> args) Returns Unix timestamps in seconds since the epoch at which the given key's field(s) will expire.io.vertx.redis.client.ResponsehexpiretimeAndAwait(List<String> args) Returns Unix timestamps in seconds since the epoch at which the given key's field(s) will expire.hexpiretimeAndForget(List<String> args) Returns Unix timestamps in seconds since the epoch at which the given key's field(s) will expire.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the value of a field in a hash.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns all fields and values in a hash.io.vertx.redis.client.ResponsehgetallAndAwait(String arg0) Returns all fields and values in a hash.hgetallAndForget(String arg0) Returns all fields and values in a hash.io.vertx.redis.client.ResponsehgetAndAwait(String arg0, String arg1) Returns the value of a field in a hash.hgetAndForget(String arg0, String arg1) Returns the value of a field in a hash.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Get the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).io.vertx.redis.client.ResponsehgetexAndAwait(List<String> args) Get the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).hgetexAndForget(List<String> args) Get the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Increments the integer value of a field in a hash by a number.io.vertx.redis.client.ResponsehincrbyAndAwait(String arg0, String arg1, String arg2) Increments the integer value of a field in a hash by a number.hincrbyAndForget(String arg0, String arg1, String arg2) Increments the integer value of a field in a hash by a number.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>hincrbyfloat(String arg0, String arg1, String arg2) Increments the floating point value of a field by a number.io.vertx.redis.client.ResponsehincrbyfloatAndAwait(String arg0, String arg1, String arg2) Increments the floating point value of a field by a number.hincrbyfloatAndForget(String arg0, String arg1, String arg2) Increments the floating point value of a field by a number.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns all fields in a hash.io.vertx.redis.client.ResponsehkeysAndAwait(String arg0) Returns all fields in a hash.hkeysAndForget(String arg0) Returns all fields in a hash.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the number of fields in a hash.io.vertx.redis.client.ResponsehlenAndAwait(String arg0) Returns the number of fields in a hash.hlenAndForget(String arg0) Returns the number of fields in a hash.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the values of all fields in a hash.io.vertx.redis.client.ResponsehmgetAndAwait(List<String> args) Returns the values of all fields in a hash.hmgetAndForget(List<String> args) Returns the values of all fields in a hash.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sets the values of multiple fields.io.vertx.redis.client.ResponsehmsetAndAwait(List<String> args) Sets the values of multiple fields.hmsetAndForget(List<String> args) Sets the values of multiple fields.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Remove the existing expiration on a hash key's field(s).io.vertx.redis.client.ResponsehpersistAndAwait(List<String> args) Remove the existing expiration on a hash key's field(s).hpersistAndForget(List<String> args) Remove the existing expiration on a hash key's field(s).io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Set expiry time on hash object.io.vertx.redis.client.ResponsehpexpireAndAwait(List<String> args) Set expiry time on hash object.hpexpireAndForget(List<String> args) Set expiry time on hash object.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>hpexpireat(List<String> args) Set expiration time on hash field.io.vertx.redis.client.ResponsehpexpireatAndAwait(List<String> args) Set expiration time on hash field.hpexpireatAndForget(List<String> args) Set expiration time on hash field.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>hpexpiretime(List<String> args) Returns the Unix timestamp in milliseconds since Unix epoch at which the given key's field(s) will expire.io.vertx.redis.client.ResponsehpexpiretimeAndAwait(List<String> args) Returns the Unix timestamp in milliseconds since Unix epoch at which the given key's field(s) will expire.hpexpiretimeAndForget(List<String> args) Returns the Unix timestamp in milliseconds since Unix epoch at which the given key's field(s) will expire.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the remaining time to live in milliseconds of a hash key's field(s) that have an associated expiration.io.vertx.redis.client.ResponsehpttlAndAwait(List<String> args) Returns the remaining time to live in milliseconds of a hash key's field(s) that have an associated expiration.hpttlAndForget(List<String> args) Returns the remaining time to live in milliseconds of a hash key's field(s) that have an associated expiration.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>hrandfield(List<String> args) Returns one or more random fields from a hash.io.vertx.redis.client.ResponsehrandfieldAndAwait(List<String> args) Returns one or more random fields from a hash.hrandfieldAndForget(List<String> args) Returns one or more random fields from a hash.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Iterates over fields and values of a hash.io.vertx.redis.client.ResponsehscanAndAwait(List<String> args) Iterates over fields and values of a hash.hscanAndForget(List<String> args) Iterates over fields and values of a hash.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Creates or modifies the value of a field in a hash.io.vertx.redis.client.ResponsehsetAndAwait(List<String> args) Creates or modifies the value of a field in a hash.hsetAndForget(List<String> args) Creates or modifies the value of a field in a hash.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Set the value of one or more fields of a given hash key, and optionally set their expiration time.io.vertx.redis.client.ResponsehsetexAndAwait(List<String> args) Set the value of one or more fields of a given hash key, and optionally set their expiration time.hsetexAndForget(List<String> args) Set the value of one or more fields of a given hash key, and optionally set their expiration time.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sets the value of a field in a hash only when the field doesn't exist.io.vertx.redis.client.ResponsehsetnxAndAwait(String arg0, String arg1, String arg2) Sets the value of a field in a hash only when the field doesn't exist.hsetnxAndForget(String arg0, String arg1, String arg2) Sets the value of a field in a hash only when the field doesn't exist.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the length of the value of a field.io.vertx.redis.client.ResponsehstrlenAndAwait(String arg0, String arg1) Returns the length of the value of a field.hstrlenAndForget(String arg0, String arg1) Returns the length of the value of a field.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the remaining time to live (in seconds) of a hash key's field(s) that have an associated expiration.io.vertx.redis.client.ResponsehttlAndAwait(List<String> args) Returns the remaining time to live (in seconds) of a hash key's field(s) that have an associated expiration.httlAndForget(List<String> args) Returns the remaining time to live (in seconds) of a hash key's field(s) that have an associated expiration.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns all values in a hash.io.vertx.redis.client.ResponsehvalsAndAwait(String arg0) Returns all values in a hash.hvalsAndForget(String arg0) Returns all values in a hash.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Increments the integer value of a key by one.io.vertx.redis.client.ResponseincrAndAwait(String arg0) Increments the integer value of a key by one.incrAndForget(String arg0) Increments the integer value of a key by one.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Increments the integer value of a key by a number.io.vertx.redis.client.ResponseincrbyAndAwait(String arg0, String arg1) Increments the integer value of a key by a number.incrbyAndForget(String arg0, String arg1) Increments the integer value of a key by a number.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>incrbyfloat(String arg0, String arg1) Increment the floating point value of a key by a number.io.vertx.redis.client.ResponseincrbyfloatAndAwait(String arg0, String arg1) Increment the floating point value of a key by a number.incrbyfloatAndForget(String arg0, String arg1) Increment the floating point value of a key by a number.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns information and statistics about the server.io.vertx.redis.client.ResponseinfoAndAwait(List<String> args) Returns information and statistics about the server.infoAndForget(List<String> args) Returns information and statistics about the server.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns all key names that match a pattern.io.vertx.redis.client.ResponsekeysAndAwait(String arg0) Returns all key names that match a pattern.keysAndForget(String arg0) Returns all key names that match a pattern.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>lastsave()Returns the Unix timestamp of the last successful save to disk.io.vertx.redis.client.ResponseReturns the Unix timestamp of the last successful save to disk.Returns the Unix timestamp of the last successful save to disk.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for latency diagnostics commands.io.vertx.redis.client.ResponselatencyAndAwait(List<String> args) A container for latency diagnostics commands.latencyAndForget(List<String> args) A container for latency diagnostics commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Finds the longest common substring.io.vertx.redis.client.ResponselcsAndAwait(List<String> args) Finds the longest common substring.lcsAndForget(List<String> args) Finds the longest common substring.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns an element from a list by its index.io.vertx.redis.client.ResponselindexAndAwait(String arg0, String arg1) Returns an element from a list by its index.lindexAndForget(String arg0, String arg1) Returns an element from a list by its index.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Inserts an element before or after another element in a list.io.vertx.redis.client.ResponselinsertAndAwait(String arg0, String arg1, String arg2, String arg3) Inserts an element before or after another element in a list.linsertAndForget(String arg0, String arg1, String arg2, String arg3) Inserts an element before or after another element in a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the length of a list.io.vertx.redis.client.ResponsellenAndAwait(String arg0) Returns the length of a list.llenAndForget(String arg0) Returns the length of a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns an element after popping it from one list and pushing it to another.io.vertx.redis.client.ResponselmoveAndAwait(String arg0, String arg1, String arg2, String arg3) Returns an element after popping it from one list and pushing it to another.lmoveAndForget(String arg0, String arg1, String arg2, String arg3) Returns an element after popping it from one list and pushing it to another.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns multiple elements from a list after removing them.io.vertx.redis.client.ResponselmpopAndAwait(List<String> args) Returns multiple elements from a list after removing them.lmpopAndForget(List<String> args) Returns multiple elements from a list after removing them.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Displays computer art and the server version.io.vertx.redis.client.ResponselolwutAndAwait(List<String> args) Displays computer art and the server version.lolwutAndForget(List<String> args) Displays computer art and the server version.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns and removes one or more elements from the beginning of a list.io.vertx.redis.client.ResponselpopAndAwait(List<String> args) Returns and removes one or more elements from the beginning of a list.lpopAndForget(List<String> args) Returns and removes one or more elements from the beginning of a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the index of matching elements in a list.io.vertx.redis.client.ResponselposAndAwait(List<String> args) Returns the index of matching elements in a list.lposAndForget(List<String> args) Returns the index of matching elements in a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Prepends one or more elements to a list.io.vertx.redis.client.ResponselpushAndAwait(List<String> args) Prepends one or more elements to a list.lpushAndForget(List<String> args) Prepends one or more elements to a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Prepends one or more elements to a list only when the list exists.io.vertx.redis.client.ResponselpushxAndAwait(List<String> args) Prepends one or more elements to a list only when the list exists.lpushxAndForget(List<String> args) Prepends one or more elements to a list only when the list exists.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns a range of elements from a list.io.vertx.redis.client.ResponselrangeAndAwait(String arg0, String arg1, String arg2) Returns a range of elements from a list.lrangeAndForget(String arg0, String arg1, String arg2) Returns a range of elements from a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Removes elements from a list.io.vertx.redis.client.ResponselremAndAwait(String arg0, String arg1, String arg2) Removes elements from a list.lremAndForget(String arg0, String arg1, String arg2) Removes elements from a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sets the value of an element in a list by its index.io.vertx.redis.client.ResponselsetAndAwait(String arg0, String arg1, String arg2) Sets the value of an element in a list by its index.lsetAndForget(String arg0, String arg1, String arg2) Sets the value of an element in a list by its index.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Removes elements from both ends a list.io.vertx.redis.client.ResponseltrimAndAwait(String arg0, String arg1, String arg2) Removes elements from both ends a list.ltrimAndForget(String arg0, String arg1, String arg2) Removes elements from both ends a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for memory diagnostics commands.io.vertx.redis.client.ResponsememoryAndAwait(List<String> args) A container for memory diagnostics commands.memoryAndForget(List<String> args) A container for memory diagnostics commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Atomically returns the string values of one or more keys.io.vertx.redis.client.ResponsemgetAndAwait(List<String> args) Atomically returns the string values of one or more keys.mgetAndForget(List<String> args) Atomically returns the string values of one or more keys.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Atomically transfers a key from one instance to another.io.vertx.redis.client.ResponsemigrateAndAwait(List<String> args) Atomically transfers a key from one instance to another.migrateAndForget(List<String> args) Atomically transfers a key from one instance to another.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for module commands.io.vertx.redis.client.ResponsemoduleAndAwait(List<String> args) A container for module commands.moduleAndForget(List<String> args) A container for module commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>monitor()Listens for all requests received by the server in real-time.io.vertx.redis.client.ResponseListens for all requests received by the server in real-time.Listens for all requests received by the server in real-time.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Moves a key to another database.io.vertx.redis.client.ResponsemoveAndAwait(String arg0, String arg1) Moves a key to another database.moveAndForget(String arg0, String arg1) Moves a key to another database.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Atomically creates or modifies the string values of one or more keys.io.vertx.redis.client.ResponsemsetAndAwait(List<String> args) Atomically creates or modifies the string values of one or more keys.msetAndForget(List<String> args) Atomically creates or modifies the string values of one or more keys.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Atomically modifies the string values of one or more keys only when all keys don't exist.io.vertx.redis.client.ResponsemsetnxAndAwait(List<String> args) Atomically modifies the string values of one or more keys only when all keys don't exist.msetnxAndForget(List<String> args) Atomically modifies the string values of one or more keys only when all keys don't exist.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>multi()Starts a transaction.io.vertx.redis.client.ResponseStarts a transaction.Starts a transaction.static ValkeyAPInewInstance(io.vertx.redis.client.ValkeyAPI delegate) Creates a new instance of theValkeyAPI.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for object introspection commands.io.vertx.redis.client.ResponseobjectAndAwait(List<String> args) A container for object introspection commands.objectAndForget(List<String> args) A container for object introspection commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Removes the expiration time of a key.io.vertx.redis.client.ResponsepersistAndAwait(String arg0) Removes the expiration time of a key.persistAndForget(String arg0) Removes the expiration time of a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sets the expiration time of a key in milliseconds.io.vertx.redis.client.ResponsepexpireAndAwait(List<String> args) Sets the expiration time of a key in milliseconds.pexpireAndForget(List<String> args) Sets the expiration time of a key in milliseconds.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sets the expiration time of a key to a Unix milliseconds timestamp.io.vertx.redis.client.ResponsepexpireatAndAwait(List<String> args) Sets the expiration time of a key to a Unix milliseconds timestamp.pexpireatAndForget(List<String> args) Sets the expiration time of a key to a Unix milliseconds timestamp.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>pexpiretime(String arg0) Returns the expiration time of a key as a Unix milliseconds timestamp.io.vertx.redis.client.ResponsepexpiretimeAndAwait(String arg0) Returns the expiration time of a key as a Unix milliseconds timestamp.pexpiretimeAndForget(String arg0) Returns the expiration time of a key as a Unix milliseconds timestamp.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Adds elements to a HyperLogLog key.io.vertx.redis.client.ResponsepfaddAndAwait(List<String> args) Adds elements to a HyperLogLog key.pfaddAndForget(List<String> args) Adds elements to a HyperLogLog key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).io.vertx.redis.client.ResponsepfcountAndAwait(List<String> args) Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).pfcountAndForget(List<String> args) Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Internal commands for debugging HyperLogLog values.io.vertx.redis.client.ResponsepfdebugAndAwait(String arg0, String arg1) Internal commands for debugging HyperLogLog values.pfdebugAndForget(String arg0, String arg1) Internal commands for debugging HyperLogLog values.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Merges one or more HyperLogLog values into a single key.io.vertx.redis.client.ResponsepfmergeAndAwait(List<String> args) Merges one or more HyperLogLog values into a single key.pfmergeAndForget(List<String> args) Merges one or more HyperLogLog values into a single key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>An internal command for testing HyperLogLog values.io.vertx.redis.client.ResponseAn internal command for testing HyperLogLog values.An internal command for testing HyperLogLog values.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the server's liveliness response.io.vertx.redis.client.ResponsepingAndAwait(List<String> args) Returns the server's liveliness response.pingAndForget(List<String> args) Returns the server's liveliness response.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sets both string value and expiration time in milliseconds of a key.io.vertx.redis.client.ResponsepsetexAndAwait(String arg0, String arg1, String arg2) Sets both string value and expiration time in milliseconds of a key.psetexAndForget(String arg0, String arg1, String arg2) Sets both string value and expiration time in milliseconds of a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>psubscribe(List<String> args) Listens for messages published to channels that match one or more patterns.io.vertx.redis.client.ResponsepsubscribeAndAwait(List<String> args) Listens for messages published to channels that match one or more patterns.psubscribeAndForget(List<String> args) Listens for messages published to channels that match one or more patterns.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>An internal command used in replication.io.vertx.redis.client.ResponsepsyncAndAwait(List<String> args) An internal command used in replication.psyncAndForget(List<String> args) An internal command used in replication.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the expiration time in milliseconds of a key.io.vertx.redis.client.ResponsepttlAndAwait(String arg0) Returns the expiration time in milliseconds of a key.pttlAndForget(String arg0) Returns the expiration time in milliseconds of a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Posts a message to a channel.io.vertx.redis.client.ResponsepublishAndAwait(String arg0, String arg1) Posts a message to a channel.publishAndForget(String arg0, String arg1) Posts a message to a channel.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for Pub/Sub commands.io.vertx.redis.client.ResponsepubsubAndAwait(List<String> args) A container for Pub/Sub commands.pubsubAndForget(List<String> args) A container for Pub/Sub commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>punsubscribe(List<String> args) Stops listening to messages published to channels that match one or more patterns.io.vertx.redis.client.ResponsepunsubscribeAndAwait(List<String> args) Stops listening to messages published to channels that match one or more patterns.punsubscribeAndForget(List<String> args) Stops listening to messages published to channels that match one or more patterns.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Closes the connection.io.vertx.redis.client.ResponsequitAndAwait(List<String> args) Closes the connection.quitAndForget(List<String> args) Closes the connection.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns a random key name from the database.io.vertx.redis.client.ResponseReturns a random key name from the database.Returns a random key name from the database.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>readonly()Enables read-only queries for a connection to a Valkey replica node.io.vertx.redis.client.ResponseEnables read-only queries for a connection to a Valkey replica node.Enables read-only queries for a connection to a Valkey replica node.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Enables read-write queries for a connection to a Valkey replica node.io.vertx.redis.client.ResponseEnables read-write queries for a connection to a Valkey replica node.Enables read-write queries for a connection to a Valkey replica node.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Renames a key and overwrites the destination.io.vertx.redis.client.ResponserenameAndAwait(String arg0, String arg1) Renames a key and overwrites the destination.renameAndForget(String arg0, String arg1) Renames a key and overwrites the destination.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Renames a key only when the target key name doesn't exist.io.vertx.redis.client.ResponserenamenxAndAwait(String arg0, String arg1) Renames a key only when the target key name doesn't exist.renamenxAndForget(String arg0, String arg1) Renames a key only when the target key name doesn't exist.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>An internal command for configuring the replication stream.io.vertx.redis.client.ResponsereplconfAndAwait(List<String> args) An internal command for configuring the replication stream.replconfAndForget(List<String> args) An internal command for configuring the replication stream.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Configures a server as replica of another, or promotes it to a primary.io.vertx.redis.client.ResponsereplicaofAndAwait(String arg0, String arg1) Configures a server as replica of another, or promotes it to a primary.replicaofAndForget(String arg0, String arg1) Configures a server as replica of another, or promotes it to a primary.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>reset()Resets the connection.io.vertx.redis.client.ResponseResets the connection.Resets the connection.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Creates a key from the serialized representation of a value.io.vertx.redis.client.ResponserestoreAndAwait(List<String> args) Creates a key from the serialized representation of a value.restoreAndForget(List<String> args) Creates a key from the serialized representation of a value.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>restoreAsking(List<String> args) An internal command for migrating keys in a cluster.io.vertx.redis.client.ResponserestoreAskingAndAwait(List<String> args) An internal command for migrating keys in a cluster.restoreAskingAndForget(List<String> args) An internal command for migrating keys in a cluster.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>role()Returns the replication role.io.vertx.redis.client.ResponseReturns the replication role.Returns the replication role.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns and removes one or more elements from the end of a list.io.vertx.redis.client.ResponserpopAndAwait(List<String> args) Returns and removes one or more elements from the end of a list.rpopAndForget(List<String> args) Returns and removes one or more elements from the end of a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the last element of a list after removing and pushing it to another list.io.vertx.redis.client.ResponserpoplpushAndAwait(String arg0, String arg1) Returns the last element of a list after removing and pushing it to another list.rpoplpushAndForget(String arg0, String arg1) Returns the last element of a list after removing and pushing it to another list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Appends one or more elements to a list.io.vertx.redis.client.ResponserpushAndAwait(List<String> args) Appends one or more elements to a list.rpushAndForget(List<String> args) Appends one or more elements to a list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Appends one or more elements to a list only when the list exists.io.vertx.redis.client.ResponserpushxAndAwait(List<String> args) Appends one or more elements to a list only when the list exists.rpushxAndForget(List<String> args) Appends one or more elements to a list only when the list exists.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Adds one or more members to a set.io.vertx.redis.client.ResponsesaddAndAwait(List<String> args) Adds one or more members to a set.saddAndForget(List<String> args) Adds one or more members to a set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>save()Synchronously saves the database(s) to disk.io.vertx.redis.client.ResponseSynchronously saves the database(s) to disk.Synchronously saves the database(s) to disk.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Iterates over the key names in the database.io.vertx.redis.client.ResponsescanAndAwait(List<String> args) Iterates over the key names in the database.scanAndForget(List<String> args) Iterates over the key names in the database.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the number of members in a set.io.vertx.redis.client.ResponsescardAndAwait(String arg0) Returns the number of members in a set.scardAndForget(String arg0) Returns the number of members in a set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for Lua scripts management commands.io.vertx.redis.client.ResponsescriptAndAwait(List<String> args) A container for Lua scripts management commands.scriptAndForget(List<String> args) A container for Lua scripts management commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the difference of multiple sets.io.vertx.redis.client.ResponsesdiffAndAwait(List<String> args) Returns the difference of multiple sets.sdiffAndForget(List<String> args) Returns the difference of multiple sets.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>sdiffstore(List<String> args) Stores the difference of multiple sets in a key.io.vertx.redis.client.ResponsesdiffstoreAndAwait(List<String> args) Stores the difference of multiple sets in a key.sdiffstoreAndForget(List<String> args) Stores the difference of multiple sets in a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Changes the selected database.io.vertx.redis.client.ResponseselectAndAwait(String arg0) Changes the selected database.selectAndForget(String arg0) Changes the selected database.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sets the string value of a key, ignoring its type.io.vertx.redis.client.ResponsesetAndAwait(List<String> args) Sets the string value of a key, ignoring its type.setAndForget(List<String> args) Sets the string value of a key, ignoring its type.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sets or clears the bit at offset of the string value.io.vertx.redis.client.ResponsesetbitAndAwait(String arg0, String arg1, String arg2) Sets or clears the bit at offset of the string value.setbitAndForget(String arg0, String arg1, String arg2) Sets or clears the bit at offset of the string value.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sets the string value and expiration time of a key.io.vertx.redis.client.ResponsesetexAndAwait(String arg0, String arg1, String arg2) Sets the string value and expiration time of a key.setexAndForget(String arg0, String arg1, String arg2) Sets the string value and expiration time of a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Set the string value of a key only when the key doesn't exist.io.vertx.redis.client.ResponsesetnxAndAwait(String arg0, String arg1) Set the string value of a key only when the key doesn't exist.setnxAndForget(String arg0, String arg1) Set the string value of a key only when the key doesn't exist.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Overwrites a part of a string value with another by an offset.io.vertx.redis.client.ResponsesetrangeAndAwait(String arg0, String arg1, String arg2) Overwrites a part of a string value with another by an offset.setrangeAndForget(String arg0, String arg1, String arg2) Overwrites a part of a string value with another by an offset.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Synchronously saves the database(s) to disk and shuts down the server.io.vertx.redis.client.ResponseshutdownAndAwait(List<String> args) Synchronously saves the database(s) to disk and shuts down the server.shutdownAndForget(List<String> args) Synchronously saves the database(s) to disk and shuts down the server.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the intersect of multiple sets.io.vertx.redis.client.ResponsesinterAndAwait(List<String> args) Returns the intersect of multiple sets.sinterAndForget(List<String> args) Returns the intersect of multiple sets.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>sintercard(List<String> args) Returns the number of members of the intersect of multiple sets.io.vertx.redis.client.ResponsesintercardAndAwait(List<String> args) Returns the number of members of the intersect of multiple sets.sintercardAndForget(List<String> args) Returns the number of members of the intersect of multiple sets.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>sinterstore(List<String> args) Stores the intersect of multiple sets in a key.io.vertx.redis.client.ResponsesinterstoreAndAwait(List<String> args) Stores the intersect of multiple sets in a key.sinterstoreAndForget(List<String> args) Stores the intersect of multiple sets in a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Determines whether a member belongs to a set.io.vertx.redis.client.ResponsesismemberAndAwait(String arg0, String arg1) Determines whether a member belongs to a set.sismemberAndForget(String arg0, String arg1) Determines whether a member belongs to a set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Deprecated.io.vertx.redis.client.ResponseslaveofAndAwait(String arg0, String arg1) Deprecated.since Redis 5.0.0, replaced by:REPLICAOFslaveofAndForget(String arg0, String arg1) Deprecated.since Redis 5.0.0, replaced by:REPLICAOFio.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for slow log commands.io.vertx.redis.client.ResponseslowlogAndAwait(List<String> args) A container for slow log commands.slowlogAndForget(List<String> args) A container for slow log commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns all members of a set.io.vertx.redis.client.ResponsesmembersAndAwait(String arg0) Returns all members of a set.smembersAndForget(String arg0) Returns all members of a set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>smismember(List<String> args) Determines whether multiple members belong to a set.io.vertx.redis.client.ResponsesmismemberAndAwait(List<String> args) Determines whether multiple members belong to a set.smismemberAndForget(List<String> args) Determines whether multiple members belong to a set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Moves a member from one set to another.io.vertx.redis.client.ResponsesmoveAndAwait(String arg0, String arg1, String arg2) Moves a member from one set to another.smoveAndForget(String arg0, String arg1, String arg2) Moves a member from one set to another.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Sorts the elements in a list, a set, or a sorted set, optionally storing the result.io.vertx.redis.client.ResponsesortAndAwait(List<String> args) Sorts the elements in a list, a set, or a sorted set, optionally storing the result.sortAndForget(List<String> args) Sorts the elements in a list, a set, or a sorted set, optionally storing the result.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the sorted elements of a list, a set, or a sorted set.io.vertx.redis.client.ResponsesortRoAndAwait(List<String> args) Returns the sorted elements of a list, a set, or a sorted set.sortRoAndForget(List<String> args) Returns the sorted elements of a list, a set, or a sorted set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns one or more random members from a set after removing them.io.vertx.redis.client.ResponsespopAndAwait(List<String> args) Returns one or more random members from a set after removing them.spopAndForget(List<String> args) Returns one or more random members from a set after removing them.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Post a message to a shard channel.io.vertx.redis.client.ResponsespublishAndAwait(String arg0, String arg1) Post a message to a shard channel.spublishAndForget(String arg0, String arg1) Post a message to a shard channel.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>srandmember(List<String> args) Get one or multiple random members from a set.io.vertx.redis.client.ResponsesrandmemberAndAwait(List<String> args) Get one or multiple random members from a set.srandmemberAndForget(List<String> args) Get one or multiple random members from a set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Removes one or more members from a set.io.vertx.redis.client.ResponsesremAndAwait(List<String> args) Removes one or more members from a set.sremAndForget(List<String> args) Removes one or more members from a set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Iterates over members of a set.io.vertx.redis.client.ResponsesscanAndAwait(List<String> args) Iterates over members of a set.sscanAndForget(List<String> args) Iterates over members of a set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>ssubscribe(List<String> args) Listens for messages published to shard channels.io.vertx.redis.client.ResponsessubscribeAndAwait(List<String> args) Listens for messages published to shard channels.ssubscribeAndForget(List<String> args) Listens for messages published to shard channels.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the length of a string value.io.vertx.redis.client.ResponsestrlenAndAwait(String arg0) Returns the length of a string value.strlenAndForget(String arg0) Returns the length of a string value.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Listens for messages published to channels.io.vertx.redis.client.ResponsesubscribeAndAwait(List<String> args) Listens for messages published to channels.subscribeAndForget(List<String> args) Listens for messages published to channels.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns a substring from a string value.io.vertx.redis.client.ResponsesubstrAndAwait(String arg0, String arg1, String arg2) Returns a substring from a string value.substrAndForget(String arg0, String arg1, String arg2) Returns a substring from a string value.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the union of multiple sets.io.vertx.redis.client.ResponsesunionAndAwait(List<String> args) Returns the union of multiple sets.sunionAndForget(List<String> args) Returns the union of multiple sets.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>sunionstore(List<String> args) Stores the union of multiple sets in a key.io.vertx.redis.client.ResponsesunionstoreAndAwait(List<String> args) Stores the union of multiple sets in a key.sunionstoreAndForget(List<String> args) Stores the union of multiple sets in a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>sunsubscribe(List<String> args) Stops listening to messages posted to shard channels.io.vertx.redis.client.ResponsesunsubscribeAndAwait(List<String> args) Stops listening to messages posted to shard channels.sunsubscribeAndForget(List<String> args) Stops listening to messages posted to shard channels.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Swaps two databases.io.vertx.redis.client.ResponseswapdbAndAwait(String arg0, String arg1) Swaps two databases.swapdbAndForget(String arg0, String arg1) Swaps two databases.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>sync()An internal command used in replication.io.vertx.redis.client.ResponseAn internal command used in replication.An internal command used in replication.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>time()Returns the server time.io.vertx.redis.client.ResponseReturns the server time.Returns the server time.toString()io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the number of existing keys out of those specified after updating the time they were last accessed.io.vertx.redis.client.ResponsetouchAndAwait(List<String> args) Returns the number of existing keys out of those specified after updating the time they were last accessed.touchAndForget(List<String> args) Returns the number of existing keys out of those specified after updating the time they were last accessed.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the expiration time in seconds of a key.io.vertx.redis.client.ResponsettlAndAwait(String arg0) Returns the expiration time in seconds of a key.ttlAndForget(String arg0) Returns the expiration time in seconds of a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Determines the type of value stored at a key.io.vertx.redis.client.ResponsetypeAndAwait(String arg0) Determines the type of value stored at a key.typeAndForget(String arg0) Determines the type of value stored at a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Asynchronously deletes one or more keys.io.vertx.redis.client.ResponseunlinkAndAwait(List<String> args) Asynchronously deletes one or more keys.unlinkAndForget(List<String> args) Asynchronously deletes one or more keys.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>unsubscribe(List<String> args) Stops listening to messages posted to channels.io.vertx.redis.client.ResponseunsubscribeAndAwait(List<String> args) Stops listening to messages posted to channels.unsubscribeAndForget(List<String> args) Stops listening to messages posted to channels.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>unwatch()Forgets about watched keys of a transaction.io.vertx.redis.client.ResponseForgets about watched keys of a transaction.Forgets about watched keys of a transaction.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.io.vertx.redis.client.ResponsewaitAndAwait(String arg0, String arg1) Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.waitAndForget(String arg0, String arg1) Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Blocks until all of the preceding write commands sent by the connection are written to the append-only file of the primary and/or replicas.io.vertx.redis.client.ResponsewaitaofAndAwait(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 primary and/or replicas.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 primary and/or replicas.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Monitors changes to keys to determine the execution of a transaction.io.vertx.redis.client.ResponsewatchAndAwait(List<String> args) Monitors changes to keys to determine the execution of a transaction.watchAndForget(List<String> args) Monitors changes to keys to determine the execution of a transaction.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.io.vertx.redis.client.ResponsexackAndAwait(List<String> args) Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.xackAndForget(List<String> args) Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Appends a new message to a stream.io.vertx.redis.client.ResponsexaddAndAwait(List<String> args) Appends a new message to a stream.xaddAndForget(List<String> args) Appends a new message to a stream.io.smallrye.mutiny.Uni<io.vertx.redis.client.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.vertx.redis.client.ResponsexautoclaimAndAwait(List<String> args) Changes, or acquires, ownership of messages in a consumer group, as if the messages were delivered to as consumer group member.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.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.io.vertx.redis.client.ResponsexclaimAndAwait(List<String> args) Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.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.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the number of messages after removing them from a stream.io.vertx.redis.client.ResponsexdelAndAwait(List<String> args) Returns the number of messages after removing them from a stream.xdelAndForget(List<String> args) Returns the number of messages after removing them from a stream.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for consumer groups commands.io.vertx.redis.client.ResponsexgroupAndAwait(List<String> args) A container for consumer groups commands.xgroupAndForget(List<String> args) A container for consumer groups commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>A container for stream introspection commands.io.vertx.redis.client.ResponsexinfoAndAwait(List<String> args) A container for stream introspection commands.xinfoAndForget(List<String> args) A container for stream introspection commands.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Return the number of messages in a stream.io.vertx.redis.client.ResponsexlenAndAwait(String arg0) Return the number of messages in a stream.xlenAndForget(String arg0) Return the number of messages in a stream.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the information and entries from a stream consumer group's pending entries list.io.vertx.redis.client.ResponsexpendingAndAwait(List<String> args) Returns the information and entries from a stream consumer group's pending entries list.xpendingAndForget(List<String> args) Returns the information and entries from a stream consumer group's pending entries list.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the messages from a stream within a range of IDs.io.vertx.redis.client.ResponsexrangeAndAwait(List<String> args) Returns the messages from a stream within a range of IDs.xrangeAndForget(List<String> args) Returns the messages from a stream within a range of IDs.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns messages from multiple streams with IDs greater than the ones requested.io.vertx.redis.client.ResponsexreadAndAwait(List<String> args) Returns messages from multiple streams with IDs greater than the ones requested.xreadAndForget(List<String> args) Returns messages from multiple streams with IDs greater than the ones requested.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>xreadgroup(List<String> args) Returns new or historical messages from a stream for a consumer in a group.io.vertx.redis.client.ResponsexreadgroupAndAwait(List<String> args) Returns new or historical messages from a stream for a consumer in a group.xreadgroupAndForget(List<String> args) Returns new or historical messages from a stream for a consumer in a group.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the messages from a stream within a range of IDs in reverse order.io.vertx.redis.client.ResponsexrevrangeAndAwait(List<String> args) Returns the messages from a stream within a range of IDs in reverse order.xrevrangeAndForget(List<String> args) Returns the messages from a stream within a range of IDs in reverse order.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>An internal command for replicating stream values.io.vertx.redis.client.ResponsexsetidAndAwait(List<String> args) An internal command for replicating stream values.xsetidAndForget(List<String> args) An internal command for replicating stream values.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Deletes messages from the beginning of a stream.io.vertx.redis.client.ResponsextrimAndAwait(List<String> args) Deletes messages from the beginning of a stream.xtrimAndForget(List<String> args) Deletes messages from the beginning of a stream.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Adds one or more members to a sorted set, or updates their scores.io.vertx.redis.client.ResponsezaddAndAwait(List<String> args) Adds one or more members to a sorted set, or updates their scores.zaddAndForget(List<String> args) Adds one or more members to a sorted set, or updates their scores.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the number of members in a sorted set.io.vertx.redis.client.ResponsezcardAndAwait(String arg0) Returns the number of members in a sorted set.zcardAndForget(String arg0) Returns the number of members in a sorted set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the count of members in a sorted set that have scores within a range.io.vertx.redis.client.ResponsezcountAndAwait(String arg0, String arg1, String arg2) Returns the count of members in a sorted set that have scores within a range.zcountAndForget(String arg0, String arg1, String arg2) Returns the count of members in a sorted set that have scores within a range.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the difference between multiple sorted sets.io.vertx.redis.client.ResponsezdiffAndAwait(List<String> args) Returns the difference between multiple sorted sets.zdiffAndForget(List<String> args) Returns the difference between multiple sorted sets.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zdiffstore(List<String> args) Stores the difference of multiple sorted sets in a key.io.vertx.redis.client.ResponsezdiffstoreAndAwait(List<String> args) Stores the difference of multiple sorted sets in a key.zdiffstoreAndForget(List<String> args) Stores the difference of multiple sorted sets in a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Increments the score of a member in a sorted set.io.vertx.redis.client.ResponsezincrbyAndAwait(String arg0, String arg1, String arg2) Increments the score of a member in a sorted set.zincrbyAndForget(String arg0, String arg1, String arg2) Increments the score of a member in a sorted set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the intersect of multiple sorted sets.io.vertx.redis.client.ResponsezinterAndAwait(List<String> args) Returns the intersect of multiple sorted sets.zinterAndForget(List<String> args) Returns the intersect of multiple sorted sets.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zintercard(List<String> args) Returns the number of members of the intersect of multiple sorted sets.io.vertx.redis.client.ResponsezintercardAndAwait(List<String> args) Returns the number of members of the intersect of multiple sorted sets.zintercardAndForget(List<String> args) Returns the number of members of the intersect of multiple sorted sets.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zinterstore(List<String> args) Stores the intersect of multiple sorted sets in a key.io.vertx.redis.client.ResponsezinterstoreAndAwait(List<String> args) Stores the intersect of multiple sorted sets in a key.zinterstoreAndForget(List<String> args) Stores the intersect of multiple sorted sets in a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the number of members in a sorted set within a lexicographical range.io.vertx.redis.client.ResponsezlexcountAndAwait(String arg0, String arg1, String arg2) Returns the number of members in a sorted set within a lexicographical range.zlexcountAndForget(String arg0, String arg1, String arg2) Returns the number of members in a sorted set within a lexicographical range.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the highest- or lowest-scoring members from one or more sorted sets after removing them.io.vertx.redis.client.ResponsezmpopAndAwait(List<String> args) Returns the highest- or lowest-scoring members from one or more sorted sets after removing them.zmpopAndForget(List<String> args) Returns the highest- or lowest-scoring members from one or more sorted sets after removing them.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the score of one or more members in a sorted set.io.vertx.redis.client.ResponsezmscoreAndAwait(List<String> args) Returns the score of one or more members in a sorted set.zmscoreAndForget(List<String> args) Returns the score of one or more members in a sorted set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the highest-scoring members from a sorted set after removing them.io.vertx.redis.client.ResponsezpopmaxAndAwait(List<String> args) Returns the highest-scoring members from a sorted set after removing them.zpopmaxAndForget(List<String> args) Returns the highest-scoring members from a sorted set after removing them.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the lowest-scoring members from a sorted set after removing them.io.vertx.redis.client.ResponsezpopminAndAwait(List<String> args) Returns the lowest-scoring members from a sorted set after removing them.zpopminAndForget(List<String> args) Returns the lowest-scoring members from a sorted set after removing them.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zrandmember(List<String> args) Returns one or more random members from a sorted set.io.vertx.redis.client.ResponsezrandmemberAndAwait(List<String> args) Returns one or more random members from a sorted set.zrandmemberAndForget(List<String> args) Returns one or more random members from a sorted set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns members in a sorted set within a range of indexes.io.vertx.redis.client.ResponsezrangeAndAwait(List<String> args) Returns members in a sorted set within a range of indexes.zrangeAndForget(List<String> args) Returns members in a sorted set within a range of indexes.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zrangebylex(List<String> args) Returns members in a sorted set within a lexicographical range.io.vertx.redis.client.ResponsezrangebylexAndAwait(List<String> args) Returns members in a sorted set within a lexicographical range.zrangebylexAndForget(List<String> args) Returns members in a sorted set within a lexicographical range.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zrangebyscore(List<String> args) Returns members in a sorted set within a range of scores.io.vertx.redis.client.ResponsezrangebyscoreAndAwait(List<String> args) Returns members in a sorted set within a range of scores.zrangebyscoreAndForget(List<String> args) Returns members in a sorted set within a range of scores.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zrangestore(List<String> args) Stores a range of members from sorted set in a key.io.vertx.redis.client.ResponsezrangestoreAndAwait(List<String> args) Stores a range of members from sorted set in a key.zrangestoreAndForget(List<String> args) Stores a range of members from sorted set in a key.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the index of a member in a sorted set ordered by ascending scores.io.vertx.redis.client.ResponsezrankAndAwait(List<String> args) Returns the index of a member in a sorted set ordered by ascending scores.zrankAndForget(List<String> args) Returns the index of a member in a sorted set ordered by ascending scores.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Removes one or more members from a sorted set.io.vertx.redis.client.ResponsezremAndAwait(List<String> args) Removes one or more members from a sorted set.zremAndForget(List<String> args) Removes one or more members from a sorted set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zremrangebylex(String arg0, String arg1, String arg2) Removes members in a sorted set within a lexicographical range.io.vertx.redis.client.ResponsezremrangebylexAndAwait(String arg0, String arg1, String arg2) Removes members in a sorted set within a lexicographical range.zremrangebylexAndForget(String arg0, String arg1, String arg2) Removes members in a sorted set within a lexicographical range.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zremrangebyrank(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of indexes.io.vertx.redis.client.ResponsezremrangebyrankAndAwait(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of indexes.zremrangebyrankAndForget(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of indexes.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zremrangebyscore(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of scores.io.vertx.redis.client.ResponsezremrangebyscoreAndAwait(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of scores.zremrangebyscoreAndForget(String arg0, String arg1, String arg2) Removes members in a sorted set within a range of scores.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns members in a sorted set within a range of indexes in reverse order.io.vertx.redis.client.ResponsezrevrangeAndAwait(List<String> args) Returns members in a sorted set within a range of indexes in reverse order.zrevrangeAndForget(List<String> args) Returns members in a sorted set within a range of indexes in reverse order.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zrevrangebylex(List<String> args) Returns members in a sorted set within a lexicographical range in reverse order.io.vertx.redis.client.ResponsezrevrangebylexAndAwait(List<String> args) Returns members in a sorted set within a lexicographical range in reverse order.zrevrangebylexAndForget(List<String> args) Returns members in a sorted set within a lexicographical range in reverse order.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zrevrangebyscore(List<String> args) Returns members in a sorted set within a range of scores in reverse order.io.vertx.redis.client.ResponsezrevrangebyscoreAndAwait(List<String> args) Returns members in a sorted set within a range of scores in reverse order.zrevrangebyscoreAndForget(List<String> args) Returns members in a sorted set within a range of scores in reverse order.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the index of a member in a sorted set ordered by descending scores.io.vertx.redis.client.ResponsezrevrankAndAwait(List<String> args) Returns the index of a member in a sorted set ordered by descending scores.zrevrankAndForget(List<String> args) Returns the index of a member in a sorted set ordered by descending scores.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Iterates over members and scores of a sorted set.io.vertx.redis.client.ResponsezscanAndAwait(List<String> args) Iterates over members and scores of a sorted set.zscanAndForget(List<String> args) Iterates over members and scores of a sorted set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the score of a member in a sorted set.io.vertx.redis.client.ResponsezscoreAndAwait(String arg0, String arg1) Returns the score of a member in a sorted set.zscoreAndForget(String arg0, String arg1) Returns the score of a member in a sorted set.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>Returns the union of multiple sorted sets.io.vertx.redis.client.ResponsezunionAndAwait(List<String> args) Returns the union of multiple sorted sets.zunionAndForget(List<String> args) Returns the union of multiple sorted sets.io.smallrye.mutiny.Uni<io.vertx.redis.client.Response>zunionstore(List<String> args) Stores the union of multiple sorted sets in a key.io.vertx.redis.client.ResponsezunionstoreAndAwait(List<String> args) Stores the union of multiple sorted sets in a key.zunionstoreAndForget(List<String> args) Stores the union of multiple sorted sets in a key.
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ValkeyAPI
public ValkeyAPI(io.vertx.redis.client.ValkeyAPI delegate) Create a new instance ofValkeyAPIdelegating to the given (non-null) instance ofValkeyAPI. -
ValkeyAPI
-
-
Method Details
-
getDelegate
public io.vertx.redis.client.ValkeyAPI getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
acl
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> acl(List<String> args) A container for Access List Control commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.0.0
- See Also:
-
- ACL
ValkeyAPI.acl(List)
-
aclAndAwait
A container for Access List Control commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.0.0
- See Also:
-
- ACL
ValkeyAPI.acl(List)
-
aclAndForget
A container for Access List Control commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.0.0
- See Also:
-
- ACL
ValkeyAPI.acl(List)
-
append
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> append(String arg0, String arg1) Appends a string to the value of a key. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- APPEND
ValkeyAPI.append(String, String)
-
appendAndAwait
Appends a string to the value of a key. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- APPEND
ValkeyAPI.append(String, String)
-
appendAndForget
Appends a string to the value of a key. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- APPEND
ValkeyAPI.append(String, String)
-
asking
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> asking()Signals that a cluster client is following an -ASK redirect.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.0.0
- See Also:
-
- ASKING
ValkeyAPI.asking()
-
askingAndAwait
public io.vertx.redis.client.Response askingAndAwait()Signals that a cluster client is following an -ASK redirect.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.0.0
- See Also:
-
- ASKING
ValkeyAPI.asking()
-
askingAndForget
Signals that a cluster client is following an -ASK redirect.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.0.0
- See Also:
-
- ASKING
ValkeyAPI.asking()
-
auth
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> auth(List<String> args) Authenticates the connection.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- AUTH
ValkeyAPI.auth(List)
-
authAndAwait
Authenticates the connection.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- AUTH
ValkeyAPI.auth(List)
-
authAndForget
Authenticates the connection.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- AUTH
ValkeyAPI.auth(List)
-
bgrewriteaof
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> bgrewriteaof()Asynchronously rewrites the append-only file to disk.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- BGREWRITEAOF
ValkeyAPI.bgrewriteaof()
-
bgrewriteaofAndAwait
public io.vertx.redis.client.Response bgrewriteaofAndAwait()Asynchronously rewrites the append-only file to disk.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- BGREWRITEAOF
ValkeyAPI.bgrewriteaof()
-
bgrewriteaofAndForget
Asynchronously rewrites the append-only file to disk.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- BGREWRITEAOF
ValkeyAPI.bgrewriteaof()
-
bgsave
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> bgsave(List<String> args) Asynchronously saves the database(s) to disk.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- BGSAVE
ValkeyAPI.bgsave(List)
-
bgsaveAndAwait
Asynchronously saves the database(s) to disk.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- BGSAVE
ValkeyAPI.bgsave(List)
-
bgsaveAndForget
Asynchronously saves the database(s) to disk.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- BGSAVE
ValkeyAPI.bgsave(List)
-
bitcount
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> bitcount(List<String> args) Counts the number of set bits (population counting) in a string.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- BITCOUNT
ValkeyAPI.bitcount(List)
-
bitcountAndAwait
Counts the number of set bits (population counting) in a string.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- BITCOUNT
ValkeyAPI.bitcount(List)
-
bitcountAndForget
Counts the number of set bits (population counting) in a string.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- BITCOUNT
ValkeyAPI.bitcount(List)
-
bitfield
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> bitfield(List<String> args) Performs arbitrary bitfield integer operations on strings.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.2.0
- See Also:
-
- BITFIELD
ValkeyAPI.bitfield(List)
-
bitfieldAndAwait
Performs arbitrary bitfield integer operations on strings.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.2.0
- See Also:
-
- BITFIELD
ValkeyAPI.bitfield(List)
-
bitfieldAndForget
Performs arbitrary bitfield integer operations on strings.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.2.0
- See Also:
-
- BITFIELD
ValkeyAPI.bitfield(List)
-
bitfieldRo
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> bitfieldRo(List<String> args) Performs arbitrary read-only bitfield integer operations on strings.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.0.0
- See Also:
-
- BITFIELD_RO
ValkeyAPI.bitfieldRo(List)
-
bitfieldRoAndAwait
Performs arbitrary read-only bitfield integer operations on strings.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.0.0
- See Also:
-
- BITFIELD_RO
ValkeyAPI.bitfieldRo(List)
-
bitfieldRoAndForget
Performs arbitrary read-only bitfield integer operations on strings.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.0.0
- See Also:
-
- BITFIELD_RO
ValkeyAPI.bitfieldRo(List)
-
bitop
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> bitop(List<String> args) Performs bitwise operations on multiple strings, and stores the result.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- BITOP
ValkeyAPI.bitop(List)
-
bitopAndAwait
Performs bitwise operations on multiple strings, and stores the result.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- BITOP
ValkeyAPI.bitop(List)
-
bitopAndForget
Performs bitwise operations on multiple strings, and stores the result.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- BITOP
ValkeyAPI.bitop(List)
-
bitpos
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> bitpos(List<String> args) Finds the first set (1) or clear (0) bit in a string.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.7
- See Also:
-
- BITPOS
ValkeyAPI.bitpos(List)
-
bitposAndAwait
Finds the first set (1) or clear (0) bit in a string.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.7
- See Also:
-
- BITPOS
ValkeyAPI.bitpos(List)
-
bitposAndForget
Finds the first set (1) or clear (0) bit in a string.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.7
- See Also:
-
- BITPOS
ValkeyAPI.bitpos(List)
-
blmove
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- BLMOVE
ValkeyAPI.blmove(String, String, String, String, String)
-
blmoveAndAwait
public io.vertx.redis.client.Response blmoveAndAwait(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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- BLMOVE
ValkeyAPI.blmove(String, String, String, String, String)
-
blmoveAndForget
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.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- BLMOVE
ValkeyAPI.blmove(String, String, String, String, String)
-
blmpop
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> blmpop(List<String> args) 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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- BLMPOP
ValkeyAPI.blmpop(List)
-
blmpopAndAwait
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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- BLMPOP
ValkeyAPI.blmpop(List)
-
blmpopAndForget
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.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- BLMPOP
ValkeyAPI.blmpop(List)
-
blpop
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> blpop(List<String> args) 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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- BLPOP
ValkeyAPI.blpop(List)
-
blpopAndAwait
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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- BLPOP
ValkeyAPI.blpop(List)
-
blpopAndForget
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.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- BLPOP
ValkeyAPI.blpop(List)
-
brpop
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> brpop(List<String> args) 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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- BRPOP
ValkeyAPI.brpop(List)
-
brpopAndAwait
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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- BRPOP
ValkeyAPI.brpop(List)
-
brpopAndForget
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.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- BRPOP
ValkeyAPI.brpop(List)
-
brpoplpush
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> brpoplpush(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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- BRPOPLPUSH
ValkeyAPI.brpoplpush(String, String, String)
-
brpoplpushAndAwait
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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- BRPOPLPUSH
ValkeyAPI.brpoplpush(String, String, String)
-
brpoplpushAndForget
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.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- BRPOPLPUSH
ValkeyAPI.brpoplpush(String, String, String)
-
bzmpop
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> bzmpop(List<String> args) 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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- BZMPOP
ValkeyAPI.bzmpop(List)
-
bzmpopAndAwait
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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- BZMPOP
ValkeyAPI.bzmpop(List)
-
bzmpopAndForget
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.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- BZMPOP
ValkeyAPI.bzmpop(List)
-
bzpopmax
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> bzpopmax(List<String> args) 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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- BZPOPMAX
ValkeyAPI.bzpopmax(List)
-
bzpopmaxAndAwait
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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- BZPOPMAX
ValkeyAPI.bzpopmax(List)
-
bzpopmaxAndForget
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.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- BZPOPMAX
ValkeyAPI.bzpopmax(List)
-
bzpopmin
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> bzpopmin(List<String> args) 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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- BZPOPMIN
ValkeyAPI.bzpopmin(List)
-
bzpopminAndAwait
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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- BZPOPMIN
ValkeyAPI.bzpopmin(List)
-
bzpopminAndForget
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.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- BZPOPMIN
ValkeyAPI.bzpopmin(List)
-
client
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> client(List<String> args) A container for client connection commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.4.0
- See Also:
-
- CLIENT
ValkeyAPI.client(List)
-
clientAndAwait
A container for client connection commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.4.0
- See Also:
-
- CLIENT
ValkeyAPI.client(List)
-
clientAndForget
A container for client connection commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.4.0
- See Also:
-
- CLIENT
ValkeyAPI.client(List)
-
cluster
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> cluster(List<String> args) A container for Cluster commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.0.0
- See Also:
-
- CLUSTER
ValkeyAPI.cluster(List)
-
clusterAndAwait
A container for Cluster commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.0.0
- See Also:
-
- CLUSTER
ValkeyAPI.cluster(List)
-
clusterAndForget
A container for Cluster commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.0.0
- See Also:
-
- CLUSTER
ValkeyAPI.cluster(List)
-
command
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> command(List<String> args) Returns detailed information about all commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.13
- See Also:
-
- COMMAND
ValkeyAPI.command(List)
-
commandAndAwait
Returns detailed information about all commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.13
- See Also:
-
- COMMAND
ValkeyAPI.command(List)
-
commandAndForget
Returns detailed information about all commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.13
- See Also:
-
- COMMAND
ValkeyAPI.command(List)
-
commandlog
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> commandlog(List<String> args) A container for command log commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 8.1.0
- See Also:
-
- COMMANDLOG
ValkeyAPI.commandlog(List)
-
commandlogAndAwait
A container for command log commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 8.1.0
- See Also:
-
- COMMANDLOG
ValkeyAPI.commandlog(List)
-
commandlogAndForget
A container for command log commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 8.1.0
- See Also:
-
- COMMANDLOG
ValkeyAPI.commandlog(List)
-
config
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> config(List<String> args) A container for server configuration commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- CONFIG
ValkeyAPI.config(List)
-
configAndAwait
A container for server configuration commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- CONFIG
ValkeyAPI.config(List)
-
configAndForget
A container for server configuration commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- CONFIG
ValkeyAPI.config(List)
-
copy
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> copy(List<String> args) Copies the value of a key to a new key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- COPY
ValkeyAPI.copy(List)
-
copyAndAwait
Copies the value of a key to a new key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- COPY
ValkeyAPI.copy(List)
-
copyAndForget
Copies the value of a key to a new key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- COPY
ValkeyAPI.copy(List)
-
dbsize
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> dbsize()Returns the number of keys in the database.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- DBSIZE
ValkeyAPI.dbsize()
-
dbsizeAndAwait
public io.vertx.redis.client.Response dbsizeAndAwait()Returns the number of keys in the database.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- DBSIZE
ValkeyAPI.dbsize()
-
dbsizeAndForget
Returns the number of keys in the database.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- DBSIZE
ValkeyAPI.dbsize()
-
debug
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> debug(List<String> args) A container for debugging commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- DEBUG
ValkeyAPI.debug(List)
-
debugAndAwait
A container for debugging commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- DEBUG
ValkeyAPI.debug(List)
-
debugAndForget
A container for debugging commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- DEBUG
ValkeyAPI.debug(List)
-
decr
Decrements the integer value of a key by one. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- DECR
ValkeyAPI.decr(String)
-
decrAndAwait
Decrements the integer value of a key by one. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- DECR
ValkeyAPI.decr(String)
-
decrAndForget
Decrements the integer value of a key by one. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- DECR
ValkeyAPI.decr(String)
-
decrby
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> decrby(String arg0, String arg1) Decrements a number from the integer value of a key. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- DECRBY
ValkeyAPI.decrby(String, String)
-
decrbyAndAwait
Decrements a number from the integer value of a key. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- DECRBY
ValkeyAPI.decrby(String, String)
-
decrbyAndForget
Decrements a number from the integer value of a key. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- DECRBY
ValkeyAPI.decrby(String, String)
-
del
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> del(List<String> args) Deletes one or more keys.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- DEL
ValkeyAPI.del(List)
-
delAndAwait
Deletes one or more keys.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- DEL
ValkeyAPI.del(List)
-
delAndForget
Deletes one or more keys.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- DEL
ValkeyAPI.del(List)
-
delifeq
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> delifeq(String arg0, String arg1) Delete key if value matches string.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- DELIFEQ
ValkeyAPI.delifeq(String, String)
-
delifeqAndAwait
Delete key if value matches string.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- DELIFEQ
ValkeyAPI.delifeq(String, String)
-
delifeqAndForget
Delete key if value matches string.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- DELIFEQ
ValkeyAPI.delifeq(String, String)
-
discard
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> discard()Discards a transaction.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- DISCARD
ValkeyAPI.discard()
-
discardAndAwait
public io.vertx.redis.client.Response discardAndAwait()Discards a transaction.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- DISCARD
ValkeyAPI.discard()
-
discardAndForget
Discards a transaction.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- DISCARD
ValkeyAPI.discard()
-
dump
Returns a serialized representation of the value stored at a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- DUMP
ValkeyAPI.dump(String)
-
dumpAndAwait
Returns a serialized representation of the value stored at a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- DUMP
ValkeyAPI.dump(String)
-
dumpAndForget
Returns a serialized representation of the value stored at a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- DUMP
ValkeyAPI.dump(String)
-
echo
Returns the given string.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- ECHO
ValkeyAPI.echo(String)
-
echoAndAwait
Returns the given string.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- ECHO
ValkeyAPI.echo(String)
-
echoAndForget
Returns the given string.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- ECHO
ValkeyAPI.echo(String)
-
eval
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> eval(List<String> args) Executes a server-side Lua script.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- EVAL
ValkeyAPI.eval(List)
-
evalAndAwait
Executes a server-side Lua script.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- EVAL
ValkeyAPI.eval(List)
-
evalAndForget
Executes a server-side Lua script.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- EVAL
ValkeyAPI.eval(List)
-
evalRo
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> evalRo(List<String> args) Executes a read-only server-side Lua script.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- EVAL_RO
ValkeyAPI.evalRo(List)
-
evalRoAndAwait
Executes a read-only server-side Lua script.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- EVAL_RO
ValkeyAPI.evalRo(List)
-
evalRoAndForget
Executes a read-only server-side Lua script.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- EVAL_RO
ValkeyAPI.evalRo(List)
-
evalsha
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> evalsha(List<String> args) Executes a server-side Lua script by SHA1 digest.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- EVALSHA
ValkeyAPI.evalsha(List)
-
evalshaAndAwait
Executes a server-side Lua script by SHA1 digest.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- EVALSHA
ValkeyAPI.evalsha(List)
-
evalshaAndForget
Executes a server-side Lua script by SHA1 digest.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- EVALSHA
ValkeyAPI.evalsha(List)
-
evalshaRo
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> evalshaRo(List<String> args) Executes a read-only server-side Lua script by SHA1 digest.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- EVALSHA_RO
ValkeyAPI.evalshaRo(List)
-
evalshaRoAndAwait
Executes a read-only server-side Lua script by SHA1 digest.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- EVALSHA_RO
ValkeyAPI.evalshaRo(List)
-
evalshaRoAndForget
Executes a read-only server-side Lua script by SHA1 digest.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- EVALSHA_RO
ValkeyAPI.evalshaRo(List)
-
exec
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> exec()Executes all commands in a transaction.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- EXEC
ValkeyAPI.exec()
-
execAndAwait
public io.vertx.redis.client.Response execAndAwait()Executes all commands in a transaction.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- EXEC
ValkeyAPI.exec()
-
execAndForget
Executes all commands in a transaction.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- EXEC
ValkeyAPI.exec()
-
exists
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> exists(List<String> args) Determines whether one or more keys exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- EXISTS
ValkeyAPI.exists(List)
-
existsAndAwait
Determines whether one or more keys exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- EXISTS
ValkeyAPI.exists(List)
-
existsAndForget
Determines whether one or more keys exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- EXISTS
ValkeyAPI.exists(List)
-
expire
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> expire(List<String> args) Sets the expiration time of a key in seconds.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- EXPIRE
ValkeyAPI.expire(List)
-
expireAndAwait
Sets the expiration time of a key in seconds.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- EXPIRE
ValkeyAPI.expire(List)
-
expireAndForget
Sets the expiration time of a key in seconds.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- EXPIRE
ValkeyAPI.expire(List)
-
expireat
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> expireat(List<String> args) Sets the expiration time of a key to a Unix timestamp.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- EXPIREAT
ValkeyAPI.expireat(List)
-
expireatAndAwait
Sets the expiration time of a key to a Unix timestamp.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- EXPIREAT
ValkeyAPI.expireat(List)
-
expireatAndForget
Sets the expiration time of a key to a Unix timestamp.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- EXPIREAT
ValkeyAPI.expireat(List)
-
expiretime
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> expiretime(String arg0) Returns the expiration time of a key as a Unix timestamp.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- EXPIRETIME
ValkeyAPI.expiretime(String)
-
expiretimeAndAwait
Returns the expiration time of a key as a Unix timestamp.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- EXPIRETIME
ValkeyAPI.expiretime(String)
-
expiretimeAndForget
Returns the expiration time of a key as a Unix timestamp.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- EXPIRETIME
ValkeyAPI.expiretime(String)
-
failover
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> failover(List<String> args) Starts a coordinated failover from a server to one of its replicas.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- FAILOVER
ValkeyAPI.failover(List)
-
failoverAndAwait
Starts a coordinated failover from a server to one of its replicas.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- FAILOVER
ValkeyAPI.failover(List)
-
failoverAndForget
Starts a coordinated failover from a server to one of its replicas.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- FAILOVER
ValkeyAPI.failover(List)
-
fcall
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> fcall(List<String> args) Invokes a function.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- FCALL
ValkeyAPI.fcall(List)
-
fcallAndAwait
Invokes a function.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- FCALL
ValkeyAPI.fcall(List)
-
fcallAndForget
Invokes a function.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- FCALL
ValkeyAPI.fcall(List)
-
fcallRo
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> fcallRo(List<String> args) Invokes a read-only function.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- FCALL_RO
ValkeyAPI.fcallRo(List)
-
fcallRoAndAwait
Invokes a read-only function.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- FCALL_RO
ValkeyAPI.fcallRo(List)
-
fcallRoAndForget
Invokes a read-only function.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- FCALL_RO
ValkeyAPI.fcallRo(List)
-
flushall
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> flushall(List<String> args) Removes all keys from all databases.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- FLUSHALL
ValkeyAPI.flushall(List)
-
flushallAndAwait
Removes all keys from all databases.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- FLUSHALL
ValkeyAPI.flushall(List)
-
flushallAndForget
Removes all keys from all databases.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- FLUSHALL
ValkeyAPI.flushall(List)
-
flushdb
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> flushdb(List<String> args) Remove all keys from the current database.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- FLUSHDB
ValkeyAPI.flushdb(List)
-
flushdbAndAwait
Remove all keys from the current database.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- FLUSHDB
ValkeyAPI.flushdb(List)
-
flushdbAndForget
Remove all keys from the current database.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- FLUSHDB
ValkeyAPI.flushdb(List)
-
function
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> function(List<String> args) A container for function commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- FUNCTION
ValkeyAPI.function(List)
-
functionAndAwait
A container for function commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- FUNCTION
ValkeyAPI.function(List)
-
functionAndForget
A container for function commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- FUNCTION
ValkeyAPI.function(List)
-
geoadd
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> geoadd(List<String> args) Adds one or more members to a geospatial index. The key is created if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.2.0
- See Also:
-
- GEOADD
ValkeyAPI.geoadd(List)
-
geoaddAndAwait
Adds one or more members to a geospatial index. The key is created if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.2.0
- See Also:
-
- GEOADD
ValkeyAPI.geoadd(List)
-
geoaddAndForget
Adds one or more members to a geospatial index. The key is created if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.2.0
- See Also:
-
- GEOADD
ValkeyAPI.geoadd(List)
-
geodist
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> geodist(List<String> args) Returns the distance between two members of a geospatial index.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.2.0
- See Also:
-
- GEODIST
ValkeyAPI.geodist(List)
-
geodistAndAwait
Returns the distance between two members of a geospatial index.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.2.0
- See Also:
-
- GEODIST
ValkeyAPI.geodist(List)
-
geodistAndForget
Returns the distance between two members of a geospatial index.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.2.0
- See Also:
-
- GEODIST
ValkeyAPI.geodist(List)
-
geohash
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> geohash(List<String> args) Returns members from a geospatial index as geohash strings.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.2.0
- See Also:
-
- GEOHASH
ValkeyAPI.geohash(List)
-
geohashAndAwait
Returns members from a geospatial index as geohash strings.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.2.0
- See Also:
-
- GEOHASH
ValkeyAPI.geohash(List)
-
geohashAndForget
Returns members from a geospatial index as geohash strings.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.2.0
- See Also:
-
- GEOHASH
ValkeyAPI.geohash(List)
-
geopos
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> geopos(List<String> args) Returns the longitude and latitude of members from a geospatial index.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.2.0
- See Also:
-
- GEOPOS
ValkeyAPI.geopos(List)
-
geoposAndAwait
Returns the longitude and latitude of members from a geospatial index.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.2.0
- See Also:
-
- GEOPOS
ValkeyAPI.geopos(List)
-
geoposAndForget
Returns the longitude and latitude of members from a geospatial index.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.2.0
- See Also:
-
- GEOPOS
ValkeyAPI.geopos(List)
-
georadius
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> georadius(List<String> args) Queries a geospatial index for members within a distance from a coordinate, optionally stores the result.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.2.0
- See Also:
-
- GEORADIUS
ValkeyAPI.georadius(List)
-
georadiusAndAwait
Queries a geospatial index for members within a distance from a coordinate, optionally stores the result.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.2.0
- See Also:
-
- GEORADIUS
ValkeyAPI.georadius(List)
-
georadiusAndForget
Queries a geospatial index for members within a distance from a coordinate, optionally stores the result.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.2.0
- See Also:
-
- GEORADIUS
ValkeyAPI.georadius(List)
-
georadiusRo
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> georadiusRo(List<String> args) Returns members from a geospatial index that are within a distance from a coordinate.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.2.10
- See Also:
-
- GEORADIUS_RO
ValkeyAPI.georadiusRo(List)
-
georadiusRoAndAwait
Returns members from a geospatial index that are within a distance from a coordinate.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.2.10
- See Also:
-
- GEORADIUS_RO
ValkeyAPI.georadiusRo(List)
-
georadiusRoAndForget
Returns members from a geospatial index that are within a distance from a coordinate.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.2.10
- See Also:
-
- GEORADIUS_RO
ValkeyAPI.georadiusRo(List)
-
georadiusbymember
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> georadiusbymember(List<String> args) Queries a geospatial index for members within a distance from a member, optionally stores the result.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.2.0
- See Also:
-
- GEORADIUSBYMEMBER
ValkeyAPI.georadiusbymember(List)
-
georadiusbymemberAndAwait
Queries a geospatial index for members within a distance from a member, optionally stores the result.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.2.0
- See Also:
-
- GEORADIUSBYMEMBER
ValkeyAPI.georadiusbymember(List)
-
georadiusbymemberAndForget
Queries a geospatial index for members within a distance from a member, optionally stores the result.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.2.0
- See Also:
-
- GEORADIUSBYMEMBER
ValkeyAPI.georadiusbymember(List)
-
georadiusbymemberRo
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> georadiusbymemberRo(List<String> args) Returns members from a geospatial index that are within a distance from a member.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.2.10
- See Also:
-
- GEORADIUSBYMEMBER_RO
ValkeyAPI.georadiusbymemberRo(List)
-
georadiusbymemberRoAndAwait
Returns members from a geospatial index that are within a distance from a member.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.2.10
- See Also:
-
- GEORADIUSBYMEMBER_RO
ValkeyAPI.georadiusbymemberRo(List)
-
georadiusbymemberRoAndForget
Returns members from a geospatial index that are within a distance from a member.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.2.10
- See Also:
-
- GEORADIUSBYMEMBER_RO
ValkeyAPI.georadiusbymemberRo(List)
-
geosearch
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> geosearch(List<String> args) Queries a geospatial index for members inside an area of a box, circle, or a polygon.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- GEOSEARCH
ValkeyAPI.geosearch(List)
-
geosearchAndAwait
Queries a geospatial index for members inside an area of a box, circle, or a polygon.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- GEOSEARCH
ValkeyAPI.geosearch(List)
-
geosearchAndForget
Queries a geospatial index for members inside an area of a box, circle, or a polygon.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- GEOSEARCH
ValkeyAPI.geosearch(List)
-
geosearchstore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> geosearchstore(List<String> args) Queries a geospatial index for members inside an area of a box, a circle, or a polygon, optionally stores the result.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- GEOSEARCHSTORE
ValkeyAPI.geosearchstore(List)
-
geosearchstoreAndAwait
Queries a geospatial index for members inside an area of a box, a circle, or a polygon, optionally stores the result.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- GEOSEARCHSTORE
ValkeyAPI.geosearchstore(List)
-
geosearchstoreAndForget
Queries a geospatial index for members inside an area of a box, a circle, or a polygon, optionally stores the result.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- GEOSEARCHSTORE
ValkeyAPI.geosearchstore(List)
-
get
Returns the string value of a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- GET
ValkeyAPI.get(String)
-
getAndAwait
Returns the string value of a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- GET
ValkeyAPI.get(String)
-
getAndForget
Returns the string value of a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- GET
ValkeyAPI.get(String)
-
getbit
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> getbit(String arg0, String arg1) Returns a bit value by offset.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- GETBIT
ValkeyAPI.getbit(String, String)
-
getbitAndAwait
Returns a bit value by offset.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- GETBIT
ValkeyAPI.getbit(String, String)
-
getbitAndForget
Returns a bit value by offset.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- GETBIT
ValkeyAPI.getbit(String, String)
-
getdel
Returns the string value of a key after deleting the key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- GETDEL
ValkeyAPI.getdel(String)
-
getdelAndAwait
Returns the string value of a key after deleting the key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- GETDEL
ValkeyAPI.getdel(String)
-
getdelAndForget
Returns the string value of a key after deleting the key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- GETDEL
ValkeyAPI.getdel(String)
-
getex
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> getex(List<String> args) Returns the string value of a key after setting its expiration time.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- GETEX
ValkeyAPI.getex(List)
-
getexAndAwait
Returns the string value of a key after setting its expiration time.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- GETEX
ValkeyAPI.getex(List)
-
getexAndForget
Returns the string value of a key after setting its expiration time.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- GETEX
ValkeyAPI.getex(List)
-
getrange
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> getrange(String arg0, String arg1, String arg2) Returns a substring of the string stored at a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.4.0
- See Also:
-
- GETRANGE
ValkeyAPI.getrange(String, String, String)
-
getrangeAndAwait
Returns a substring of the string stored at a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.4.0
- See Also:
-
- GETRANGE
ValkeyAPI.getrange(String, String, String)
-
getrangeAndForget
Returns a substring of the string stored at a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.4.0
- See Also:
-
- GETRANGE
ValkeyAPI.getrange(String, String, String)
-
getset
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> getset(String arg0, String arg1) Returns the previous string value of a key after setting it to a new value.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- GETSET
ValkeyAPI.getset(String, String)
-
getsetAndAwait
Returns the previous string value of a key after setting it to a new value.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- GETSET
ValkeyAPI.getset(String, String)
-
getsetAndForget
Returns the previous string value of a key after setting it to a new value.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- GETSET
ValkeyAPI.getset(String, String)
-
hdel
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hdel(List<String> args) Deletes one or more fields and their values from a hash. Deletes the hash if no fields remain.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HDEL
ValkeyAPI.hdel(List)
-
hdelAndAwait
Deletes one or more fields and their values from a hash. Deletes the hash if no fields remain.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HDEL
ValkeyAPI.hdel(List)
-
hdelAndForget
Deletes one or more fields and their values from a hash. Deletes the hash if no fields remain.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HDEL
ValkeyAPI.hdel(List)
-
hello
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hello(List<String> args) Handshakes with the server.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.0.0
- See Also:
-
- HELLO
ValkeyAPI.hello(List)
-
helloAndAwait
Handshakes with the server.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.0.0
- See Also:
-
- HELLO
ValkeyAPI.hello(List)
-
helloAndForget
Handshakes with the server.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.0.0
- See Also:
-
- HELLO
ValkeyAPI.hello(List)
-
hexists
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hexists(String arg0, String arg1) Determines whether a field exists in a hash.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HEXISTS
ValkeyAPI.hexists(String, String)
-
hexistsAndAwait
Determines whether a field exists in a hash.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HEXISTS
ValkeyAPI.hexists(String, String)
-
hexistsAndForget
Determines whether a field exists in a hash.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HEXISTS
ValkeyAPI.hexists(String, String)
-
hexpire
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hexpire(List<String> args) Set expiry time on hash fields.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- HEXPIRE
ValkeyAPI.hexpire(List)
-
hexpireAndAwait
Set expiry time on hash fields.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- HEXPIRE
ValkeyAPI.hexpire(List)
-
hexpireAndForget
Set expiry time on hash fields.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- HEXPIRE
ValkeyAPI.hexpire(List)
-
hexpireat
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hexpireat(List<String> args) Set expiry time on hash fields.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- HEXPIREAT
ValkeyAPI.hexpireat(List)
-
hexpireatAndAwait
Set expiry time on hash fields.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- HEXPIREAT
ValkeyAPI.hexpireat(List)
-
hexpireatAndForget
Set expiry time on hash fields.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- HEXPIREAT
ValkeyAPI.hexpireat(List)
-
hexpiretime
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hexpiretime(List<String> args) Returns Unix timestamps in seconds since the epoch at which the given key's field(s) will expire.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- HEXPIRETIME
ValkeyAPI.hexpiretime(List)
-
hexpiretimeAndAwait
Returns Unix timestamps in seconds since the epoch at which the given key's field(s) will expire.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- HEXPIRETIME
ValkeyAPI.hexpiretime(List)
-
hexpiretimeAndForget
Returns Unix timestamps in seconds since the epoch at which the given key's field(s) will expire.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- HEXPIRETIME
ValkeyAPI.hexpiretime(List)
-
hget
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hget(String arg0, String arg1) Returns the value of a field in a hash.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HGET
ValkeyAPI.hget(String, String)
-
hgetAndAwait
Returns the value of a field in a hash.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HGET
ValkeyAPI.hget(String, String)
-
hgetAndForget
Returns the value of a field in a hash.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HGET
ValkeyAPI.hget(String, String)
-
hgetall
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hgetall(String arg0) Returns all fields and values in a hash.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HGETALL
ValkeyAPI.hgetall(String)
-
hgetallAndAwait
Returns all fields and values in a hash.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HGETALL
ValkeyAPI.hgetall(String)
-
hgetallAndForget
Returns all fields and values in a hash.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HGETALL
ValkeyAPI.hgetall(String)
-
hgetex
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hgetex(List<String> args) Get the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- HGETEX
ValkeyAPI.hgetex(List)
-
hgetexAndAwait
Get the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- HGETEX
ValkeyAPI.hgetex(List)
-
hgetexAndForget
Get the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- HGETEX
ValkeyAPI.hgetex(List)
-
hincrby
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hincrby(String arg0, String arg1, String arg2) Increments the integer value of a field in a hash by a number. Uses 0 as initial value if the field doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HINCRBY
ValkeyAPI.hincrby(String, String, String)
-
hincrbyAndAwait
Increments the integer value of a field in a hash by a number. Uses 0 as initial value if the field doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HINCRBY
ValkeyAPI.hincrby(String, String, String)
-
hincrbyAndForget
Increments the integer value of a field in a hash by a number. Uses 0 as initial value if the field doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HINCRBY
ValkeyAPI.hincrby(String, String, String)
-
hincrbyfloat
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- HINCRBYFLOAT
ValkeyAPI.hincrbyfloat(String, String, String)
-
hincrbyfloatAndAwait
Increments the floating point value of a field by a number. Uses 0 as initial value if the field doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- HINCRBYFLOAT
ValkeyAPI.hincrbyfloat(String, String, String)
-
hincrbyfloatAndForget
Increments the floating point value of a field by a number. Uses 0 as initial value if the field doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- HINCRBYFLOAT
ValkeyAPI.hincrbyfloat(String, String, String)
-
hkeys
Returns all fields in a hash.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HKEYS
ValkeyAPI.hkeys(String)
-
hkeysAndAwait
Returns all fields in a hash.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HKEYS
ValkeyAPI.hkeys(String)
-
hkeysAndForget
Returns all fields in a hash.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HKEYS
ValkeyAPI.hkeys(String)
-
hlen
Returns the number of fields in a hash.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HLEN
ValkeyAPI.hlen(String)
-
hlenAndAwait
Returns the number of fields in a hash.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HLEN
ValkeyAPI.hlen(String)
-
hlenAndForget
Returns the number of fields in a hash.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HLEN
ValkeyAPI.hlen(String)
-
hmget
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hmget(List<String> args) Returns the values of all fields in a hash.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HMGET
ValkeyAPI.hmget(List)
-
hmgetAndAwait
Returns the values of all fields in a hash.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HMGET
ValkeyAPI.hmget(List)
-
hmgetAndForget
Returns the values of all fields in a hash.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HMGET
ValkeyAPI.hmget(List)
-
hmset
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hmset(List<String> args) Sets the values of multiple fields.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HMSET
ValkeyAPI.hmset(List)
-
hmsetAndAwait
Sets the values of multiple fields.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HMSET
ValkeyAPI.hmset(List)
-
hmsetAndForget
Sets the values of multiple fields.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HMSET
ValkeyAPI.hmset(List)
-
hpersist
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hpersist(List<String> args) Remove the existing expiration on a hash key's field(s).Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- HPERSIST
ValkeyAPI.hpersist(List)
-
hpersistAndAwait
Remove the existing expiration on a hash key's field(s).Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- HPERSIST
ValkeyAPI.hpersist(List)
-
hpersistAndForget
Remove the existing expiration on a hash key's field(s).Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- HPERSIST
ValkeyAPI.hpersist(List)
-
hpexpire
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hpexpire(List<String> args) Set expiry time on hash object.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- HPEXPIRE
ValkeyAPI.hpexpire(List)
-
hpexpireAndAwait
Set expiry time on hash object.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- HPEXPIRE
ValkeyAPI.hpexpire(List)
-
hpexpireAndForget
Set expiry time on hash object.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- HPEXPIRE
ValkeyAPI.hpexpire(List)
-
hpexpireat
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hpexpireat(List<String> args) Set expiration time on hash field.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- HPEXPIREAT
ValkeyAPI.hpexpireat(List)
-
hpexpireatAndAwait
Set expiration time on hash field.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- HPEXPIREAT
ValkeyAPI.hpexpireat(List)
-
hpexpireatAndForget
Set expiration time on hash field.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- HPEXPIREAT
ValkeyAPI.hpexpireat(List)
-
hpexpiretime
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hpexpiretime(List<String> args) Returns the Unix timestamp in milliseconds since Unix epoch at which the given key's field(s) will expire.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- HPEXPIRETIME
ValkeyAPI.hpexpiretime(List)
-
hpexpiretimeAndAwait
Returns the Unix timestamp in milliseconds since Unix epoch at which the given key's field(s) will expire.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- HPEXPIRETIME
ValkeyAPI.hpexpiretime(List)
-
hpexpiretimeAndForget
Returns the Unix timestamp in milliseconds since Unix epoch at which the given key's field(s) will expire.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- HPEXPIRETIME
ValkeyAPI.hpexpiretime(List)
-
hpttl
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hpttl(List<String> args) Returns the remaining time to live in milliseconds of a hash key's field(s) that have an associated expiration.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- HPTTL
ValkeyAPI.hpttl(List)
-
hpttlAndAwait
Returns the remaining time to live in milliseconds of a hash key's field(s) that have an associated expiration.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- HPTTL
ValkeyAPI.hpttl(List)
-
hpttlAndForget
Returns the remaining time to live in milliseconds of a hash key's field(s) that have an associated expiration.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- HPTTL
ValkeyAPI.hpttl(List)
-
hrandfield
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hrandfield(List<String> args) Returns one or more random fields from a hash.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- HRANDFIELD
ValkeyAPI.hrandfield(List)
-
hrandfieldAndAwait
Returns one or more random fields from a hash.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- HRANDFIELD
ValkeyAPI.hrandfield(List)
-
hrandfieldAndForget
Returns one or more random fields from a hash.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- HRANDFIELD
ValkeyAPI.hrandfield(List)
-
hscan
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hscan(List<String> args) Iterates over fields and values of a hash.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.0
- See Also:
-
- HSCAN
ValkeyAPI.hscan(List)
-
hscanAndAwait
Iterates over fields and values of a hash.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.0
- See Also:
-
- HSCAN
ValkeyAPI.hscan(List)
-
hscanAndForget
Iterates over fields and values of a hash.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.0
- See Also:
-
- HSCAN
ValkeyAPI.hscan(List)
-
hset
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hset(List<String> args) Creates or modifies the value of a field in a hash.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HSET
ValkeyAPI.hset(List)
-
hsetAndAwait
Creates or modifies the value of a field in a hash.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HSET
ValkeyAPI.hset(List)
-
hsetAndForget
Creates or modifies the value of a field in a hash.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HSET
ValkeyAPI.hset(List)
-
hsetex
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hsetex(List<String> args) Set the value of one or more fields of a given hash key, and optionally set their expiration time.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- HSETEX
ValkeyAPI.hsetex(List)
-
hsetexAndAwait
Set the value of one or more fields of a given hash key, and optionally set their expiration time.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- HSETEX
ValkeyAPI.hsetex(List)
-
hsetexAndForget
Set the value of one or more fields of a given hash key, and optionally set their expiration time.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- HSETEX
ValkeyAPI.hsetex(List)
-
hsetnx
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hsetnx(String arg0, String arg1, String arg2) Sets the value of a field in a hash only when the field doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HSETNX
ValkeyAPI.hsetnx(String, String, String)
-
hsetnxAndAwait
Sets the value of a field in a hash only when the field doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HSETNX
ValkeyAPI.hsetnx(String, String, String)
-
hsetnxAndForget
Sets the value of a field in a hash only when the field doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HSETNX
ValkeyAPI.hsetnx(String, String, String)
-
hstrlen
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> hstrlen(String arg0, String arg1) Returns the length of the value of a field.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.2.0
- See Also:
-
- HSTRLEN
ValkeyAPI.hstrlen(String, String)
-
hstrlenAndAwait
Returns the length of the value of a field.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.2.0
- See Also:
-
- HSTRLEN
ValkeyAPI.hstrlen(String, String)
-
hstrlenAndForget
Returns the length of the value of a field.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.2.0
- See Also:
-
- HSTRLEN
ValkeyAPI.hstrlen(String, String)
-
httl
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> httl(List<String> args) Returns the remaining time to live (in seconds) of a hash key's field(s) that have an associated expiration.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Valkey 9.0.0
- See Also:
-
- HTTL
ValkeyAPI.httl(List)
-
httlAndAwait
Returns the remaining time to live (in seconds) of a hash key's field(s) that have an associated expiration.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Valkey 9.0.0
- See Also:
-
- HTTL
ValkeyAPI.httl(List)
-
httlAndForget
Returns the remaining time to live (in seconds) of a hash key's field(s) that have an associated expiration.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Valkey 9.0.0
- See Also:
-
- HTTL
ValkeyAPI.httl(List)
-
hvals
Returns all values in a hash.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- HVALS
ValkeyAPI.hvals(String)
-
hvalsAndAwait
Returns all values in a hash.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- HVALS
ValkeyAPI.hvals(String)
-
hvalsAndForget
Returns all values in a hash.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- HVALS
ValkeyAPI.hvals(String)
-
incr
Increments the integer value of a key by one. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- INCR
ValkeyAPI.incr(String)
-
incrAndAwait
Increments the integer value of a key by one. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- INCR
ValkeyAPI.incr(String)
-
incrAndForget
Increments the integer value of a key by one. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- INCR
ValkeyAPI.incr(String)
-
incrby
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> incrby(String arg0, String arg1) Increments the integer value of a key by a number. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- INCRBY
ValkeyAPI.incrby(String, String)
-
incrbyAndAwait
Increments the integer value of a key by a number. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- INCRBY
ValkeyAPI.incrby(String, String)
-
incrbyAndForget
Increments the integer value of a key by a number. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- INCRBY
ValkeyAPI.incrby(String, String)
-
incrbyfloat
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> incrbyfloat(String arg0, String arg1) Increment the floating point value of a key by a number. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- INCRBYFLOAT
ValkeyAPI.incrbyfloat(String, String)
-
incrbyfloatAndAwait
Increment the floating point value of a key by a number. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- INCRBYFLOAT
ValkeyAPI.incrbyfloat(String, String)
-
incrbyfloatAndForget
Increment the floating point value of a key by a number. Uses 0 as initial value if the key doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- INCRBYFLOAT
ValkeyAPI.incrbyfloat(String, String)
-
info
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> info(List<String> args) Returns information and statistics about the server.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- INFO
ValkeyAPI.info(List)
-
infoAndAwait
Returns information and statistics about the server.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- INFO
ValkeyAPI.info(List)
-
infoAndForget
Returns information and statistics about the server.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- INFO
ValkeyAPI.info(List)
-
keys
Returns all key names that match a pattern.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- KEYS
ValkeyAPI.keys(String)
-
keysAndAwait
Returns all key names that match a pattern.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- KEYS
ValkeyAPI.keys(String)
-
keysAndForget
Returns all key names that match a pattern.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- KEYS
ValkeyAPI.keys(String)
-
lastsave
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lastsave()Returns the Unix timestamp of the last successful save to disk.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- LASTSAVE
ValkeyAPI.lastsave()
-
lastsaveAndAwait
public io.vertx.redis.client.Response lastsaveAndAwait()Returns the Unix timestamp of the last successful save to disk.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- LASTSAVE
ValkeyAPI.lastsave()
-
lastsaveAndForget
Returns the Unix timestamp of the last successful save to disk.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- LASTSAVE
ValkeyAPI.lastsave()
-
latency
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> latency(List<String> args) A container for latency diagnostics commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.13
- See Also:
-
- LATENCY
ValkeyAPI.latency(List)
-
latencyAndAwait
A container for latency diagnostics commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.13
- See Also:
-
- LATENCY
ValkeyAPI.latency(List)
-
latencyAndForget
A container for latency diagnostics commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.13
- See Also:
-
- LATENCY
ValkeyAPI.latency(List)
-
lcs
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lcs(List<String> args) Finds the longest common substring.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- LCS
ValkeyAPI.lcs(List)
-
lcsAndAwait
Finds the longest common substring.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- LCS
ValkeyAPI.lcs(List)
-
lcsAndForget
Finds the longest common substring.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- LCS
ValkeyAPI.lcs(List)
-
lindex
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lindex(String arg0, String arg1) Returns an element from a list by its index.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- LINDEX
ValkeyAPI.lindex(String, String)
-
lindexAndAwait
Returns an element from a list by its index.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- LINDEX
ValkeyAPI.lindex(String, String)
-
lindexAndForget
Returns an element from a list by its index.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- LINDEX
ValkeyAPI.lindex(String, String)
-
linsert
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> linsert(String arg0, String arg1, String arg2, String arg3) Inserts an element before or after another element in a list.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- LINSERT
ValkeyAPI.linsert(String, String, String, String)
-
linsertAndAwait
public io.vertx.redis.client.Response linsertAndAwait(String arg0, String arg1, String arg2, String arg3) Inserts an element before or after another element in a list.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- LINSERT
ValkeyAPI.linsert(String, String, String, String)
-
linsertAndForget
Inserts an element before or after another element in a list.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- LINSERT
ValkeyAPI.linsert(String, String, String, String)
-
llen
Returns the length of a list.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- LLEN
ValkeyAPI.llen(String)
-
llenAndAwait
Returns the length of a list.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- LLEN
ValkeyAPI.llen(String)
-
llenAndForget
Returns the length of a list.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- LLEN
ValkeyAPI.llen(String)
-
lmove
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- LMOVE
ValkeyAPI.lmove(String, String, String, String)
-
lmoveAndAwait
public io.vertx.redis.client.Response lmoveAndAwait(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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- LMOVE
ValkeyAPI.lmove(String, String, String, String)
-
lmoveAndForget
Returns an element after popping it from one list and pushing it to another. Deletes the list if the last element was moved.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- LMOVE
ValkeyAPI.lmove(String, String, String, String)
-
lmpop
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lmpop(List<String> args) Returns multiple elements from a list after removing them. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- LMPOP
ValkeyAPI.lmpop(List)
-
lmpopAndAwait
Returns multiple elements from a list after removing them. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- LMPOP
ValkeyAPI.lmpop(List)
-
lmpopAndForget
Returns multiple elements from a list after removing them. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- LMPOP
ValkeyAPI.lmpop(List)
-
lolwut
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lolwut(List<String> args) Displays computer art and the server version.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- LOLWUT
ValkeyAPI.lolwut(List)
-
lolwutAndAwait
Displays computer art and the server version.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- LOLWUT
ValkeyAPI.lolwut(List)
-
lolwutAndForget
Displays computer art and the server version.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- LOLWUT
ValkeyAPI.lolwut(List)
-
lpop
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lpop(List<String> args) Returns and removes one or more elements from the beginning of a list. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- LPOP
ValkeyAPI.lpop(List)
-
lpopAndAwait
Returns and removes one or more elements from the beginning of a list. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- LPOP
ValkeyAPI.lpop(List)
-
lpopAndForget
Returns and removes one or more elements from the beginning of a list. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- LPOP
ValkeyAPI.lpop(List)
-
lpos
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lpos(List<String> args) Returns the index of matching elements in a list.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.0.6
- See Also:
-
- LPOS
ValkeyAPI.lpos(List)
-
lposAndAwait
Returns the index of matching elements in a list.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.0.6
- See Also:
-
- LPOS
ValkeyAPI.lpos(List)
-
lposAndForget
Returns the index of matching elements in a list.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.0.6
- See Also:
-
- LPOS
ValkeyAPI.lpos(List)
-
lpush
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lpush(List<String> args) Prepends one or more elements to a list. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- LPUSH
ValkeyAPI.lpush(List)
-
lpushAndAwait
Prepends one or more elements to a list. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- LPUSH
ValkeyAPI.lpush(List)
-
lpushAndForget
Prepends one or more elements to a list. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- LPUSH
ValkeyAPI.lpush(List)
-
lpushx
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lpushx(List<String> args) Prepends one or more elements to a list only when the list exists.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- LPUSHX
ValkeyAPI.lpushx(List)
-
lpushxAndAwait
Prepends one or more elements to a list only when the list exists.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- LPUSHX
ValkeyAPI.lpushx(List)
-
lpushxAndForget
Prepends one or more elements to a list only when the list exists.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- LPUSHX
ValkeyAPI.lpushx(List)
-
lrange
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lrange(String arg0, String arg1, String arg2) Returns a range of elements from a list.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- LRANGE
ValkeyAPI.lrange(String, String, String)
-
lrangeAndAwait
Returns a range of elements from a list.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- LRANGE
ValkeyAPI.lrange(String, String, String)
-
lrangeAndForget
Returns a range of elements from a list.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- LRANGE
ValkeyAPI.lrange(String, String, String)
-
lrem
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lrem(String arg0, String arg1, String arg2) Removes elements from a list. Deletes the list if the last element was removed.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- LREM
ValkeyAPI.lrem(String, String, String)
-
lremAndAwait
Removes elements from a list. Deletes the list if the last element was removed.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- LREM
ValkeyAPI.lrem(String, String, String)
-
lremAndForget
Removes elements from a list. Deletes the list if the last element was removed.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- LREM
ValkeyAPI.lrem(String, String, String)
-
lset
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> lset(String arg0, String arg1, String arg2) Sets the value of an element in a list by its index.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- LSET
ValkeyAPI.lset(String, String, String)
-
lsetAndAwait
Sets the value of an element in a list by its index.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- LSET
ValkeyAPI.lset(String, String, String)
-
lsetAndForget
Sets the value of an element in a list by its index.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- LSET
ValkeyAPI.lset(String, String, String)
-
ltrim
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> ltrim(String arg0, String arg1, String arg2) Removes elements from both ends a list. Deletes the list if all elements were trimmed.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- LTRIM
ValkeyAPI.ltrim(String, String, String)
-
ltrimAndAwait
Removes elements from both ends a list. Deletes the list if all elements were trimmed.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- LTRIM
ValkeyAPI.ltrim(String, String, String)
-
ltrimAndForget
Removes elements from both ends a list. Deletes the list if all elements were trimmed.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- LTRIM
ValkeyAPI.ltrim(String, String, String)
-
memory
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> memory(List<String> args) A container for memory diagnostics commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 4.0.0
- See Also:
-
- MEMORY
ValkeyAPI.memory(List)
-
memoryAndAwait
A container for memory diagnostics commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 4.0.0
- See Also:
-
- MEMORY
ValkeyAPI.memory(List)
-
memoryAndForget
A container for memory diagnostics commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 4.0.0
- See Also:
-
- MEMORY
ValkeyAPI.memory(List)
-
mget
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> mget(List<String> args) Atomically returns the string values of one or more keys.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- MGET
ValkeyAPI.mget(List)
-
mgetAndAwait
Atomically returns the string values of one or more keys.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- MGET
ValkeyAPI.mget(List)
-
mgetAndForget
Atomically returns the string values of one or more keys.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- MGET
ValkeyAPI.mget(List)
-
migrate
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> migrate(List<String> args) Atomically transfers a key from one instance to another.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- MIGRATE
ValkeyAPI.migrate(List)
-
migrateAndAwait
Atomically transfers a key from one instance to another.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- MIGRATE
ValkeyAPI.migrate(List)
-
migrateAndForget
Atomically transfers a key from one instance to another.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- MIGRATE
ValkeyAPI.migrate(List)
-
module
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> module(List<String> args) A container for module commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 4.0.0
- See Also:
-
- MODULE
ValkeyAPI.module(List)
-
moduleAndAwait
A container for module commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 4.0.0
- See Also:
-
- MODULE
ValkeyAPI.module(List)
-
moduleAndForget
A container for module commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 4.0.0
- See Also:
-
- MODULE
ValkeyAPI.module(List)
-
monitor
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> monitor()Listens for all requests received by the server in real-time.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- MONITOR
ValkeyAPI.monitor()
-
monitorAndAwait
public io.vertx.redis.client.Response monitorAndAwait()Listens for all requests received by the server in real-time.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- MONITOR
ValkeyAPI.monitor()
-
monitorAndForget
Listens for all requests received by the server in real-time.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- MONITOR
ValkeyAPI.monitor()
-
move
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> move(String arg0, String arg1) Moves a key to another database.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- MOVE
ValkeyAPI.move(String, String)
-
moveAndAwait
Moves a key to another database.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- MOVE
ValkeyAPI.move(String, String)
-
moveAndForget
Moves a key to another database.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- MOVE
ValkeyAPI.move(String, String)
-
mset
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> mset(List<String> args) Atomically creates or modifies the string values of one or more keys.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.1
- See Also:
-
- MSET
ValkeyAPI.mset(List)
-
msetAndAwait
Atomically creates or modifies the string values of one or more keys.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.1
- See Also:
-
- MSET
ValkeyAPI.mset(List)
-
msetAndForget
Atomically creates or modifies the string values of one or more keys.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.1
- See Also:
-
- MSET
ValkeyAPI.mset(List)
-
msetnx
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> msetnx(List<String> args) Atomically modifies the string values of one or more keys only when all keys don't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.1
- See Also:
-
- MSETNX
ValkeyAPI.msetnx(List)
-
msetnxAndAwait
Atomically modifies the string values of one or more keys only when all keys don't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.1
- See Also:
-
- MSETNX
ValkeyAPI.msetnx(List)
-
msetnxAndForget
Atomically modifies the string values of one or more keys only when all keys don't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.1
- See Also:
-
- MSETNX
ValkeyAPI.msetnx(List)
-
multi
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> multi()Starts a transaction.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- MULTI
ValkeyAPI.multi()
-
multiAndAwait
public io.vertx.redis.client.Response multiAndAwait()Starts a transaction.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- MULTI
ValkeyAPI.multi()
-
multiAndForget
Starts a transaction.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- MULTI
ValkeyAPI.multi()
-
object
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> object(List<String> args) A container for object introspection commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.3
- See Also:
-
- OBJECT
ValkeyAPI.object(List)
-
objectAndAwait
A container for object introspection commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.3
- See Also:
-
- OBJECT
ValkeyAPI.object(List)
-
objectAndForget
A container for object introspection commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.3
- See Also:
-
- OBJECT
ValkeyAPI.object(List)
-
persist
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> persist(String arg0) Removes the expiration time of a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- PERSIST
ValkeyAPI.persist(String)
-
persistAndAwait
Removes the expiration time of a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- PERSIST
ValkeyAPI.persist(String)
-
persistAndForget
Removes the expiration time of a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- PERSIST
ValkeyAPI.persist(String)
-
pexpire
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> pexpire(List<String> args) Sets the expiration time of a key in milliseconds.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- PEXPIRE
ValkeyAPI.pexpire(List)
-
pexpireAndAwait
Sets the expiration time of a key in milliseconds.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- PEXPIRE
ValkeyAPI.pexpire(List)
-
pexpireAndForget
Sets the expiration time of a key in milliseconds.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- PEXPIRE
ValkeyAPI.pexpire(List)
-
pexpireat
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> pexpireat(List<String> args) Sets the expiration time of a key to a Unix milliseconds timestamp.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- PEXPIREAT
ValkeyAPI.pexpireat(List)
-
pexpireatAndAwait
Sets the expiration time of a key to a Unix milliseconds timestamp.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- PEXPIREAT
ValkeyAPI.pexpireat(List)
-
pexpireatAndForget
Sets the expiration time of a key to a Unix milliseconds timestamp.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- PEXPIREAT
ValkeyAPI.pexpireat(List)
-
pexpiretime
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> pexpiretime(String arg0) Returns the expiration time of a key as a Unix milliseconds timestamp.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- PEXPIRETIME
ValkeyAPI.pexpiretime(String)
-
pexpiretimeAndAwait
Returns the expiration time of a key as a Unix milliseconds timestamp.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- PEXPIRETIME
ValkeyAPI.pexpiretime(String)
-
pexpiretimeAndForget
Returns the expiration time of a key as a Unix milliseconds timestamp.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- PEXPIRETIME
ValkeyAPI.pexpiretime(String)
-
pfadd
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> pfadd(List<String> args) Adds elements to a HyperLogLog key. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.9
- See Also:
-
- PFADD
ValkeyAPI.pfadd(List)
-
pfaddAndAwait
Adds elements to a HyperLogLog key. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.9
- See Also:
-
- PFADD
ValkeyAPI.pfadd(List)
-
pfaddAndForget
Adds elements to a HyperLogLog key. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.9
- See Also:
-
- PFADD
ValkeyAPI.pfadd(List)
-
pfcount
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> pfcount(List<String> args) Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.9
- See Also:
-
- PFCOUNT
ValkeyAPI.pfcount(List)
-
pfcountAndAwait
Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.9
- See Also:
-
- PFCOUNT
ValkeyAPI.pfcount(List)
-
pfcountAndForget
Returns the approximated cardinality of the set(s) observed by the HyperLogLog key(s).Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.9
- See Also:
-
- PFCOUNT
ValkeyAPI.pfcount(List)
-
pfdebug
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> pfdebug(String arg0, String arg1) Internal commands for debugging HyperLogLog values.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.9
- See Also:
-
- PFDEBUG
ValkeyAPI.pfdebug(String, String)
-
pfdebugAndAwait
Internal commands for debugging HyperLogLog values.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.9
- See Also:
-
- PFDEBUG
ValkeyAPI.pfdebug(String, String)
-
pfdebugAndForget
Internal commands for debugging HyperLogLog values.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.9
- See Also:
-
- PFDEBUG
ValkeyAPI.pfdebug(String, String)
-
pfmerge
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> pfmerge(List<String> args) Merges one or more HyperLogLog values into a single key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.9
- See Also:
-
- PFMERGE
ValkeyAPI.pfmerge(List)
-
pfmergeAndAwait
Merges one or more HyperLogLog values into a single key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.9
- See Also:
-
- PFMERGE
ValkeyAPI.pfmerge(List)
-
pfmergeAndForget
Merges one or more HyperLogLog values into a single key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.9
- See Also:
-
- PFMERGE
ValkeyAPI.pfmerge(List)
-
pfselftest
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> pfselftest()An internal command for testing HyperLogLog values.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.9
- See Also:
-
- PFSELFTEST
ValkeyAPI.pfselftest()
-
pfselftestAndAwait
public io.vertx.redis.client.Response pfselftestAndAwait()An internal command for testing HyperLogLog values.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.9
- See Also:
-
- PFSELFTEST
ValkeyAPI.pfselftest()
-
pfselftestAndForget
An internal command for testing HyperLogLog values.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.9
- See Also:
-
- PFSELFTEST
ValkeyAPI.pfselftest()
-
ping
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> ping(List<String> args) Returns the server's liveliness response.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- PING
ValkeyAPI.ping(List)
-
pingAndAwait
Returns the server's liveliness response.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- PING
ValkeyAPI.ping(List)
-
pingAndForget
Returns the server's liveliness response.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- PING
ValkeyAPI.ping(List)
-
psetex
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> psetex(String arg0, String arg1, String arg2) Sets both string value and expiration time in milliseconds of a key. The key is created if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- PSETEX
ValkeyAPI.psetex(String, String, String)
-
psetexAndAwait
Sets both string value and expiration time in milliseconds of a key. The key is created if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- PSETEX
ValkeyAPI.psetex(String, String, String)
-
psetexAndForget
Sets both string value and expiration time in milliseconds of a key. The key is created if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- PSETEX
ValkeyAPI.psetex(String, String, String)
-
psubscribe
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> psubscribe(List<String> args) Listens for messages published to channels that match one or more patterns.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- PSUBSCRIBE
ValkeyAPI.psubscribe(List)
-
psubscribeAndAwait
Listens for messages published to channels that match one or more patterns.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- PSUBSCRIBE
ValkeyAPI.psubscribe(List)
-
psubscribeAndForget
Listens for messages published to channels that match one or more patterns.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- PSUBSCRIBE
ValkeyAPI.psubscribe(List)
-
psync
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> psync(List<String> args) An internal command used in replication.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.0
- See Also:
-
- PSYNC
ValkeyAPI.psync(List)
-
psyncAndAwait
An internal command used in replication.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.0
- See Also:
-
- PSYNC
ValkeyAPI.psync(List)
-
psyncAndForget
An internal command used in replication.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.0
- See Also:
-
- PSYNC
ValkeyAPI.psync(List)
-
pttl
Returns the expiration time in milliseconds of a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- PTTL
ValkeyAPI.pttl(String)
-
pttlAndAwait
Returns the expiration time in milliseconds of a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- PTTL
ValkeyAPI.pttl(String)
-
pttlAndForget
Returns the expiration time in milliseconds of a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- PTTL
ValkeyAPI.pttl(String)
-
publish
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> publish(String arg0, String arg1) Posts a message to a channel.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- PUBLISH
ValkeyAPI.publish(String, String)
-
publishAndAwait
Posts a message to a channel.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- PUBLISH
ValkeyAPI.publish(String, String)
-
publishAndForget
Posts a message to a channel.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- PUBLISH
ValkeyAPI.publish(String, String)
-
pubsub
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> pubsub(List<String> args) A container for Pub/Sub commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.0
- See Also:
-
- PUBSUB
ValkeyAPI.pubsub(List)
-
pubsubAndAwait
A container for Pub/Sub commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.0
- See Also:
-
- PUBSUB
ValkeyAPI.pubsub(List)
-
pubsubAndForget
A container for Pub/Sub commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.0
- See Also:
-
- PUBSUB
ValkeyAPI.pubsub(List)
-
punsubscribe
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> punsubscribe(List<String> args) Stops listening to messages published to channels that match one or more patterns.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- PUNSUBSCRIBE
ValkeyAPI.punsubscribe(List)
-
punsubscribeAndAwait
Stops listening to messages published to channels that match one or more patterns.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- PUNSUBSCRIBE
ValkeyAPI.punsubscribe(List)
-
punsubscribeAndForget
Stops listening to messages published to channels that match one or more patterns.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- PUNSUBSCRIBE
ValkeyAPI.punsubscribe(List)
-
quit
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> quit(List<String> args) Closes the connection.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- QUIT
ValkeyAPI.quit(List)
-
quitAndAwait
Closes the connection.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- QUIT
ValkeyAPI.quit(List)
-
quitAndForget
Closes the connection.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- QUIT
ValkeyAPI.quit(List)
-
randomkey
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> randomkey()Returns a random key name from the database.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- RANDOMKEY
ValkeyAPI.randomkey()
-
randomkeyAndAwait
public io.vertx.redis.client.Response randomkeyAndAwait()Returns a random key name from the database.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- RANDOMKEY
ValkeyAPI.randomkey()
-
randomkeyAndForget
Returns a random key name from the database.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- RANDOMKEY
ValkeyAPI.randomkey()
-
readonly
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> readonly()Enables read-only queries for a connection to a Valkey replica node.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.0.0
- See Also:
-
- READONLY
ValkeyAPI.readonly()
-
readonlyAndAwait
public io.vertx.redis.client.Response readonlyAndAwait()Enables read-only queries for a connection to a Valkey replica node.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.0.0
- See Also:
-
- READONLY
ValkeyAPI.readonly()
-
readonlyAndForget
Enables read-only queries for a connection to a Valkey replica node.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.0.0
- See Also:
-
- READONLY
ValkeyAPI.readonly()
-
readwrite
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> readwrite()Enables read-write queries for a connection to a Valkey replica node.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.0.0
- See Also:
-
- READWRITE
ValkeyAPI.readwrite()
-
readwriteAndAwait
public io.vertx.redis.client.Response readwriteAndAwait()Enables read-write queries for a connection to a Valkey replica node.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.0.0
- See Also:
-
- READWRITE
ValkeyAPI.readwrite()
-
readwriteAndForget
Enables read-write queries for a connection to a Valkey replica node.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.0.0
- See Also:
-
- READWRITE
ValkeyAPI.readwrite()
-
rename
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> rename(String arg0, String arg1) Renames a key and overwrites the destination.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- RENAME
ValkeyAPI.rename(String, String)
-
renameAndAwait
Renames a key and overwrites the destination.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- RENAME
ValkeyAPI.rename(String, String)
-
renameAndForget
Renames a key and overwrites the destination.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- RENAME
ValkeyAPI.rename(String, String)
-
renamenx
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> renamenx(String arg0, String arg1) Renames a key only when the target key name doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- RENAMENX
ValkeyAPI.renamenx(String, String)
-
renamenxAndAwait
Renames a key only when the target key name doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- RENAMENX
ValkeyAPI.renamenx(String, String)
-
renamenxAndForget
Renames a key only when the target key name doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- RENAMENX
ValkeyAPI.renamenx(String, String)
-
replconf
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> replconf(List<String> args) An internal command for configuring the replication stream.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.0.0
- See Also:
-
- REPLCONF
ValkeyAPI.replconf(List)
-
replconfAndAwait
An internal command for configuring the replication stream.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.0.0
- See Also:
-
- REPLCONF
ValkeyAPI.replconf(List)
-
replconfAndForget
An internal command for configuring the replication stream.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.0.0
- See Also:
-
- REPLCONF
ValkeyAPI.replconf(List)
-
replicaof
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> replicaof(String arg0, String arg1) Configures a server as replica of another, or promotes it to a primary.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- REPLICAOF
ValkeyAPI.replicaof(String, String)
-
replicaofAndAwait
Configures a server as replica of another, or promotes it to a primary.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- REPLICAOF
ValkeyAPI.replicaof(String, String)
-
replicaofAndForget
Configures a server as replica of another, or promotes it to a primary.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- REPLICAOF
ValkeyAPI.replicaof(String, String)
-
reset
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> reset()Resets the connection.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- RESET
ValkeyAPI.reset()
-
resetAndAwait
public io.vertx.redis.client.Response resetAndAwait()Resets the connection.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- RESET
ValkeyAPI.reset()
-
resetAndForget
Resets the connection.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- RESET
ValkeyAPI.reset()
-
restore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> restore(List<String> args) Creates a key from the serialized representation of a value.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- RESTORE
ValkeyAPI.restore(List)
-
restoreAndAwait
Creates a key from the serialized representation of a value.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- RESTORE
ValkeyAPI.restore(List)
-
restoreAndForget
Creates a key from the serialized representation of a value.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- RESTORE
ValkeyAPI.restore(List)
-
restoreAsking
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> restoreAsking(List<String> args) An internal command for migrating keys in a cluster.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.0.0
- See Also:
-
- RESTORE-ASKING
ValkeyAPI.restoreAsking(List)
-
restoreAskingAndAwait
An internal command for migrating keys in a cluster.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.0.0
- See Also:
-
- RESTORE-ASKING
ValkeyAPI.restoreAsking(List)
-
restoreAskingAndForget
An internal command for migrating keys in a cluster.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.0.0
- See Also:
-
- RESTORE-ASKING
ValkeyAPI.restoreAsking(List)
-
role
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> role()Returns the replication role.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.12
- See Also:
-
- ROLE
ValkeyAPI.role()
-
roleAndAwait
public io.vertx.redis.client.Response roleAndAwait()Returns the replication role.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.12
- See Also:
-
- ROLE
ValkeyAPI.role()
-
roleAndForget
Returns the replication role.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.12
- See Also:
-
- ROLE
ValkeyAPI.role()
-
rpop
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> rpop(List<String> args) Returns and removes one or more elements from the end of a list. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- RPOP
ValkeyAPI.rpop(List)
-
rpopAndAwait
Returns and removes one or more elements from the end of a list. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- RPOP
ValkeyAPI.rpop(List)
-
rpopAndForget
Returns and removes one or more elements from the end of a list. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- RPOP
ValkeyAPI.rpop(List)
-
rpoplpush
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> rpoplpush(String arg0, String arg1) Returns the last element of a list after removing and pushing it to another list. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- RPOPLPUSH
ValkeyAPI.rpoplpush(String, String)
-
rpoplpushAndAwait
Returns the last element of a list after removing and pushing it to another list. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- RPOPLPUSH
ValkeyAPI.rpoplpush(String, String)
-
rpoplpushAndForget
Returns the last element of a list after removing and pushing it to another list. Deletes the list if the last element was popped.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- RPOPLPUSH
ValkeyAPI.rpoplpush(String, String)
-
rpush
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> rpush(List<String> args) Appends one or more elements to a list. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- RPUSH
ValkeyAPI.rpush(List)
-
rpushAndAwait
Appends one or more elements to a list. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- RPUSH
ValkeyAPI.rpush(List)
-
rpushAndForget
Appends one or more elements to a list. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- RPUSH
ValkeyAPI.rpush(List)
-
rpushx
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> rpushx(List<String> args) Appends one or more elements to a list only when the list exists.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- RPUSHX
ValkeyAPI.rpushx(List)
-
rpushxAndAwait
Appends one or more elements to a list only when the list exists.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- RPUSHX
ValkeyAPI.rpushx(List)
-
rpushxAndForget
Appends one or more elements to a list only when the list exists.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- RPUSHX
ValkeyAPI.rpushx(List)
-
sadd
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sadd(List<String> args) Adds one or more members to a set. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SADD
ValkeyAPI.sadd(List)
-
saddAndAwait
Adds one or more members to a set. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SADD
ValkeyAPI.sadd(List)
-
saddAndForget
Adds one or more members to a set. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SADD
ValkeyAPI.sadd(List)
-
save
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> save()Synchronously saves the database(s) to disk.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SAVE
ValkeyAPI.save()
-
saveAndAwait
public io.vertx.redis.client.Response saveAndAwait()Synchronously saves the database(s) to disk.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SAVE
ValkeyAPI.save()
-
saveAndForget
Synchronously saves the database(s) to disk.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SAVE
ValkeyAPI.save()
-
scan
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> scan(List<String> args) Iterates over the key names in the database.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.0
- See Also:
-
- SCAN
ValkeyAPI.scan(List)
-
scanAndAwait
Iterates over the key names in the database.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.0
- See Also:
-
- SCAN
ValkeyAPI.scan(List)
-
scanAndForget
Iterates over the key names in the database.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.0
- See Also:
-
- SCAN
ValkeyAPI.scan(List)
-
scard
Returns the number of members in a set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SCARD
ValkeyAPI.scard(String)
-
scardAndAwait
Returns the number of members in a set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SCARD
ValkeyAPI.scard(String)
-
scardAndForget
Returns the number of members in a set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SCARD
ValkeyAPI.scard(String)
-
script
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> script(List<String> args) A container for Lua scripts management commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- SCRIPT
ValkeyAPI.script(List)
-
scriptAndAwait
A container for Lua scripts management commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- SCRIPT
ValkeyAPI.script(List)
-
scriptAndForget
A container for Lua scripts management commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- SCRIPT
ValkeyAPI.script(List)
-
sdiff
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sdiff(List<String> args) Returns the difference of multiple sets.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SDIFF
ValkeyAPI.sdiff(List)
-
sdiffAndAwait
Returns the difference of multiple sets.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SDIFF
ValkeyAPI.sdiff(List)
-
sdiffAndForget
Returns the difference of multiple sets.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SDIFF
ValkeyAPI.sdiff(List)
-
sdiffstore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sdiffstore(List<String> args) Stores the difference of multiple sets in a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SDIFFSTORE
ValkeyAPI.sdiffstore(List)
-
sdiffstoreAndAwait
Stores the difference of multiple sets in a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SDIFFSTORE
ValkeyAPI.sdiffstore(List)
-
sdiffstoreAndForget
Stores the difference of multiple sets in a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SDIFFSTORE
ValkeyAPI.sdiffstore(List)
-
select
Changes the selected database.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SELECT
ValkeyAPI.select(String)
-
selectAndAwait
Changes the selected database.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SELECT
ValkeyAPI.select(String)
-
selectAndForget
Changes the selected database.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SELECT
ValkeyAPI.select(String)
-
set
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> set(List<String> args) Sets the string value of a key, ignoring its type. The key is created if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SET
ValkeyAPI.set(List)
-
setAndAwait
Sets the string value of a key, ignoring its type. The key is created if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SET
ValkeyAPI.set(List)
-
setAndForget
Sets the string value of a key, ignoring its type. The key is created if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SET
ValkeyAPI.set(List)
-
setbit
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> setbit(String arg0, String arg1, String arg2) Sets or clears the bit at offset of the string value. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- SETBIT
ValkeyAPI.setbit(String, String, String)
-
setbitAndAwait
Sets or clears the bit at offset of the string value. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- SETBIT
ValkeyAPI.setbit(String, String, String)
-
setbitAndForget
Sets or clears the bit at offset of the string value. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- SETBIT
ValkeyAPI.setbit(String, String, String)
-
setex
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> setex(String arg0, String arg1, String arg2) Sets the string value and expiration time of a key. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- SETEX
ValkeyAPI.setex(String, String, String)
-
setexAndAwait
Sets the string value and expiration time of a key. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- SETEX
ValkeyAPI.setex(String, String, String)
-
setexAndForget
Sets the string value and expiration time of a key. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- SETEX
ValkeyAPI.setex(String, String, String)
-
setnx
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> setnx(String arg0, String arg1) Set the string value of a key only when the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SETNX
ValkeyAPI.setnx(String, String)
-
setnxAndAwait
Set the string value of a key only when the key doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SETNX
ValkeyAPI.setnx(String, String)
-
setnxAndForget
Set the string value of a key only when the key doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SETNX
ValkeyAPI.setnx(String, String)
-
setrange
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> setrange(String arg0, String arg1, String arg2) Overwrites a part of a string value with another by an offset. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- SETRANGE
ValkeyAPI.setrange(String, String, String)
-
setrangeAndAwait
Overwrites a part of a string value with another by an offset. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- SETRANGE
ValkeyAPI.setrange(String, String, String)
-
setrangeAndForget
Overwrites a part of a string value with another by an offset. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- SETRANGE
ValkeyAPI.setrange(String, String, String)
-
shutdown
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> shutdown(List<String> args) Synchronously saves the database(s) to disk and shuts down the server.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SHUTDOWN
ValkeyAPI.shutdown(List)
-
shutdownAndAwait
Synchronously saves the database(s) to disk and shuts down the server.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SHUTDOWN
ValkeyAPI.shutdown(List)
-
shutdownAndForget
Synchronously saves the database(s) to disk and shuts down the server.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SHUTDOWN
ValkeyAPI.shutdown(List)
-
sinter
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sinter(List<String> args) Returns the intersect of multiple sets.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SINTER
ValkeyAPI.sinter(List)
-
sinterAndAwait
Returns the intersect of multiple sets.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SINTER
ValkeyAPI.sinter(List)
-
sinterAndForget
Returns the intersect of multiple sets.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SINTER
ValkeyAPI.sinter(List)
-
sintercard
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sintercard(List<String> args) Returns the number of members of the intersect of multiple sets.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- SINTERCARD
ValkeyAPI.sintercard(List)
-
sintercardAndAwait
Returns the number of members of the intersect of multiple sets.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- SINTERCARD
ValkeyAPI.sintercard(List)
-
sintercardAndForget
Returns the number of members of the intersect of multiple sets.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- SINTERCARD
ValkeyAPI.sintercard(List)
-
sinterstore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sinterstore(List<String> args) Stores the intersect of multiple sets in a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SINTERSTORE
ValkeyAPI.sinterstore(List)
-
sinterstoreAndAwait
Stores the intersect of multiple sets in a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SINTERSTORE
ValkeyAPI.sinterstore(List)
-
sinterstoreAndForget
Stores the intersect of multiple sets in a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SINTERSTORE
ValkeyAPI.sinterstore(List)
-
sismember
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sismember(String arg0, String arg1) Determines whether a member belongs to a set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SISMEMBER
ValkeyAPI.sismember(String, String)
-
sismemberAndAwait
Determines whether a member belongs to a set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SISMEMBER
ValkeyAPI.sismember(String, String)
-
sismemberAndForget
Determines whether a member belongs to a set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SISMEMBER
ValkeyAPI.sismember(String, String)
-
slaveof
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> slaveof(String arg0, String arg1) Deprecated.since Redis 5.0.0, replaced by:REPLICAOFSets a server as a replica of another, or promotes it to being a primary.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SLAVEOF
ValkeyAPI.slaveof(String, String)
-
slaveofAndAwait
Deprecated.since Redis 5.0.0, replaced by:REPLICAOFSets a server as a replica of another, or promotes it to being a primary.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SLAVEOF
ValkeyAPI.slaveof(String, String)
-
slaveofAndForget
Deprecated.since Redis 5.0.0, replaced by:REPLICAOFSets a server as a replica of another, or promotes it to being a primary.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SLAVEOF
ValkeyAPI.slaveof(String, String)
-
slowlog
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> slowlog(List<String> args) A container for slow log commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.12
- See Also:
-
- SLOWLOG
ValkeyAPI.slowlog(List)
-
slowlogAndAwait
A container for slow log commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.12
- See Also:
-
- SLOWLOG
ValkeyAPI.slowlog(List)
-
slowlogAndForget
A container for slow log commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.12
- See Also:
-
- SLOWLOG
ValkeyAPI.slowlog(List)
-
smembers
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> smembers(String arg0) Returns all members of a set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SMEMBERS
ValkeyAPI.smembers(String)
-
smembersAndAwait
Returns all members of a set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SMEMBERS
ValkeyAPI.smembers(String)
-
smembersAndForget
Returns all members of a set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SMEMBERS
ValkeyAPI.smembers(String)
-
smismember
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> smismember(List<String> args) Determines whether multiple members belong to a set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- SMISMEMBER
ValkeyAPI.smismember(List)
-
smismemberAndAwait
Determines whether multiple members belong to a set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- SMISMEMBER
ValkeyAPI.smismember(List)
-
smismemberAndForget
Determines whether multiple members belong to a set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- SMISMEMBER
ValkeyAPI.smismember(List)
-
smove
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> smove(String arg0, String arg1, String arg2) Moves a member from one set to another.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SMOVE
ValkeyAPI.smove(String, String, String)
-
smoveAndAwait
Moves a member from one set to another.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SMOVE
ValkeyAPI.smove(String, String, String)
-
smoveAndForget
Moves a member from one set to another.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SMOVE
ValkeyAPI.smove(String, String, String)
-
sort
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sort(List<String> args) Sorts the elements in a list, a set, or a sorted set, optionally storing the result.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SORT
ValkeyAPI.sort(List)
-
sortAndAwait
Sorts the elements in a list, a set, or a sorted set, optionally storing the result.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SORT
ValkeyAPI.sort(List)
-
sortAndForget
Sorts the elements in a list, a set, or a sorted set, optionally storing the result.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SORT
ValkeyAPI.sort(List)
-
sortRo
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sortRo(List<String> args) Returns the sorted elements of a list, a set, or a sorted set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- SORT_RO
ValkeyAPI.sortRo(List)
-
sortRoAndAwait
Returns the sorted elements of a list, a set, or a sorted set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- SORT_RO
ValkeyAPI.sortRo(List)
-
sortRoAndForget
Returns the sorted elements of a list, a set, or a sorted set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- SORT_RO
ValkeyAPI.sortRo(List)
-
spop
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> spop(List<String> args) Returns one or more random members from a set after removing them. Deletes the set if the last member was popped.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SPOP
ValkeyAPI.spop(List)
-
spopAndAwait
Returns one or more random members from a set after removing them. Deletes the set if the last member was popped.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SPOP
ValkeyAPI.spop(List)
-
spopAndForget
Returns one or more random members from a set after removing them. Deletes the set if the last member was popped.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SPOP
ValkeyAPI.spop(List)
-
spublish
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> spublish(String arg0, String arg1) Post a message to a shard channel.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- SPUBLISH
ValkeyAPI.spublish(String, String)
-
spublishAndAwait
Post a message to a shard channel.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- SPUBLISH
ValkeyAPI.spublish(String, String)
-
spublishAndForget
Post a message to a shard channel.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- SPUBLISH
ValkeyAPI.spublish(String, String)
-
srandmember
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> srandmember(List<String> args) Get one or multiple random members from a set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SRANDMEMBER
ValkeyAPI.srandmember(List)
-
srandmemberAndAwait
Get one or multiple random members from a set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SRANDMEMBER
ValkeyAPI.srandmember(List)
-
srandmemberAndForget
Get one or multiple random members from a set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SRANDMEMBER
ValkeyAPI.srandmember(List)
-
srem
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> srem(List<String> args) Removes one or more members from a set. Deletes the set if the last member was removed.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SREM
ValkeyAPI.srem(List)
-
sremAndAwait
Removes one or more members from a set. Deletes the set if the last member was removed.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SREM
ValkeyAPI.srem(List)
-
sremAndForget
Removes one or more members from a set. Deletes the set if the last member was removed.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SREM
ValkeyAPI.srem(List)
-
sscan
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sscan(List<String> args) Iterates over members of a set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.0
- See Also:
-
- SSCAN
ValkeyAPI.sscan(List)
-
sscanAndAwait
Iterates over members of a set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.0
- See Also:
-
- SSCAN
ValkeyAPI.sscan(List)
-
sscanAndForget
Iterates over members of a set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.0
- See Also:
-
- SSCAN
ValkeyAPI.sscan(List)
-
ssubscribe
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> ssubscribe(List<String> args) Listens for messages published to shard channels.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- SSUBSCRIBE
ValkeyAPI.ssubscribe(List)
-
ssubscribeAndAwait
Listens for messages published to shard channels.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- SSUBSCRIBE
ValkeyAPI.ssubscribe(List)
-
ssubscribeAndForget
Listens for messages published to shard channels.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- SSUBSCRIBE
ValkeyAPI.ssubscribe(List)
-
strlen
Returns the length of a string value.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- STRLEN
ValkeyAPI.strlen(String)
-
strlenAndAwait
Returns the length of a string value.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- STRLEN
ValkeyAPI.strlen(String)
-
strlenAndForget
Returns the length of a string value.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- STRLEN
ValkeyAPI.strlen(String)
-
subscribe
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> subscribe(List<String> args) Listens for messages published to channels.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- SUBSCRIBE
ValkeyAPI.subscribe(List)
-
subscribeAndAwait
Listens for messages published to channels.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- SUBSCRIBE
ValkeyAPI.subscribe(List)
-
subscribeAndForget
Listens for messages published to channels.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- SUBSCRIBE
ValkeyAPI.subscribe(List)
-
substr
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> substr(String arg0, String arg1, String arg2) Returns a substring from a string value.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SUBSTR
ValkeyAPI.substr(String, String, String)
-
substrAndAwait
Returns a substring from a string value.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SUBSTR
ValkeyAPI.substr(String, String, String)
-
substrAndForget
Returns a substring from a string value.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SUBSTR
ValkeyAPI.substr(String, String, String)
-
sunion
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sunion(List<String> args) Returns the union of multiple sets.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SUNION
ValkeyAPI.sunion(List)
-
sunionAndAwait
Returns the union of multiple sets.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SUNION
ValkeyAPI.sunion(List)
-
sunionAndForget
Returns the union of multiple sets.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SUNION
ValkeyAPI.sunion(List)
-
sunionstore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sunionstore(List<String> args) Stores the union of multiple sets in a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SUNIONSTORE
ValkeyAPI.sunionstore(List)
-
sunionstoreAndAwait
Stores the union of multiple sets in a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SUNIONSTORE
ValkeyAPI.sunionstore(List)
-
sunionstoreAndForget
Stores the union of multiple sets in a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SUNIONSTORE
ValkeyAPI.sunionstore(List)
-
sunsubscribe
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sunsubscribe(List<String> args) Stops listening to messages posted to shard channels.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- SUNSUBSCRIBE
ValkeyAPI.sunsubscribe(List)
-
sunsubscribeAndAwait
Stops listening to messages posted to shard channels.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- SUNSUBSCRIBE
ValkeyAPI.sunsubscribe(List)
-
sunsubscribeAndForget
Stops listening to messages posted to shard channels.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- SUNSUBSCRIBE
ValkeyAPI.sunsubscribe(List)
-
swapdb
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> swapdb(String arg0, String arg1) Swaps two databases.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 4.0.0
- See Also:
-
- SWAPDB
ValkeyAPI.swapdb(String, String)
-
swapdbAndAwait
Swaps two databases.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 4.0.0
- See Also:
-
- SWAPDB
ValkeyAPI.swapdb(String, String)
-
swapdbAndForget
Swaps two databases.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 4.0.0
- See Also:
-
- SWAPDB
ValkeyAPI.swapdb(String, String)
-
sync
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> sync()An internal command used in replication.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- SYNC
ValkeyAPI.sync()
-
syncAndAwait
public io.vertx.redis.client.Response syncAndAwait()An internal command used in replication.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- SYNC
ValkeyAPI.sync()
-
syncAndForget
An internal command used in replication.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- SYNC
ValkeyAPI.sync()
-
time
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> time()Returns the server time.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.6.0
- See Also:
-
- TIME
ValkeyAPI.time()
-
timeAndAwait
public io.vertx.redis.client.Response timeAndAwait()Returns the server time.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.6.0
- See Also:
-
- TIME
ValkeyAPI.time()
-
timeAndForget
Returns the server time.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.6.0
- See Also:
-
- TIME
ValkeyAPI.time()
-
touch
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> touch(List<String> args) Returns the number of existing keys out of those specified after updating the time they were last accessed.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.2.1
- See Also:
-
- TOUCH
ValkeyAPI.touch(List)
-
touchAndAwait
Returns the number of existing keys out of those specified after updating the time they were last accessed.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.2.1
- See Also:
-
- TOUCH
ValkeyAPI.touch(List)
-
touchAndForget
Returns the number of existing keys out of those specified after updating the time they were last accessed.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.2.1
- See Also:
-
- TOUCH
ValkeyAPI.touch(List)
-
ttl
Returns the expiration time in seconds of a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- TTL
ValkeyAPI.ttl(String)
-
ttlAndAwait
Returns the expiration time in seconds of a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- TTL
ValkeyAPI.ttl(String)
-
ttlAndForget
Returns the expiration time in seconds of a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- TTL
ValkeyAPI.ttl(String)
-
type
Determines the type of value stored at a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.0
- See Also:
-
- TYPE
ValkeyAPI.type(String)
-
typeAndAwait
Determines the type of value stored at a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.0
- See Also:
-
- TYPE
ValkeyAPI.type(String)
-
typeAndForget
Determines the type of value stored at a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.0
- See Also:
-
- TYPE
ValkeyAPI.type(String)
-
unlink
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> unlink(List<String> args) Asynchronously deletes one or more keys.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 4.0.0
- See Also:
-
- UNLINK
ValkeyAPI.unlink(List)
-
unlinkAndAwait
Asynchronously deletes one or more keys.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 4.0.0
- See Also:
-
- UNLINK
ValkeyAPI.unlink(List)
-
unlinkAndForget
Asynchronously deletes one or more keys.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 4.0.0
- See Also:
-
- UNLINK
ValkeyAPI.unlink(List)
-
unsubscribe
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> unsubscribe(List<String> args) Stops listening to messages posted to channels.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- UNSUBSCRIBE
ValkeyAPI.unsubscribe(List)
-
unsubscribeAndAwait
Stops listening to messages posted to channels.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- UNSUBSCRIBE
ValkeyAPI.unsubscribe(List)
-
unsubscribeAndForget
Stops listening to messages posted to channels.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- UNSUBSCRIBE
ValkeyAPI.unsubscribe(List)
-
unwatch
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> unwatch()Forgets about watched keys of a transaction.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- UNWATCH
ValkeyAPI.unwatch()
-
unwatchAndAwait
public io.vertx.redis.client.Response unwatchAndAwait()Forgets about watched keys of a transaction.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- UNWATCH
ValkeyAPI.unwatch()
-
unwatchAndForget
Forgets about watched keys of a transaction.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- UNWATCH
ValkeyAPI.unwatch()
-
wait
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> wait(String arg0, String arg1) Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 3.0.0
- See Also:
-
- WAIT
ValkeyAPI.wait(String, String)
-
waitAndAwait
Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 3.0.0
- See Also:
-
- WAIT
ValkeyAPI.wait(String, String)
-
waitAndForget
Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 3.0.0
- See Also:
-
- WAIT
ValkeyAPI.wait(String, String)
-
waitaof
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> waitaof(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 primary and/or replicas.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.2.0
- See Also:
-
- WAITAOF
ValkeyAPI.waitaof(String, String, String)
-
waitaofAndAwait
Blocks until all of the preceding write commands sent by the connection are written to the append-only file of the primary and/or replicas.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.2.0
- See Also:
-
- WAITAOF
ValkeyAPI.waitaof(String, String, String)
-
waitaofAndForget
Blocks until all of the preceding write commands sent by the connection are written to the append-only file of the primary and/or replicas.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.2.0
- See Also:
-
- WAITAOF
ValkeyAPI.waitaof(String, String, String)
-
watch
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> watch(List<String> args) Monitors changes to keys to determine the execution of a transaction.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- WATCH
ValkeyAPI.watch(List)
-
watchAndAwait
Monitors changes to keys to determine the execution of a transaction.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- WATCH
ValkeyAPI.watch(List)
-
watchAndForget
Monitors changes to keys to determine the execution of a transaction.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- WATCH
ValkeyAPI.watch(List)
-
xack
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xack(List<String> args) Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XACK
ValkeyAPI.xack(List)
-
xackAndAwait
Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XACK
ValkeyAPI.xack(List)
-
xackAndForget
Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XACK
ValkeyAPI.xack(List)
-
xadd
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xadd(List<String> args) Appends a new message to a stream. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XADD
ValkeyAPI.xadd(List)
-
xaddAndAwait
Appends a new message to a stream. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XADD
ValkeyAPI.xadd(List)
-
xaddAndForget
Appends a new message to a stream. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XADD
ValkeyAPI.xadd(List)
-
xautoclaim
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- XAUTOCLAIM
ValkeyAPI.xautoclaim(List)
-
xautoclaimAndAwait
Changes, or acquires, ownership of messages in a consumer group, as if the messages were delivered to as consumer group member.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- XAUTOCLAIM
ValkeyAPI.xautoclaim(List)
-
xautoclaimAndForget
Changes, or acquires, ownership of messages in a consumer group, as if the messages were delivered to as consumer group member.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- XAUTOCLAIM
ValkeyAPI.xautoclaim(List)
-
xclaim
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xclaim(List<String> args) Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XCLAIM
ValkeyAPI.xclaim(List)
-
xclaimAndAwait
Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XCLAIM
ValkeyAPI.xclaim(List)
-
xclaimAndForget
Changes, or acquires, ownership of a message in a consumer group, as if the message was delivered a consumer group member.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XCLAIM
ValkeyAPI.xclaim(List)
-
xdel
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xdel(List<String> args) Returns the number of messages after removing them from a stream.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XDEL
ValkeyAPI.xdel(List)
-
xdelAndAwait
Returns the number of messages after removing them from a stream.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XDEL
ValkeyAPI.xdel(List)
-
xdelAndForget
Returns the number of messages after removing them from a stream.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XDEL
ValkeyAPI.xdel(List)
-
xgroup
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xgroup(List<String> args) A container for consumer groups commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XGROUP
ValkeyAPI.xgroup(List)
-
xgroupAndAwait
A container for consumer groups commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XGROUP
ValkeyAPI.xgroup(List)
-
xgroupAndForget
A container for consumer groups commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XGROUP
ValkeyAPI.xgroup(List)
-
xinfo
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xinfo(List<String> args) A container for stream introspection commands.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XINFO
ValkeyAPI.xinfo(List)
-
xinfoAndAwait
A container for stream introspection commands.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XINFO
ValkeyAPI.xinfo(List)
-
xinfoAndForget
A container for stream introspection commands.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XINFO
ValkeyAPI.xinfo(List)
-
xlen
Return the number of messages in a stream.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XLEN
ValkeyAPI.xlen(String)
-
xlenAndAwait
Return the number of messages in a stream.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XLEN
ValkeyAPI.xlen(String)
-
xlenAndForget
Return the number of messages in a stream.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XLEN
ValkeyAPI.xlen(String)
-
xpending
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xpending(List<String> args) Returns the information and entries from a stream consumer group's pending entries list.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XPENDING
ValkeyAPI.xpending(List)
-
xpendingAndAwait
Returns the information and entries from a stream consumer group's pending entries list.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XPENDING
ValkeyAPI.xpending(List)
-
xpendingAndForget
Returns the information and entries from a stream consumer group's pending entries list.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XPENDING
ValkeyAPI.xpending(List)
-
xrange
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xrange(List<String> args) Returns the messages from a stream within a range of IDs.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XRANGE
ValkeyAPI.xrange(List)
-
xrangeAndAwait
Returns the messages from a stream within a range of IDs.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XRANGE
ValkeyAPI.xrange(List)
-
xrangeAndForget
Returns the messages from a stream within a range of IDs.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XRANGE
ValkeyAPI.xrange(List)
-
xread
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xread(List<String> args) Returns messages from multiple streams with IDs greater than the ones requested. Blocks until a message is available otherwise.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XREAD
ValkeyAPI.xread(List)
-
xreadAndAwait
Returns messages from multiple streams with IDs greater than the ones requested. Blocks until a message is available otherwise.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XREAD
ValkeyAPI.xread(List)
-
xreadAndForget
Returns messages from multiple streams with IDs greater than the ones requested. Blocks until a message is available otherwise.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XREAD
ValkeyAPI.xread(List)
-
xreadgroup
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xreadgroup(List<String> args) Returns new or historical messages from a stream for a consumer in a group. Blocks until a message is available otherwise.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XREADGROUP
ValkeyAPI.xreadgroup(List)
-
xreadgroupAndAwait
Returns new or historical messages from a stream for a consumer in a group. Blocks until a message is available otherwise.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XREADGROUP
ValkeyAPI.xreadgroup(List)
-
xreadgroupAndForget
Returns new or historical messages from a stream for a consumer in a group. Blocks until a message is available otherwise.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XREADGROUP
ValkeyAPI.xreadgroup(List)
-
xrevrange
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xrevrange(List<String> args) Returns the messages from a stream within a range of IDs in reverse order.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XREVRANGE
ValkeyAPI.xrevrange(List)
-
xrevrangeAndAwait
Returns the messages from a stream within a range of IDs in reverse order.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XREVRANGE
ValkeyAPI.xrevrange(List)
-
xrevrangeAndForget
Returns the messages from a stream within a range of IDs in reverse order.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XREVRANGE
ValkeyAPI.xrevrange(List)
-
xsetid
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xsetid(List<String> args) An internal command for replicating stream values.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XSETID
ValkeyAPI.xsetid(List)
-
xsetidAndAwait
An internal command for replicating stream values.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XSETID
ValkeyAPI.xsetid(List)
-
xsetidAndForget
An internal command for replicating stream values.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XSETID
ValkeyAPI.xsetid(List)
-
xtrim
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> xtrim(List<String> args) Deletes messages from the beginning of a stream.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- XTRIM
ValkeyAPI.xtrim(List)
-
xtrimAndAwait
Deletes messages from the beginning of a stream.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- XTRIM
ValkeyAPI.xtrim(List)
-
xtrimAndForget
Deletes messages from the beginning of a stream.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- XTRIM
ValkeyAPI.xtrim(List)
-
zadd
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zadd(List<String> args) Adds one or more members to a sorted set, or updates their scores. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- ZADD
ValkeyAPI.zadd(List)
-
zaddAndAwait
Adds one or more members to a sorted set, or updates their scores. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- ZADD
ValkeyAPI.zadd(List)
-
zaddAndForget
Adds one or more members to a sorted set, or updates their scores. Creates the key if it doesn't exist.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- ZADD
ValkeyAPI.zadd(List)
-
zcard
Returns the number of members in a sorted set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- ZCARD
ValkeyAPI.zcard(String)
-
zcardAndAwait
Returns the number of members in a sorted set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- ZCARD
ValkeyAPI.zcard(String)
-
zcardAndForget
Returns the number of members in a sorted set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- ZCARD
ValkeyAPI.zcard(String)
-
zcount
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zcount(String arg0, String arg1, String arg2) Returns the count of members in a sorted set that have scores within a range.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- ZCOUNT
ValkeyAPI.zcount(String, String, String)
-
zcountAndAwait
Returns the count of members in a sorted set that have scores within a range.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- ZCOUNT
ValkeyAPI.zcount(String, String, String)
-
zcountAndForget
Returns the count of members in a sorted set that have scores within a range.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- ZCOUNT
ValkeyAPI.zcount(String, String, String)
-
zdiff
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zdiff(List<String> args) Returns the difference between multiple sorted sets.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- ZDIFF
ValkeyAPI.zdiff(List)
-
zdiffAndAwait
Returns the difference between multiple sorted sets.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- ZDIFF
ValkeyAPI.zdiff(List)
-
zdiffAndForget
Returns the difference between multiple sorted sets.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- ZDIFF
ValkeyAPI.zdiff(List)
-
zdiffstore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zdiffstore(List<String> args) Stores the difference of multiple sorted sets in a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- ZDIFFSTORE
ValkeyAPI.zdiffstore(List)
-
zdiffstoreAndAwait
Stores the difference of multiple sorted sets in a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- ZDIFFSTORE
ValkeyAPI.zdiffstore(List)
-
zdiffstoreAndForget
Stores the difference of multiple sorted sets in a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- ZDIFFSTORE
ValkeyAPI.zdiffstore(List)
-
zincrby
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zincrby(String arg0, String arg1, String arg2) Increments the score of a member in a sorted set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- ZINCRBY
ValkeyAPI.zincrby(String, String, String)
-
zincrbyAndAwait
Increments the score of a member in a sorted set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- ZINCRBY
ValkeyAPI.zincrby(String, String, String)
-
zincrbyAndForget
Increments the score of a member in a sorted set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- ZINCRBY
ValkeyAPI.zincrby(String, String, String)
-
zinter
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zinter(List<String> args) Returns the intersect of multiple sorted sets.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- ZINTER
ValkeyAPI.zinter(List)
-
zinterAndAwait
Returns the intersect of multiple sorted sets.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- ZINTER
ValkeyAPI.zinter(List)
-
zinterAndForget
Returns the intersect of multiple sorted sets.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- ZINTER
ValkeyAPI.zinter(List)
-
zintercard
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zintercard(List<String> args) Returns the number of members of the intersect of multiple sorted sets.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- ZINTERCARD
ValkeyAPI.zintercard(List)
-
zintercardAndAwait
Returns the number of members of the intersect of multiple sorted sets.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- ZINTERCARD
ValkeyAPI.zintercard(List)
-
zintercardAndForget
Returns the number of members of the intersect of multiple sorted sets.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- ZINTERCARD
ValkeyAPI.zintercard(List)
-
zinterstore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zinterstore(List<String> args) Stores the intersect of multiple sorted sets in a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- ZINTERSTORE
ValkeyAPI.zinterstore(List)
-
zinterstoreAndAwait
Stores the intersect of multiple sorted sets in a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- ZINTERSTORE
ValkeyAPI.zinterstore(List)
-
zinterstoreAndForget
Stores the intersect of multiple sorted sets in a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- ZINTERSTORE
ValkeyAPI.zinterstore(List)
-
zlexcount
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zlexcount(String arg0, String arg1, String arg2) Returns the number of members in a sorted set within a lexicographical range.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.9
- See Also:
-
- ZLEXCOUNT
ValkeyAPI.zlexcount(String, String, String)
-
zlexcountAndAwait
Returns the number of members in a sorted set within a lexicographical range.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.9
- See Also:
-
- ZLEXCOUNT
ValkeyAPI.zlexcount(String, String, String)
-
zlexcountAndForget
Returns the number of members in a sorted set within a lexicographical range.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.9
- See Also:
-
- ZLEXCOUNT
ValkeyAPI.zlexcount(String, String, String)
-
zmpop
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zmpop(List<String> args) 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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 7.0.0
- See Also:
-
- ZMPOP
ValkeyAPI.zmpop(List)
-
zmpopAndAwait
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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 7.0.0
- See Also:
-
- ZMPOP
ValkeyAPI.zmpop(List)
-
zmpopAndForget
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.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 7.0.0
- See Also:
-
- ZMPOP
ValkeyAPI.zmpop(List)
-
zmscore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zmscore(List<String> args) Returns the score of one or more members in a sorted set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- ZMSCORE
ValkeyAPI.zmscore(List)
-
zmscoreAndAwait
Returns the score of one or more members in a sorted set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- ZMSCORE
ValkeyAPI.zmscore(List)
-
zmscoreAndForget
Returns the score of one or more members in a sorted set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- ZMSCORE
ValkeyAPI.zmscore(List)
-
zpopmax
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zpopmax(List<String> args) Returns the highest-scoring members from a sorted set after removing them. Deletes the sorted set if the last member was popped.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- ZPOPMAX
ValkeyAPI.zpopmax(List)
-
zpopmaxAndAwait
Returns the highest-scoring members from a sorted set after removing them. Deletes the sorted set if the last member was popped.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- ZPOPMAX
ValkeyAPI.zpopmax(List)
-
zpopmaxAndForget
Returns the highest-scoring members from a sorted set after removing them. Deletes the sorted set if the last member was popped.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- ZPOPMAX
ValkeyAPI.zpopmax(List)
-
zpopmin
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zpopmin(List<String> args) Returns the lowest-scoring members from a sorted set after removing them. Deletes the sorted set if the last member was popped.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 5.0.0
- See Also:
-
- ZPOPMIN
ValkeyAPI.zpopmin(List)
-
zpopminAndAwait
Returns the lowest-scoring members from a sorted set after removing them. Deletes the sorted set if the last member was popped.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 5.0.0
- See Also:
-
- ZPOPMIN
ValkeyAPI.zpopmin(List)
-
zpopminAndForget
Returns the lowest-scoring members from a sorted set after removing them. Deletes the sorted set if the last member was popped.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 5.0.0
- See Also:
-
- ZPOPMIN
ValkeyAPI.zpopmin(List)
-
zrandmember
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zrandmember(List<String> args) Returns one or more random members from a sorted set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- ZRANDMEMBER
ValkeyAPI.zrandmember(List)
-
zrandmemberAndAwait
Returns one or more random members from a sorted set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- ZRANDMEMBER
ValkeyAPI.zrandmember(List)
-
zrandmemberAndForget
Returns one or more random members from a sorted set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- ZRANDMEMBER
ValkeyAPI.zrandmember(List)
-
zrange
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zrange(List<String> args) Returns members in a sorted set within a range of indexes.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- ZRANGE
ValkeyAPI.zrange(List)
-
zrangeAndAwait
Returns members in a sorted set within a range of indexes.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- ZRANGE
ValkeyAPI.zrange(List)
-
zrangeAndForget
Returns members in a sorted set within a range of indexes.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- ZRANGE
ValkeyAPI.zrange(List)
-
zrangebylex
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zrangebylex(List<String> args) Returns members in a sorted set within a lexicographical range.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.9
- See Also:
-
- ZRANGEBYLEX
ValkeyAPI.zrangebylex(List)
-
zrangebylexAndAwait
Returns members in a sorted set within a lexicographical range.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.9
- See Also:
-
- ZRANGEBYLEX
ValkeyAPI.zrangebylex(List)
-
zrangebylexAndForget
Returns members in a sorted set within a lexicographical range.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.9
- See Also:
-
- ZRANGEBYLEX
ValkeyAPI.zrangebylex(List)
-
zrangebyscore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zrangebyscore(List<String> args) Returns members in a sorted set within a range of scores.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.0.5
- See Also:
-
- ZRANGEBYSCORE
ValkeyAPI.zrangebyscore(List)
-
zrangebyscoreAndAwait
Returns members in a sorted set within a range of scores.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.0.5
- See Also:
-
- ZRANGEBYSCORE
ValkeyAPI.zrangebyscore(List)
-
zrangebyscoreAndForget
Returns members in a sorted set within a range of scores.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.0.5
- See Also:
-
- ZRANGEBYSCORE
ValkeyAPI.zrangebyscore(List)
-
zrangestore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zrangestore(List<String> args) Stores a range of members from sorted set in a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- ZRANGESTORE
ValkeyAPI.zrangestore(List)
-
zrangestoreAndAwait
Stores a range of members from sorted set in a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- ZRANGESTORE
ValkeyAPI.zrangestore(List)
-
zrangestoreAndForget
Stores a range of members from sorted set in a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- ZRANGESTORE
ValkeyAPI.zrangestore(List)
-
zrank
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zrank(List<String> args) Returns the index of a member in a sorted set ordered by ascending scores.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- ZRANK
ValkeyAPI.zrank(List)
-
zrankAndAwait
Returns the index of a member in a sorted set ordered by ascending scores.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- ZRANK
ValkeyAPI.zrank(List)
-
zrankAndForget
Returns the index of a member in a sorted set ordered by ascending scores.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- ZRANK
ValkeyAPI.zrank(List)
-
zrem
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zrem(List<String> args) Removes one or more members from a sorted set. Deletes the sorted set if all members were removed.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- ZREM
ValkeyAPI.zrem(List)
-
zremAndAwait
Removes one or more members from a sorted set. Deletes the sorted set if all members were removed.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- ZREM
ValkeyAPI.zrem(List)
-
zremAndForget
Removes one or more members from a sorted set. Deletes the sorted set if all members were removed.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- ZREM
ValkeyAPI.zrem(List)
-
zremrangebylex
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.9
- See Also:
-
- ZREMRANGEBYLEX
ValkeyAPI.zremrangebylex(String, String, String)
-
zremrangebylexAndAwait
Removes members in a sorted set within a lexicographical range. Deletes the sorted set if all members were removed.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.9
- See Also:
-
- ZREMRANGEBYLEX
ValkeyAPI.zremrangebylex(String, String, String)
-
zremrangebylexAndForget
Removes members in a sorted set within a lexicographical range. Deletes the sorted set if all members were removed.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.9
- See Also:
-
- ZREMRANGEBYLEX
ValkeyAPI.zremrangebylex(String, String, String)
-
zremrangebyrank
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- ZREMRANGEBYRANK
ValkeyAPI.zremrangebyrank(String, String, String)
-
zremrangebyrankAndAwait
public io.vertx.redis.client.Response zremrangebyrankAndAwait(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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- ZREMRANGEBYRANK
ValkeyAPI.zremrangebyrank(String, String, String)
-
zremrangebyrankAndForget
Removes members in a sorted set within a range of indexes. Deletes the sorted set if all members were removed.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- ZREMRANGEBYRANK
ValkeyAPI.zremrangebyrank(String, String, String)
-
zremrangebyscore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.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.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- ZREMRANGEBYSCORE
ValkeyAPI.zremrangebyscore(String, String, String)
-
zremrangebyscoreAndAwait
public io.vertx.redis.client.Response zremrangebyscoreAndAwait(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.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- ZREMRANGEBYSCORE
ValkeyAPI.zremrangebyscore(String, String, String)
-
zremrangebyscoreAndForget
Removes members in a sorted set within a range of scores. Deletes the sorted set if all members were removed.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- ZREMRANGEBYSCORE
ValkeyAPI.zremrangebyscore(String, String, String)
-
zrevrange
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zrevrange(List<String> args) Returns members in a sorted set within a range of indexes in reverse order.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- ZREVRANGE
ValkeyAPI.zrevrange(List)
-
zrevrangeAndAwait
Returns members in a sorted set within a range of indexes in reverse order.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- ZREVRANGE
ValkeyAPI.zrevrange(List)
-
zrevrangeAndForget
Returns members in a sorted set within a range of indexes in reverse order.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- ZREVRANGE
ValkeyAPI.zrevrange(List)
-
zrevrangebylex
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zrevrangebylex(List<String> args) Returns members in a sorted set within a lexicographical range in reverse order.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.9
- See Also:
-
- ZREVRANGEBYLEX
ValkeyAPI.zrevrangebylex(List)
-
zrevrangebylexAndAwait
Returns members in a sorted set within a lexicographical range in reverse order.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.9
- See Also:
-
- ZREVRANGEBYLEX
ValkeyAPI.zrevrangebylex(List)
-
zrevrangebylexAndForget
Returns members in a sorted set within a lexicographical range in reverse order.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.9
- See Also:
-
- ZREVRANGEBYLEX
ValkeyAPI.zrevrangebylex(List)
-
zrevrangebyscore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zrevrangebyscore(List<String> args) Returns members in a sorted set within a range of scores in reverse order.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.2.0
- See Also:
-
- ZREVRANGEBYSCORE
ValkeyAPI.zrevrangebyscore(List)
-
zrevrangebyscoreAndAwait
Returns members in a sorted set within a range of scores in reverse order.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.2.0
- See Also:
-
- ZREVRANGEBYSCORE
ValkeyAPI.zrevrangebyscore(List)
-
zrevrangebyscoreAndForget
Returns members in a sorted set within a range of scores in reverse order.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.2.0
- See Also:
-
- ZREVRANGEBYSCORE
ValkeyAPI.zrevrangebyscore(List)
-
zrevrank
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zrevrank(List<String> args) Returns the index of a member in a sorted set ordered by descending scores.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- ZREVRANK
ValkeyAPI.zrevrank(List)
-
zrevrankAndAwait
Returns the index of a member in a sorted set ordered by descending scores.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- ZREVRANK
ValkeyAPI.zrevrank(List)
-
zrevrankAndForget
Returns the index of a member in a sorted set ordered by descending scores.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- ZREVRANK
ValkeyAPI.zrevrank(List)
-
zscan
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zscan(List<String> args) Iterates over members and scores of a sorted set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.8.0
- See Also:
-
- ZSCAN
ValkeyAPI.zscan(List)
-
zscanAndAwait
Iterates over members and scores of a sorted set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.8.0
- See Also:
-
- ZSCAN
ValkeyAPI.zscan(List)
-
zscanAndForget
Iterates over members and scores of a sorted set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.8.0
- See Also:
-
- ZSCAN
ValkeyAPI.zscan(List)
-
zscore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zscore(String arg0, String arg1) Returns the score of a member in a sorted set.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 1.2.0
- See Also:
-
- ZSCORE
ValkeyAPI.zscore(String, String)
-
zscoreAndAwait
Returns the score of a member in a sorted set.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 1.2.0
- See Also:
-
- ZSCORE
ValkeyAPI.zscore(String, String)
-
zscoreAndForget
Returns the score of a member in a sorted set.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 1.2.0
- See Also:
-
- ZSCORE
ValkeyAPI.zscore(String, String)
-
zunion
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zunion(List<String> args) Returns the union of multiple sorted sets.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 6.2.0
- See Also:
-
- ZUNION
ValkeyAPI.zunion(List)
-
zunionAndAwait
Returns the union of multiple sorted sets.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 6.2.0
- See Also:
-
- ZUNION
ValkeyAPI.zunion(List)
-
zunionAndForget
Returns the union of multiple sorted sets.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 6.2.0
- See Also:
-
- ZUNION
ValkeyAPI.zunion(List)
-
zunionstore
@CheckReturnValue public io.smallrye.mutiny.Uni<io.vertx.redis.client.Response> zunionstore(List<String> args) Stores the union of multiple sorted sets in a key.Unlike the bare Vert.x variant, this method returns a
Uni. The uni emits the result of the operation as item. If the operation fails, the uni emits the failure.Don't forget to subscribe on it to trigger the operation.
- Returns:
- A
Unirepresenting the asynchronous result of this operation. - Since:
- Redis 2.0.0
- See Also:
-
- ZUNIONSTORE
ValkeyAPI.zunionstore(List)
-
zunionstoreAndAwait
Stores the union of multiple sorted sets in a key.Unlike the bare Vert.x variant, this method returns a
Response. This method awaits indefinitely for the completion of the underlying asynchronous operation. If the operation completes successfully, the result is returned, otherwise the failure is thrown (potentially wrapped in aRuntimeException).- Returns:
- The operation result
- Since:
- Redis 2.0.0
- See Also:
-
- ZUNIONSTORE
ValkeyAPI.zunionstore(List)
-
zunionstoreAndForget
Stores the union of multiple sorted sets in a key.Unlike the bare Vert.x variant, this method ignores the
Responseresult or any failure.- Returns:
- The current instance to chain operations if needed.
- Since:
- Redis 2.0.0
- See Also:
-
- ZUNIONSTORE
ValkeyAPI.zunionstore(List)
-
api
-
api
-
close
public void close() -
newInstance
Creates a new instance of theValkeyAPI. -
hashCode
public int hashCode() -
equals
-
toString
-
REPLICAOF