Packages

c

vertices.redis.client

VertxRedisTransactionOps

implicit final class VertxRedisTransactionOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VertxRedisTransactionOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VertxRedisTransactionOps(target: RedisTransaction)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def appendL(key: String, value: String): Task[String]

    Append a value to a key

    Append a value to a key

    key

    Key string

    value

    Value to append

    Since

    Redis 2.0.0 group: string

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def authL(password: String): Task[String]

    Authenticate to the server

    Authenticate to the server

    password

    Password for authentication

    Since

    Redis 1.0.0 group: connection

  7. def bgrewriteaofL(): Task[String]

    Asynchronously rewrite the append-only file

    Asynchronously rewrite the append-only file

    Since

    Redis 1.0.0 group: server

  8. def bgsaveL(): Task[String]

    Asynchronously save the dataset to disk

    Asynchronously save the dataset to disk

    Since

    Redis 1.0.0 group: server

  9. def bitcountL(key: String): Task[String]

    Count set bits in a string

    Count set bits in a string

    key

    Key string

    Since

    Redis 2.6.0 group: string

  10. def bitcountRangeL(key: String, start: Long, end: Long): Task[String]

    Count set bits in a string

    Count set bits in a string

    key

    Key string

    start

    Start index

    end

    End index

    Since

    Redis 2.6.0 group: string

  11. def bitopL(operation: BitOperation, destkey: String, keys: List[String]): Task[String]

    Perform bitwise operations between strings

    Perform bitwise operations between strings

    operation

    Bitwise operation to perform

    destkey

    Destination key where result is stored

    keys

    List of keys on which to perform the operation

    Since

    Redis 2.6.0 group: string

  12. def bitposFromL(key: String, bit: Int, start: Int): Task[String]

    Find first bit set or clear in a string

    Find first bit set or clear in a string

    See also bitposRange() method, which takes start, and stop offset.

    key

    Key string

    bit

    What bit value to look for - must be 1, or 0

    start

    Start offset

    Since

    Redis 2.8.7 group: string

  13. def bitposL(key: String, bit: Int): Task[String]

    Find first bit set or clear in a string

    Find first bit set or clear in a string

    key

    Key string

    bit

    What bit value to look for - must be 1, or 0

    Since

    Redis 2.8.7 group: string

  14. def bitposRangeL(key: String, bit: Int, start: Int, stop: Int): Task[String]

    Find first bit set or clear in a string

    Find first bit set or clear in a string

    Note: when both start, and stop offsets are specified, behaviour is slightly different than if only start is specified

    key

    Key string

    bit

    What bit value to look for - must be 1, or 0

    start

    Start offset

    stop

    End offset - inclusive

    Since

    Redis 2.8.7 group: string

  15. def blpopL(key: String, seconds: Int): Task[String]

    Remove and get the first element in a list, or block until one is available

    Remove and get the first element in a list, or block until one is available

    key

    Key string identifying a list to watch

    seconds

    Timeout in seconds

    Since

    Redis 2.0.0 group: list

  16. def blpopManyL(keys: List[String], seconds: Int): Task[String]

    Remove and get the first element in any of the lists, or block until one is available

    Remove and get the first element in any of the lists, or block until one is available

    keys

    List of key strings identifying lists to watch

    seconds

    Timeout in seconds

    Since

    Redis 2.0.0 group: list

  17. def brpopL(key: String, seconds: Int): Task[String]

    Remove and get the last element in a list, or block until one is available

    Remove and get the last element in a list, or block until one is available

    key

    Key string identifying a list to watch

    seconds

    Timeout in seconds

    Since

    Redis 2.0.0 group: list

  18. def brpopManyL(keys: List[String], seconds: Int): Task[String]

    Remove and get the last element in any of the lists, or block until one is available

    Remove and get the last element in any of the lists, or block until one is available

    keys

    List of key strings identifying lists to watch

    seconds

    Timeout in seconds

    Since

    Redis 2.0.0 group: list

  19. def brpoplpushL(key: String, destkey: String, seconds: Int): Task[String]

    Pop a value from a list, push it to another list and return it; or block until one is available

    Pop a value from a list, push it to another list and return it; or block until one is available

    key

    Key string identifying the source list

    destkey

    Key string identifying the destination list

    seconds

    Timeout in seconds

    Since

    Redis 2.2.0 group: list

  20. def clientGetnameL(): Task[String]

    Get the current connection name

    Get the current connection name

    Since

    Redis 2.6.9 group: server

  21. def clientKillL(filter: KillFilter): Task[String]

    Kill the connection of a client

    Kill the connection of a client

    filter

    Filter options

    Since

    Redis 2.4.0 group: server

  22. def clientListL(): Task[String]

    Get the list of client connections

    Get the list of client connections

    Since

    Redis 2.4.0 group: server

  23. def clientPauseL(millis: Long): Task[String]

    Stop processing commands from clients for some time

    Stop processing commands from clients for some time

    millis

    Pause time in milliseconds

    Since

    Redis 2.9.50 group: server

  24. def clientSetnameL(name: String): Task[String]

    Set the current connection name

    Set the current connection name

    name

    New name for current connection

    Since

    Redis 2.6.9 group: server

  25. def closeL(): Task[Unit]

    Close the client - when it is fully closed the handler will be called.

  26. def clusterAddslotsL(slots: List[String]): Task[String]

    Assign new hash slots to receiving node.

    Assign new hash slots to receiving node.

    Since

    Redis 3.0.0 group: server

  27. def clusterCountFailureReportsL(nodeId: String): Task[String]

    Return the number of failure reports active for a given node.

    Return the number of failure reports active for a given node.

    Since

    Redis 3.0.0 group: cluster

  28. def clusterCountkeysinslotL(slot: Long): Task[String]

    Return the number of local keys in the specified hash slot.

    Return the number of local keys in the specified hash slot.

    Since

    Redis 3.0.0 group: cluster

  29. def clusterDelslotsL(slot: Long): Task[String]

    Set hash slots as unbound in receiving node.

    Set hash slots as unbound in receiving node.

    Since

    Redis 3.0.0 group: cluster

  30. def clusterDelslotsManyL(slots: List[String]): Task[String]

    Set hash slots as unbound in receiving node.

    Set hash slots as unbound in receiving node.

    Since

    Redis 3.0.0 group: cluster

  31. def clusterFailOverWithOptionsL(options: FailoverOptions): Task[String]

    Forces a slave to perform a manual failover of its master.

    Forces a slave to perform a manual failover of its master.

    Since

    Redis 3.0.0 group: cluster

  32. def clusterFailoverL(): Task[String]

    Forces a slave to perform a manual failover of its master.

    Forces a slave to perform a manual failover of its master.

    Since

    Redis 3.0.0 group: cluster

  33. def clusterForgetL(nodeId: String): Task[String]

    Remove a node from the nodes table.

    Remove a node from the nodes table.

    Since

    Redis 3.0.0 group: cluster

  34. def clusterGetkeysinslotL(slot: Long, count: Long): Task[String]

    Return local key names in the specified hash slot.

    Return local key names in the specified hash slot.

    Since

    Redis 3.0.0 group: cluster

  35. def clusterInfoL(): Task[String]

    Provides info about Redis Cluster node state.

    Provides info about Redis Cluster node state.

    Since

    Redis 3.0.0 group: cluster

  36. def clusterKeyslotL(key: String): Task[String]

    Returns the hash slot of the specified key.

    Returns the hash slot of the specified key.

    Since

    Redis 3.0.0 group: cluster

  37. def clusterMeetL(ip: String, port: Long): Task[String]

    Force a node cluster to handshake with another node.

    Force a node cluster to handshake with another node.

    Since

    Redis 3.0.0 group: cluster

  38. def clusterNodesL(): Task[String]

    Get Cluster config for the node.

    Get Cluster config for the node.

    Since

    Redis 3.0.0 group: cluster

  39. def clusterReplicateL(nodeId: String): Task[String]

    Reconfigure a node as a slave of the specified master node.

    Reconfigure a node as a slave of the specified master node.

    Since

    Redis 3.0.0 group: cluster

  40. def clusterResetL(): Task[String]

    Reset a Redis Cluster node.

    Reset a Redis Cluster node.

    Since

    Redis 3.0.0 group: cluster

  41. def clusterResetWithOptionsL(options: ResetOptions): Task[String]

    Reset a Redis Cluster node.

    Reset a Redis Cluster node.

    Since

    Redis 3.0.0 group: cluster

  42. def clusterSaveconfigL(): Task[String]

    Forces the node to save cluster state on disk.

    Forces the node to save cluster state on disk.

    Since

    Redis 3.0.0 group: cluster

  43. def clusterSetConfigEpochL(epoch: Long): Task[String]

    Set the configuration epoch in a new node.

    Set the configuration epoch in a new node.

    Since

    Redis 3.0.0 group: cluster

  44. def clusterSetslotL(slot: Long, subcommand: SlotCmd): Task[String]

    Bind an hash slot to a specific node.

    Bind an hash slot to a specific node.

    Since

    Redis 3.0.0 group: cluster

  45. def clusterSetslotWithNodeL(slot: Long, subcommand: SlotCmd, nodeId: String): Task[String]

    Bind an hash slot to a specific node.

    Bind an hash slot to a specific node.

    Since

    Redis 3.0.0 group: cluster

  46. def clusterSlavesL(nodeId: String): Task[String]

    List slave nodes of the specified master node.

    List slave nodes of the specified master node.

    Since

    Redis 3.0.0 group: cluster

  47. def clusterSlotsL(): Task[String]

    Get array of Cluster slot to node mappings

    Get array of Cluster slot to node mappings

    Since

    Redis 3.0.0 group: server

  48. def commandCountL(): Task[String]

    Get total number of Redis commands

    Get total number of Redis commands

    Since

    Redis 2.8.13 group: server

  49. def commandGetkeysL(): Task[String]

    Extract keys given a full Redis command

    Extract keys given a full Redis command

    Since

    Redis 2.8.13 group: server

  50. def commandInfoL(commands: List[String]): Task[String]

    Get array of specific Redis command details

    Get array of specific Redis command details

    commands

    List of commands to get info for

    Since

    Redis 2.8.13 group: server

  51. def commandL(): Task[String]

    Get array of Redis command details

    Get array of Redis command details

    Since

    Redis 2.8.13 group: server

  52. def configGetL(parameter: String): Task[String]

    Get the value of a configuration parameter

    Get the value of a configuration parameter

    parameter

    Configuration parameter

    Since

    Redis 2.0.0 group: server

  53. def configResetstatL(): Task[String]

    Reset the stats returned by INFO

    Reset the stats returned by INFO

    Since

    Redis 2.0.0 group: server

  54. def configRewriteL(): Task[String]

    Rewrite the configuration file with the in memory configuration

    Rewrite the configuration file with the in memory configuration

    Since

    Redis 2.8.0 group: server

  55. def configSetL(parameter: String, value: String): Task[String]

    Set a configuration parameter to the given value

    Set a configuration parameter to the given value

    parameter

    Configuration parameter

    value

    New value

    Since

    Redis 2.0.0 group: server

  56. def dbsizeL(): Task[String]

    Return the number of keys in the selected database

    Return the number of keys in the selected database

    Since

    Redis 1.0.0 group: server

  57. def debugObjectL(key: String): Task[String]

    Get debugging information about a key

    Get debugging information about a key

    key

    Key string

    Since

    Redis 1.0.0 group: server

  58. def debugSegfaultL(): Task[String]

    Make the server crash

    Make the server crash

    Since

    Redis 1.0.0 group: server

  59. def decrL(key: String): Task[String]

    Decrement the integer value of a key by one

    Decrement the integer value of a key by one

    key

    Key string

    Since

    Redis 1.0.0 group: string

  60. def decrbyL(key: String, decrement: Long): Task[String]

    Decrement the integer value of a key by the given number

    Decrement the integer value of a key by the given number

    key

    Key string

    decrement

    Value by which to decrement

    Since

    Redis 1.0.0 group: string

  61. def delL(key: String): Task[String]

    Delete a key

    Delete a key

    key

    Keys to delete

    Since

    Redis 1.0.0 group: generic

  62. def delManyL(keys: List[String]): Task[String]

    Delete many keys

    Delete many keys

    keys

    List of keys to delete

    Since

    Redis 1.0.0 group: generic

  63. def discardL(): Task[String]

    Discard all commands issued after MULTI

    Discard all commands issued after MULTI

    Since

    Redis 2.0.0 group: RedisTransactions

  64. def dumpL(key: String): Task[String]

    Return a serialized version of the value stored at the specified key.

    Return a serialized version of the value stored at the specified key.

    key

    Key string

    Since

    Redis 2.6.0 group: generic

  65. def echoL(message: String): Task[String]

    Echo the given string

    Echo the given string

    message

    String to echo

    Since

    Redis 1.0.0 group: connection

  66. def evalL(script: String, keys: List[String], args: List[String]): Task[String]

    Execute a Lua script server side.

    Execute a Lua script server side. Due to the dynamic nature of this command any response type could be returned for This reason and to ensure type safety the reply is always guaranteed to be a JsonArray.

    When a reply if for example a String the handler will be called with a JsonArray with a single element containing the String.

    script

    Lua script to evaluate

    keys

    List of keys

    args

    List of argument values

    Since

    Redis 2.6.0 group: scripting

  67. def evalshaL(sha1: String, keys: List[String], values: List[String]): Task[String]

    Execute a Lua script server side.

    Execute a Lua script server side. Due to the dynamic nature of this command any response type could be returned for This reason and to ensure type safety the reply is always guaranteed to be a JsonArray.

    When a reply if for example a String the handler will be called with a JsonArray with a single element containing the String.

    sha1

    SHA1 digest of the script cached on the server

    keys

    List of keys

    values

    List of values

    Since

    Redis 2.6.0 group: scripting

  68. def execL(): Task[JsonArray]

    Execute all commands issued after MULTI

    Execute all commands issued after MULTI

    Since

    Redis 1.2.0 group: RedisTransactions

  69. def existsL(key: String): Task[String]

    Determine if a key exists

    Determine if a key exists

    key

    Key string

    Since

    Redis 1.0.0 group: generic

  70. def existsManyL(keys: List[String]): Task[String]

    Determine if one or many keys exist

    Determine if one or many keys exist

    keys

    List of key strings

    Since

    Redis 3.0.3 group: generic

  71. def expireL(key: String, seconds: Int): Task[String]

    Set a key's time to live in seconds

    Set a key's time to live in seconds

    key

    Key string

    seconds

    Time to live in seconds

    Since

    Redis 1.0.0 group: generic

  72. def expireatL(key: String, seconds: Long): Task[String]

    Set the expiration for a key as a UNIX timestamp

    Set the expiration for a key as a UNIX timestamp

    key

    Key string

    seconds

    Expiry time as Unix timestamp in seconds

    Since

    Redis 1.2.0 group: generic

  73. def flushallL(): Task[String]

    Remove all keys from all databases

    Remove all keys from all databases

    Since

    Redis 1.0.0 group: server

  74. def flushdbL(): Task[String]

    Remove all keys from the current database

    Remove all keys from the current database

    Since

    Redis 1.0.0 group: server

  75. def geoaddL(key: String, longitude: Double, latitude: Double, member: String): Task[String]

    Add one or more geospatial items in the geospatial index represented using a sorted set.

    Add one or more geospatial items in the geospatial index represented using a sorted set.

    key

    Key string

    longitude

    longitude

    latitude

    latitude

    member

    member

    Since

    Redis 3.2.0 group: geo

  76. def geoaddManyL(key: String, members: List[GeoMember]): Task[String]

    Add one or more geospatial items in the geospatial index represented using a sorted set.

    Add one or more geospatial items in the geospatial index represented using a sorted set.

    key

    Key string

    members

    list of <lon, lat, member>

    Since

    Redis 3.2.0 group: geo

  77. def geodistL(key: String, member1: String, member2: String): Task[String]

    Return the distance between two members in the geospatial index represented by the sorted set.

    Return the distance between two members in the geospatial index represented by the sorted set.

    key

    Key string

    member1

    member 1

    member2

    member 2

    Since

    Redis 3.2.0 group: geo

  78. def geodistWithUnitL(key: String, member1: String, member2: String, unit: GeoUnit): Task[String]

    Return the distance between two members in the geospatial index represented by the sorted set.

    Return the distance between two members in the geospatial index represented by the sorted set.

    key

    Key string

    member1

    member 1

    member2

    member 2

    unit

    geo unit

    Since

    Redis 3.2.0 group: geo

  79. def geohashL(key: String, member: String): Task[String]

    Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).

    Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).

    key

    Key string

    member

    member

    Since

    Redis 3.2.0 group: geo

  80. def geohashManyL(key: String, members: List[String]): Task[String]

    Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).

    Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).

    key

    Key string

    members

    list of members

    Since

    Redis 3.2.0 group: geo

  81. def geoposL(key: String, member: String): Task[String]

    Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.

    Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.

    key

    Key string

    member

    member

    Since

    Redis 3.2.0 group: geo

  82. def geoposManyL(key: String, members: List[String]): Task[String]

    Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.

    Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.

    key

    Key string

    members

    list of members

    Since

    Redis 3.2.0 group: geo

  83. def georadiusL(key: String, longitude: Double, latitude: Double, radius: Double, unit: GeoUnit): Task[String]

    Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).

    Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).

    key

    Key string

    longitude

    longitude

    latitude

    latitude

    radius

    radius

    unit

    geo unit

    Since

    Redis 3.2.0 group: geo

  84. def georadiusWithOptionsL(key: String, longitude: Double, latitude: Double, radius: Double, unit: GeoUnit, options: GeoRadiusOptions): Task[String]

    Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).

    Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).

    key

    Key string

    longitude

    longitude

    latitude

    latitude

    radius

    radius

    unit

    geo unit

    options

    geo radius options

    Since

    Redis 3.2.0 group: geo

  85. def georadiusbymemberL(key: String, member: String, radius: Double, unit: GeoUnit): Task[String]

    This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.

    This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.

    key

    Key string

    member

    member

    radius

    radius

    unit

    geo unit

    Since

    Redis 3.2.0 group: geo

  86. def georadiusbymemberWithOptionsL(key: String, member: String, radius: Double, unit: GeoUnit, options: GeoRadiusOptions): Task[String]

    This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.

    This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.

    key

    Key string

    member

    member

    radius

    radius

    unit

    geo unit

    options

    geo radius options

    Since

    Redis 3.2.0 group: geo

  87. def getBinaryL(key: String): Task[Buffer]

    Get the value of a key - without decoding as utf-8

    Get the value of a key - without decoding as utf-8

    key

    Key string

    Since

    Redis 1.0.0 group: string

  88. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  89. def getL(key: String): Task[String]

    Get the value of a key

    Get the value of a key

    key

    Key string

    Since

    Redis 1.0.0 group: string

  90. def getbitL(key: String, offset: Long): Task[String]

    Returns the bit value at offset in the string value stored at key

    Returns the bit value at offset in the string value stored at key

    key

    Key string

    offset

    Offset in bits

    Since

    Redis 2.2.0 group: string

  91. def getrangeL(key: String, start: Long, end: Long): Task[String]

    Get a substring of the string stored at a key

    Get a substring of the string stored at a key

    key

    Key string

    start

    Start offset

    end

    End offset - inclusive

    Since

    Redis 2.4.0 group: string

  92. def getsetL(key: String, value: String): Task[String]

    Set the string value of a key and return its old value

    Set the string value of a key and return its old value

    key

    Key of which value to set

    value

    New value for the key

    Since

    Redis 1.0.0 group: string

  93. def hdelL(key: String, field: String): Task[String]

    Delete one or more hash fields

    Delete one or more hash fields

    key

    Key string

    field

    Field name

    Since

    Redis 2.0.0 group: hash

  94. def hdelManyL(key: String, fields: List[String]): Task[String]

    Delete one or more hash fields

    Delete one or more hash fields

    key

    Key string

    fields

    Field names

    Since

    Redis 2.0.0 group: hash

  95. def hexistsL(key: String, field: String): Task[String]

    Determine if a hash field exists

    Determine if a hash field exists

    key

    Key string

    field

    Field name

    Since

    Redis 2.0.0 group: hash

  96. def hgetL(key: String, field: String): Task[String]

    Get the value of a hash field

    Get the value of a hash field

    key

    Key string

    field

    Field name

    Since

    Redis 2.0.0 group: hash

  97. def hgetallL(key: String): Task[String]

    Get all the fields and values in a hash

    Get all the fields and values in a hash

    key

    Key string

    Since

    Redis 2.0.0 group: hash

  98. def hincrbyL(key: String, field: String, increment: Long): Task[String]

    Increment the integer value of a hash field by the given number

    Increment the integer value of a hash field by the given number

    key

    Key string

    field

    Field name

    increment

    Value by which to increment

    Since

    Redis 2.0.0 group: hash

  99. def hincrbyfloatL(key: String, field: String, increment: Double): Task[String]

    Increment the float value of a hash field by the given amount

    Increment the float value of a hash field by the given amount

    key

    Key string

    field

    Field name

    increment

    Value by which to increment

    Since

    Redis 2.6.0 group: hash

  100. def hkeysL(key: String): Task[String]

    Get all the fields in a hash

    Get all the fields in a hash

    key

    Key string

    Since

    Redis 2.0.0 group: hash

  101. def hlenL(key: String): Task[String]

    Get the number of fields in a hash

    Get the number of fields in a hash

    key

    Key string

    Since

    Redis 2.0.0 group: hash

  102. def hmgetL(key: String, fields: List[String]): Task[String]

    Get the values of all the given hash fields

    Get the values of all the given hash fields

    key

    Key string

    fields

    Field names

    Since

    Redis 2.0.0 group: hash

  103. def hmsetL(key: String, values: JsonObject): Task[String]

    Set multiple hash fields to multiple values

    Set multiple hash fields to multiple values

    key

    Key string

    values

    Map of field:value pairs

    Since

    Redis 2.0.0 group: hash

  104. def hscanL(key: String, cursor: String, options: ScanOptions): Task[String]

    Incrementally iterate hash fields and associated values

    Incrementally iterate hash fields and associated values

    key

    Key string

    cursor

    Cursor id

    options

    Scan options

    Since

    Redis 2.8.0 group: hash

  105. def hsetL(key: String, field: String, value: String): Task[String]

    Set the string value of a hash field

    Set the string value of a hash field

    key

    Key string

    field

    Field name

    value

    New value

    Since

    Redis 2.0.0 group: hash

  106. def hsetnxL(key: String, field: String, value: String): Task[String]

    Set the value of a hash field, only if the field does not exist

    Set the value of a hash field, only if the field does not exist

    key

    Key string

    field

    Field name

    value

    New value

    Since

    Redis 2.0.0 group: hash

  107. def hvalsL(key: String): Task[String]

    Get all the values in a hash

    Get all the values in a hash

    key

    Key string

    Since

    Redis 2.0.0 group: hash

  108. def incrL(key: String): Task[String]

    Increment the integer value of a key by one

    Increment the integer value of a key by one

    key

    Key string

    Since

    Redis 1.0.0 group: string

  109. def incrbyL(key: String, increment: Long): Task[String]

    Increment the integer value of a key by the given amount

    Increment the integer value of a key by the given amount

    key

    Key string

    increment

    Value by which to increment

    Since

    Redis 1.0.0 group: string

  110. def incrbyfloatL(key: String, increment: Double): Task[String]

    Increment the float value of a key by the given amount

    Increment the float value of a key by the given amount

    key

    Key string

    increment

    Value by which to increment

    Since

    Redis 2.6.0 group: string

  111. def infoL(): Task[String]

    Get information and statistics about the server

    Get information and statistics about the server

    Since

    Redis 1.0.0 group: server

  112. def infoSectionL(section: String): Task[String]

    Get information and statistics about the server

    Get information and statistics about the server

    section

    Specific section of information to return

    Since

    Redis 1.0.0 group: server

  113. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  114. def keysL(pattern: String): Task[String]

    Find all keys matching the given pattern

    Find all keys matching the given pattern

    pattern

    Pattern to limit the keys returned

    Since

    Redis 1.0.0 group: generic

  115. def lastsaveL(): Task[String]

    Get the UNIX time stamp of the last successful save to disk

    Get the UNIX time stamp of the last successful save to disk

    Since

    Redis 1.0.0 group: server

  116. def lindexL(key: String, index: Int): Task[String]

    Get an element from a list by its index

    Get an element from a list by its index

    key

    Key string

    index

    Index of list element to get

    Since

    Redis 1.0.0 group: list

  117. def linsertL(key: String, option: InsertOptions, pivot: String, value: String): Task[String]

    Insert an element before or after another element in a list

    Insert an element before or after another element in a list

    key

    Key string

    option

    BEFORE or AFTER

    pivot

    Key to use as a pivot

    value

    Value to be inserted before or after the pivot

    Since

    Redis 2.2.0 group: list

  118. def llenL(key: String): Task[String]

    Get the length of a list

    Get the length of a list

    key

    String key

    Since

    Redis 1.0.0 group: list

  119. def lpopL(key: String): Task[String]

    Remove and get the first element in a list

    Remove and get the first element in a list

    key

    String key

    Since

    Redis 1.0.0 group: list

  120. def lpushL(key: String, value: String): Task[String]

    Prepend one value to a list

    Prepend one value to a list

    key

    Key string

    value

    Value to be added at the beginning of the list

    Since

    Redis 1.0.0 group: list

  121. def lpushManyL(key: String, values: List[String]): Task[String]

    Prepend one or multiple values to a list

    Prepend one or multiple values to a list

    key

    Key string

    values

    Values to be added at the beginning of the list, one by one

    Since

    Redis 1.0.0 group: list

  122. def lpushxL(key: String, value: String): Task[String]

    Prepend a value to a list, only if the list exists

    Prepend a value to a list, only if the list exists

    key

    Key string

    value

    Value to add at the beginning of the list

    Since

    Redis 2.2.0 group: list

  123. def lrangeL(key: String, from: Long, to: Long): Task[String]

    Get a range of elements from a list

    Get a range of elements from a list

    key

    Key string

    from

    Start index

    to

    Stop index

    Since

    Redis 1.0.0 group: list

  124. def lremL(key: String, count: Long, value: String): Task[String]

    Remove elements from a list

    Remove elements from a list

    key

    Key string

    count

    Number of first found occurrences equal to $value to remove from the list

    value

    Value to be removed

    Since

    Redis 1.0.0 group: list

  125. def lsetL(key: String, index: Long, value: String): Task[String]

    Set the value of an element in a list by its index

    Set the value of an element in a list by its index

    key

    Key string

    index

    Position within list

    value

    New value

    Since

    Redis 1.0.0 group: list

  126. def ltrimL(key: String, from: Long, to: Long): Task[String]

    Trim a list to the specified range

    Trim a list to the specified range

    key

    Key string

    from

    Start index

    to

    Stop index

    Since

    Redis 1.0.0 group: list

  127. def mgetL(key: String): Task[String]

    Get the value of the given key

    Get the value of the given key

    key

    Key string

    Since

    Redis 1.0.0 group: string

  128. def mgetManyL(keys: List[String]): Task[String]

    Get the values of all the given keys

    Get the values of all the given keys

    keys

    List of keys to get

    Since

    Redis 1.0.0 group: string

  129. def migrateL(host: String, port: Int, key: String, destdb: Int, timeout: Long, options: MigrateOptions): Task[String]

    Atomically transfer a key from a Redis instance to another one.

    Atomically transfer a key from a Redis instance to another one.

    host

    Destination host

    port

    Destination port

    key

    Key to migrate

    destdb

    Destination database index

    options

    Migrate options

    Since

    Redis 2.6.0 group: generic

  130. def monitorL(): Task[String]

    Listen for all requests received by the server in real time

    Listen for all requests received by the server in real time

    Since

    Redis 1.0.0 group: server

  131. def moveL(key: String, destdb: Int): Task[String]

    Move a key to another database

    Move a key to another database

    key

    Key to migrate

    destdb

    Destination database index

    Since

    Redis 1.0.0 group: generic

  132. def msetL(keyvals: JsonObject): Task[String]

    Set multiple keys to multiple values

    Set multiple keys to multiple values

    keyvals

    Key value pairs to set

    Since

    Redis 1.0.1 group: string

  133. def msetnxL(keyvals: JsonObject): Task[String]

    Set multiple keys to multiple values, only if none of the keys exist

    Set multiple keys to multiple values, only if none of the keys exist

    keyvals

    Key value pairs to set

    Since

    Redis 1.0.1 group: string

  134. def multiL(): Task[String]

    Mark the start of a RedisTransaction block

    Mark the start of a RedisTransaction block

    Since

    Redis 1.2.0 group: RedisTransactions

  135. def objectL(key: String, cmd: ObjectCmd): Task[String]

    Inspect the internals of Redis objects

    Inspect the internals of Redis objects

    key

    Key string

    cmd

    Object sub command

    Since

    Redis 2.2.3 group: generic

  136. def persistL(key: String): Task[String]

    Remove the expiration from a key

    Remove the expiration from a key

    key

    Key string

    Since

    Redis 2.2.0 group: generic

  137. def pexpireL(key: String, millis: Long): Task[String]

    Set a key's time to live in milliseconds

    Set a key's time to live in milliseconds

    key

    String key

    millis

    Time to live in milliseconds

    Since

    Redis 2.6.0 group: generic

  138. def pexpireatL(key: String, millis: Long): Task[String]

    Set the expiration for a key as a UNIX timestamp specified in milliseconds

    Set the expiration for a key as a UNIX timestamp specified in milliseconds

    key

    Key string

    millis

    Expiry time as Unix timestamp in milliseconds

    Since

    Redis 2.6.0 group: generic

  139. def pfaddL(key: String, element: String): Task[String]

    Adds the specified element to the specified HyperLogLog.

    Adds the specified element to the specified HyperLogLog.

    key

    Key string

    element

    Element to add

    Since

    Redis 2.8.9 group: hyperloglog

  140. def pfaddManyL(key: String, elements: List[String]): Task[String]

    Adds the specified elements to the specified HyperLogLog.

    Adds the specified elements to the specified HyperLogLog.

    key

    Key string

    elements

    Elementa to add

    Since

    Redis 2.8.9 group: hyperloglog

  141. def pfcountL(key: String): Task[String]

    Return the approximated cardinality of the set observed by the HyperLogLog at key.

    Return the approximated cardinality of the set observed by the HyperLogLog at key.

    key

    Key string

    Since

    Redis 2.8.9 group: hyperloglog

  142. def pfcountManyL(keys: List[String]): Task[String]

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

    Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

    keys

    List of keys

    Since

    Redis 2.8.9 group: hyperloglog

  143. def pfmergeL(destkey: String, keys: List[String]): Task[String]

    Merge N different HyperLogLogs into a single one.

    Merge N different HyperLogLogs into a single one.

    destkey

    Destination key

    keys

    List of source keys

    Since

    Redis 2.8.9 group: hyperloglog

  144. def pingL(): Task[String]

    Ping the server

    Ping the server

    Since

    Redis 1.0.0 group: connection

  145. def psetexL(key: String, millis: Long, value: String): Task[String]

    Set the value and expiration in milliseconds of a key

    Set the value and expiration in milliseconds of a key

    key

    Key string

    millis

    Number of milliseconds until the key expires

    value

    New value for key

    Since

    Redis 2.6.0 group: string

  146. def psubscribeL(pattern: String): Task[String]

    Listen for messages published to channels matching the given pattern

    Listen for messages published to channels matching the given pattern

    pattern

    Pattern string

    Since

    Redis 2.0.0 group: pubsub

  147. def psubscribeManyL(patterns: List[String]): Task[String]

    Listen for messages published to channels matching the given patterns

    Listen for messages published to channels matching the given patterns

    patterns

    List of patterns

    Since

    Redis 2.0.0 group: pubsub

  148. def pttlL(key: String): Task[String]

    Get the time to live for a key in milliseconds

    Get the time to live for a key in milliseconds

    key

    Key string

    Since

    Redis 2.6.0 group: generic

  149. def publishL(channel: String, message: String): Task[String]

    Post a message to a channel

    Post a message to a channel

    channel

    Channel key

    message

    Message to send to channel

    Since

    Redis 2.0.0 group: pubsub

  150. def pubsubChannelsL(pattern: String): Task[String]

    Lists the currently active channels - only those matching the pattern

    Lists the currently active channels - only those matching the pattern

    pattern

    A glob-style pattern - an empty string means no pattern

    Since

    Redis 2.8.0 group: pubsub

  151. def pubsubNumpatL(): Task[String]

    Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)

    Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)

    Since

    Redis 2.8.0 group: pubsub

  152. def pubsubNumsubL(channels: List[String]): Task[String]

    Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels

    Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels

    channels

    List of channels

    Since

    Redis 2.8.0 group: pubsub

  153. def punsubscribeL(patterns: List[String]): Task[String]

    Stop listening for messages posted to channels matching the given patterns

    Stop listening for messages posted to channels matching the given patterns

    patterns

    List of patterns to match against

    Since

    Redis 2.0.0 group: pubsub

  154. def randomkeyL(): Task[String]

    Return a random key from the keyspace

    Return a random key from the keyspace

    Since

    Redis 1.0.0 group: generic

  155. def renameL(key: String, newkey: String): Task[String]

    Rename a key

    Rename a key

    key

    Key string to be renamed

    newkey

    New key string

    Since

    Redis 1.0.0 group: generic

  156. def renamenxL(key: String, newkey: String): Task[String]

    Rename a key, only if the new key does not exist

    Rename a key, only if the new key does not exist

    key

    Key string to be renamed

    newkey

    New key string

    Since

    Redis 1.0.0 group: generic

  157. def restoreL(key: String, millis: Long, serialized: String): Task[String]

    Create a key using the provided serialized value, previously obtained using DUMP.

    Create a key using the provided serialized value, previously obtained using DUMP.

    key

    Key string

    millis

    Expiry time in milliseconds to set on the key

    serialized

    Serialized form of the key value as obtained using DUMP

    Since

    Redis 2.6.0 group: generic

  158. def roleL(): Task[String]

    Return the role of the instance in the context of replication

    Return the role of the instance in the context of replication

    Since

    Redis 2.8.12 group: server

  159. def rpopL(key: String): Task[String]

    Remove and get the last element in a list

    Remove and get the last element in a list

    key

    Key string

    Since

    Redis 1.0.0 group: list

  160. def rpoplpushL(key: String, destkey: String): Task[String]

    Remove the last element in a list, append it to another list and return it

    Remove the last element in a list, append it to another list and return it

    key

    Key string identifying source list

    destkey

    Key string identifying destination list

    Since

    Redis 1.2.0 group: list

  161. def rpushL(key: String, value: String): Task[String]

    Append one or multiple values to a list

    Append one or multiple values to a list

    key

    Key string

    value

    Value to be added to the end of the list

    Since

    Redis 1.0.0 group: list

  162. def rpushManyL(key: String, values: List[String]): Task[String]

    Append one or multiple values to a list

    Append one or multiple values to a list

    key

    Key string

    values

    List of values to add to the end of the list

    Since

    Redis 1.0.0 group: list

  163. def rpushxL(key: String, value: String): Task[String]

    Append a value to a list, only if the list exists

    Append a value to a list, only if the list exists

    key

    Key string

    value

    Value to be added to the end of the list

    Since

    Redis 2.2.0 group: list

  164. def saddL(key: String, member: String): Task[String]

    Add a member to a set

    Add a member to a set

    key

    Key string

    member

    Value to be added to the set

    Since

    Redis 1.0.0 group: set

  165. def saddManyL(key: String, members: List[String]): Task[String]

    Add one or more members to a set

    Add one or more members to a set

    key

    Key string

    members

    Values to be added to the set

    Since

    Redis 1.0.0 group: set

  166. def saveL(): Task[String]

    Synchronously save the dataset to disk

    Synchronously save the dataset to disk

    Since

    Redis 1.0.0 group: server

  167. def scanL(cursor: String, options: ScanOptions): Task[String]

    Incrementally iterate the keys space

    Incrementally iterate the keys space

    cursor

    Cursor id

    options

    Scan options

    Since

    Redis 2.8.0 group: generic

  168. def scardL(key: String): Task[String]

    Get the number of members in a set

    Get the number of members in a set

    key

    Key string

    Since

    Redis 1.0.0 group: set

  169. def scriptExistsL(script: String): Task[String]

    Check existence of script in the script cache.

    Check existence of script in the script cache.

    script

    SHA1 digest identifying a script in the script cache

    Since

    Redis 2.6.0 group: scripting

  170. def scriptExistsManyL(scripts: List[String]): Task[String]

    Check existence of scripts in the script cache.

    Check existence of scripts in the script cache.

    scripts

    List of SHA1 digests identifying scripts in the script cache

    Since

    Redis 2.6.0 group: scripting

  171. def scriptFlushL(): Task[String]

    Remove all the scripts from the script cache.

    Remove all the scripts from the script cache.

    Since

    Redis 2.6.0 group: scripting

  172. def scriptKillL(): Task[String]

    Kill the script currently in execution.

    Kill the script currently in execution.

    Since

    Redis 2.6.0 group: scripting

  173. def scriptLoadL(script: String): Task[String]

    Load the specified Lua script into the script cache.

    Load the specified Lua script into the script cache.

    script

    Lua script

    Since

    Redis 2.6.0 group: scripting

  174. def sdiffL(key: String, cmpkeys: List[String]): Task[String]

    Subtract multiple sets

    Subtract multiple sets

    key

    Key identifying the set to compare with all other sets combined

    cmpkeys

    List of keys identifying sets to subtract from the key set

    Since

    Redis 1.0.0 group: set

  175. def sdiffstoreL(destkey: String, key: String, cmpkeys: List[String]): Task[String]

    Subtract multiple sets and store the resulting set in a key

    Subtract multiple sets and store the resulting set in a key

    destkey

    Destination key where the result should be stored

    key

    Key identifying the set to compare with all other sets combined

    cmpkeys

    List of keys identifying sets to subtract from the key set

    Since

    Redis 1.0.0 group: set

  176. def selectL(dbindex: Int): Task[String]

    Change the selected database for the current connection

    Change the selected database for the current connection

    dbindex

    Index identifying the new active database

    Since

    Redis 1.0.0 group: connection

  177. def setBinaryL(key: String, value: Buffer): Task[String]

    Set the binary string value of a key - without encoding as utf-8

    Set the binary string value of a key - without encoding as utf-8

    key

    Key of which value to set

    value

    New value for the key

    Since

    Redis 1.0.0 group: string

  178. def setBinaryWithOptionsL(key: String, value: Buffer, options: SetOptions): Task[String]

    Set the string value of a key

    Set the string value of a key

    key

    Key of which value to set

    value

    New value for the key

    options

    Set options

    Since

    Redis 1.0.0 group: string

  179. def setL(key: String, value: String): Task[String]

    Set the string value of a key

    Set the string value of a key

    key

    Key of which value to set

    value

    New value for the key

    Since

    Redis 1.0.0 group: string

  180. def setWithOptionsL(key: String, value: String, options: SetOptions): Task[String]

    Set the string value of a key

    Set the string value of a key

    key

    Key of which value to set

    value

    New value for the key

    options

    Set options

    Since

    Redis 1.0.0 group: string

  181. def setbitL(key: String, offset: Long, bit: Int): Task[String]

    Sets or clears the bit at offset in the string value stored at key

    Sets or clears the bit at offset in the string value stored at key

    key

    Key string

    offset

    Bit offset

    bit

    New value - must be 1 or 0

    Since

    Redis 2.2.0 group: string

  182. def setexL(key: String, seconds: Long, value: String): Task[String]

    Set the value and expiration of a key

    Set the value and expiration of a key

    key

    Key string

    seconds

    Number of seconds until the key expires

    value

    New value for key

    Since

    Redis 2.0.0 group: string

  183. def setnxL(key: String, value: String): Task[String]

    Set the value of a key, only if the key does not exist

    Set the value of a key, only if the key does not exist

    key

    Key of which value to set

    value

    New value for the key

    Since

    Redis 1.0.0 group: string

  184. def setrangeL(key: String, offset: Int, value: String): Task[String]

    Overwrite part of a string at key starting at the specified offset

    Overwrite part of a string at key starting at the specified offset

    key

    Key string

    offset

    Offset - the maximum offset that you can set is 2^29 -1 (536870911), as Redis Strings are limited to 512 megabytes

    value

    Value to overwrite with

    Since

    Redis 2.2.0 group: string

  185. def sinterL(keys: List[String]): Task[String]

    Intersect multiple sets

    Intersect multiple sets

    keys

    List of keys to perform intersection on

    Since

    Redis 1.0.0 group: set

  186. def sinterstoreL(destkey: String, keys: List[String]): Task[String]

    Intersect multiple sets and store the resulting set in a key

    Intersect multiple sets and store the resulting set in a key

    destkey

    Key where to store the results

    keys

    List of keys to perform intersection on

    Since

    Redis 1.0.0 group: set

  187. def sismemberL(key: String, member: String): Task[String]

    Determine if a given value is a member of a set

    Determine if a given value is a member of a set

    key

    Key string

    member

    Member to look for

    Since

    Redis 1.0.0 group: set

  188. def slaveofL(host: String, port: Int): Task[String]

    Make the server a slave of another instance

    Make the server a slave of another instance

    host

    Host to become this server's master

    port

    Port of our new master

    Since

    Redis 1.0.0 group: server

  189. def slaveofNooneL(): Task[String]

    Make this server a master

    Make this server a master

    Since

    Redis 1.0.0 group: server

  190. def slowlogGetL(limit: Int): Task[String]

    Read the Redis slow queries log

    Read the Redis slow queries log

    limit

    Number of log entries to return. If value is less than zero all entries are returned

    Since

    Redis 2.2.12 group: server

  191. def slowlogLenL(): Task[String]

    Get the length of the Redis slow queries log

    Get the length of the Redis slow queries log

    Since

    Redis 2.2.12 group: server

  192. def slowlogResetL(): Task[String]

    Reset the Redis slow queries log

    Reset the Redis slow queries log

    Since

    Redis 2.2.12 group: server

  193. def smembersL(key: String): Task[JsonArray]

    Get all the members in a set

    Get all the members in a set

    key

    Key string

    Since

    Redis 1.0.0 group: set

  194. def smoveL(key: String, destkey: String, member: String): Task[String]

    Move a member from one set to another

    Move a member from one set to another

    key

    Key of source set currently containing the member

    destkey

    Key identifying the destination set

    member

    Member to move

    Since

    Redis 1.0.0 group: set

  195. def sortL(key: String, options: SortOptions): Task[String]

    Sort the elements in a list, set or sorted set

    Sort the elements in a list, set or sorted set

    key

    Key string

    options

    Sort options

    Since

    Redis 1.0.0 group: generic

  196. def spopL(key: String): Task[String]

    Remove and return a random member from a set

    Remove and return a random member from a set

    key

    Key string

    Since

    Redis 1.0.0 group: set

  197. def spopManyL(key: String, count: Int): Task[String]

    Remove and return random members from a set

    Remove and return random members from a set

    key

    Key string

    count

    Number of members to remove

    Since

    Redis 1.0.0 group: set

  198. def srandmemberCountL(key: String, count: Int): Task[String]

    Get one or multiple random members from a set

    Get one or multiple random members from a set

    key

    Key string

    count

    Number of members to get

    Since

    Redis 1.0.0 group: set

  199. def srandmemberL(key: String): Task[String]

    Get one or multiple random members from a set

    Get one or multiple random members from a set

    key

    Key string

    Since

    Redis 1.0.0 group: set

  200. def sremL(key: String, member: String): Task[String]

    Remove one member from a set

    Remove one member from a set

    key

    Key string

    member

    Member to remove

    Since

    Redis 1.0.0 group: set

  201. def sremManyL(key: String, members: List[String]): Task[String]

    Remove one or more members from a set

    Remove one or more members from a set

    key

    Key string

    members

    Members to remove

    Since

    Redis 1.0.0 group: set

  202. def sscanL(key: String, cursor: String, options: ScanOptions): Task[String]

    Incrementally iterate Set elements

    Incrementally iterate Set elements

    key

    Key string

    cursor

    Cursor id

    options

    Scan options

    Since

    Redis 2.8.0 group: set

  203. def strlenL(key: String): Task[String]

    Get the length of the value stored in a key

    Get the length of the value stored in a key

    key

    Key string

    Since

    Redis 2.2.0 group: string

  204. def subscribeL(channel: String): Task[String]

    Listen for messages published to the given channels

    Listen for messages published to the given channels

    channel

    Channel to subscribe to

    Since

    Redis 2.0.0 group: pubsub

  205. def subscribeManyL(channels: List[String]): Task[String]

    Listen for messages published to the given channels

    Listen for messages published to the given channels

    channels

    List of channels to subscribe to

    Since

    Redis 2.0.0 group: pubsub

  206. def sunionL(keys: List[String]): Task[String]

    Add multiple sets

    Add multiple sets

    keys

    List of keys identifying sets to add up

    Since

    Redis 1.0.0 group: set

  207. def sunionstoreL(destkey: String, keys: List[String]): Task[String]

    Add multiple sets and store the resulting set in a key

    Add multiple sets and store the resulting set in a key

    destkey

    Destination key

    keys

    List of keys identifying sets to add up

    Since

    Redis 1.0.0 group: set

  208. def swapdbL(index1: Int, index2: Int): Task[String]

    Swaps two Redis databases

    Swaps two Redis databases

    index1

    index of first database to swap

    index2

    index of second database to swap

    Since

    Redis 4.0.0 group: connection

  209. def syncL(): Task[String]

    Internal command used for replication

    Internal command used for replication

    Since

    Redis 1.0.0 group: server

  210. val target: RedisTransaction
  211. def timeL(): Task[String]

    Return the current server time

    Return the current server time

    Since

    Redis 2.6.0 group: server

  212. def toString(): String
    Definition Classes
    Any
  213. def ttlL(key: String): Task[String]

    Get the time to live for a key

    Get the time to live for a key

    key

    Key string

    Since

    Redis 1.0.0 group: generic

  214. def typeL(key: String): Task[String]

    Determine the type stored at key

    Determine the type stored at key

    key

    Key string

    Since

    Redis 1.0.0 group: generic

  215. def unlinkL(key: String): Task[String]

    Delete a key asynchronously in another thread.

    Delete a key asynchronously in another thread. Otherwise it is just as DEL, but non blocking.

    key

    Key string

    Since

    Redis 4.0.0 group: generic

  216. def unlinkManyL(keys: List[String]): Task[String]

    Delete multiple keys asynchronously in another thread.

    Delete multiple keys asynchronously in another thread. Otherwise it is just as DEL, but non blocking.

    keys

    List of keys to delete

    Since

    Redis 4.0.0 group: generic

  217. def unsubscribeL(channels: List[String]): Task[String]

    Stop listening for messages posted to the given channels

    Stop listening for messages posted to the given channels

    channels

    List of channels to subscribe to

    Since

    Redis 2.0.0 group: pubsub

  218. def unwatchL(): Task[String]

    Forget about all watched keys

    Forget about all watched keys

    Since

    Redis 2.2.0 group: RedisTransactions

  219. def waitL(numSlaves: Long, timeout: Long): Task[String]

    Wait for the synchronous replication of all the write commands sent in the context of the current connection.

    Wait for the synchronous replication of all the write commands sent in the context of the current connection.

    Since

    Redis 3.0.0 group: generic

  220. def watchL(key: String): Task[String]

    Watch the given keys to determine execution of the MULTI/EXEC block

    Watch the given keys to determine execution of the MULTI/EXEC block

    key

    Key to watch

    Since

    Redis 2.2.0 group: RedisTransactions

  221. def watchManyL(keys: List[String]): Task[String]

    Watch the given keys to determine execution of the MULTI/EXEC block

    Watch the given keys to determine execution of the MULTI/EXEC block

    keys

    List of keys to watch

    Since

    Redis 2.2.0 group: RedisTransactions

  222. def zaddL(key: String, score: Double, member: String): Task[String]

    Add one or more members to a sorted set, or update its score if it already exists

    Add one or more members to a sorted set, or update its score if it already exists

    key

    Key string

    score

    Score used for sorting

    member

    New member key

    Since

    Redis 1.2.0 group: sorted_set

  223. def zaddManyL(key: String, members: Map[String, Double]): Task[String]

    Add one or more members to a sorted set, or update its score if it already exists

    Add one or more members to a sorted set, or update its score if it already exists

    key

    Key string

    members

    New member keys and their scores

    Since

    Redis 1.2.0 group: sorted_set

  224. def zcardL(key: String): Task[String]

    Get the number of members in a sorted set

    Get the number of members in a sorted set

    key

    Key string

    Since

    Redis 1.2.0 group: sorted_set

  225. def zcountL(key: String, min: Double, max: Double): Task[String]

    Count the members in a sorted set with scores within the given values

    Count the members in a sorted set with scores within the given values

    key

    Key string

    min

    Minimum score

    max

    Maximum score

    Since

    Redis 2.0.0 group: sorted_set

  226. def zincrbyL(key: String, increment: Double, member: String): Task[String]

    Increment the score of a member in a sorted set

    Increment the score of a member in a sorted set

    key

    Key string

    increment

    Increment amount

    member

    Member key

    Since

    Redis 1.2.0 group: sorted_set

  227. def zinterstoreL(destkey: String, sets: List[String], options: AggregateOptions): Task[String]

    Intersect multiple sorted sets and store the resulting sorted set in a new key

    Intersect multiple sorted sets and store the resulting sorted set in a new key

    destkey

    Destination key

    sets

    List of keys identifying sorted sets to intersect

    options

    Aggregation options

    Since

    Redis 2.0.0 group: sorted_set

  228. def zinterstoreWeighedL(destkey: String, sets: Map[String, Double], options: AggregateOptions): Task[String]

    Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring

    Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring

    destkey

    Destination key

    sets

    List of keys identifying sorted sets to intersect

    options

    Aggregation options

    Since

    Redis 2.0.0 group: sorted_set

  229. def zlexcountL(key: String, min: String, max: String): Task[String]

    Count the number of members in a sorted set between a given lexicographical range

    Count the number of members in a sorted set between a given lexicographical range

    key

    Key string

    min

    Pattern to compare against for minimum value

    max

    Pattern to compare against for maximum value

    Since

    Redis 2.8.9 group: sorted_set

  230. def zrangeL(key: String, start: Long, stop: Long): Task[String]

    Return a range of members in a sorted set, by index

    Return a range of members in a sorted set, by index

    key

    Key string

    start

    Start index for the range

    stop

    Stop index for the range - inclusive

    Since

    Redis 1.2.0 group: sorted_set

  231. def zrangeWithOptionsL(key: String, start: Long, stop: Long, options: RangeOptions): Task[String]

    Return a range of members in a sorted set, by index

    Return a range of members in a sorted set, by index

    key

    Key string

    start

    Start index for the range

    stop

    Stop index for the range - inclusive

    options

    Range options

    Since

    Redis 1.2.0 group: sorted_set

  232. def zrangebylexL(key: String, min: String, max: String, options: LimitOptions): Task[String]

    Return a range of members in a sorted set, by lexicographical range

    Return a range of members in a sorted set, by lexicographical range

    key

    Key string

    min

    Pattern representing a minimum allowed value

    max

    Pattern representing a maximum allowed value

    options

    Limit options where limit can be specified

    Since

    Redis 2.8.9 group: sorted_set

  233. def zrangebyscoreL(key: String, min: String, max: String, options: RangeLimitOptions): Task[String]

    Return a range of members in a sorted set, by score

    Return a range of members in a sorted set, by score

    key

    Key string

    min

    Pattern defining a minimum value

    max

    Pattern defining a maximum value

    options

    Range and limit options

    Since

    Redis 1.0.5 group: sorted_set

  234. def zrankL(key: String, member: String): Task[String]

    Determine the index of a member in a sorted set

    Determine the index of a member in a sorted set

    key

    Key string

    member

    Member in the sorted set identified by key

    Since

    Redis 2.0.0 group: sorted_set

  235. def zremL(key: String, member: String): Task[String]

    Remove one member from a sorted set

    Remove one member from a sorted set

    key

    Key string

    member

    Member in the sorted set identified by key

    Since

    Redis 1.2.0 group: sorted_set

  236. def zremManyL(key: String, members: List[String]): Task[String]

    Remove one or more members from a sorted set

    Remove one or more members from a sorted set

    key

    Key string

    members

    Members in the sorted set identified by key

    Since

    Redis 1.2.0 group: sorted_set

  237. def zremrangebylexL(key: String, min: String, max: String): Task[String]

    Remove all members in a sorted set between the given lexicographical range

    Remove all members in a sorted set between the given lexicographical range

    key

    Key string

    min

    Pattern defining a minimum value

    max

    Pattern defining a maximum value

    Since

    Redis 2.8.9 group: sorted_set

  238. def zremrangebyrankL(key: String, start: Long, stop: Long): Task[String]

    Remove all members in a sorted set within the given indexes

    Remove all members in a sorted set within the given indexes

    key

    Key string

    start

    Start index

    stop

    Stop index

    Since

    Redis 2.0.0 group: sorted_set

  239. def zremrangebyscoreL(key: String, min: String, max: String): Task[String]

    Remove all members in a sorted set within the given scores

    Remove all members in a sorted set within the given scores

    key

    Key string

    min

    Pattern defining a minimum value

    max

    Pattern defining a maximum value

    Since

    Redis 1.2.0 group: sorted_set

  240. def zrevrangeL(key: String, start: Long, stop: Long, options: RangeOptions): Task[String]

    Return a range of members in a sorted set, by index, with scores ordered from high to low

    Return a range of members in a sorted set, by index, with scores ordered from high to low

    key

    Key string

    start

    Start index for the range

    stop

    Stop index for the range - inclusive

    options

    Range options

    Since

    Redis 1.2.0 group: sorted_set

  241. def zrevrangebylexL(key: String, max: String, min: String, options: LimitOptions): Task[String]

    Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low

    Return a range of members in a sorted set, by score, between the given lexicographical range with scores ordered from high to low

    key

    Key string

    max

    Pattern defining a maximum value

    min

    Pattern defining a minimum value

    options

    Limit options

    Since

    Redis 2.8.9 group: sorted_set

  242. def zrevrangebyscoreL(key: String, max: String, min: String, options: RangeLimitOptions): Task[String]

    Return a range of members in a sorted set, by score, with scores ordered from high to low

    Return a range of members in a sorted set, by score, with scores ordered from high to low

    key

    Key string

    max

    Pattern defining a maximum value

    min

    Pattern defining a minimum value

    options

    Range and limit options

    Since

    Redis 2.2.0 group: sorted_set

  243. def zrevrankL(key: String, member: String): Task[String]

    Determine the index of a member in a sorted set, with scores ordered from high to low

    Determine the index of a member in a sorted set, with scores ordered from high to low

    key

    Key string

    member

    Member in the sorted set identified by key

    Since

    Redis 2.0.0 group: sorted_set

  244. def zscanL(key: String, cursor: String, options: ScanOptions): Task[String]

    Incrementally iterate sorted sets elements and associated scores

    Incrementally iterate sorted sets elements and associated scores

    key

    Key string

    cursor

    Cursor id

    options

    Scan options

    Since

    Redis 2.8.0 group: sorted_set

  245. def zscoreL(key: String, member: String): Task[String]

    Get the score associated with the given member in a sorted set

    Get the score associated with the given member in a sorted set

    key

    Key string

    member

    Member in the sorted set identified by key

    Since

    Redis 1.2.0 group: sorted_set

  246. def zunionstoreL(destkey: String, sets: List[String], options: AggregateOptions): Task[String]

    Add multiple sorted sets and store the resulting sorted set in a new key

    Add multiple sorted sets and store the resulting sorted set in a new key

    destkey

    Destination key

    sets

    List of keys identifying sorted sets

    options

    Aggregation options

    Since

    Redis 2.0.0 group: sorted_set

  247. def zunionstoreWeighedL(key: String, sets: Map[String, Double], options: AggregateOptions): Task[String]

    Add multiple sorted sets using weights, and store the resulting sorted set in a new key

    Add multiple sorted sets using weights, and store the resulting sorted set in a new key

    key

    Destination key

    sets

    Map containing set-key:weight pairs

    options

    Aggregation options

    Since

    Redis 2.0.0 group: sorted_set

Inherited from AnyVal

Inherited from Any

Ungrouped