redis.api.lists

package redis.api.lists

Members list

Type members

Classlikes

case class Lindex[K, R](key: K, index: Long)(implicit redisKey: ByteStringSerializer[K], deserializerR: ByteStringDeserializer[R]) extends SimpleClusterKey[K], RedisCommandBulkOptionByteString[R]

Attributes

Source
Lindex.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait RedisCommand[Bulk, Option[R]]
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Linsert[K, KP, V](key: K, beforeAfter: ListPivot, pivot: KP, value: V)(implicit redisKey: ByteStringSerializer[K], redisPivot: ByteStringSerializer[KP], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K], RedisCommandIntegerLong

Attributes

Source
Linsert.scala
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Llen[K](key: K)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K], RedisCommandIntegerLong

Attributes

Source
Llen.scala
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Lmove[KS, KD, R](source: KS, destination: KD, from: ListDirection, to: ListDirection)(implicit sourceSer: ByteStringSerializer[KS], destSer: ByteStringSerializer[KD], deserializerR: ByteStringDeserializer[R]) extends RedisCommandBulkOptionByteString[R]

Attributes

Source
Lmove.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait RedisCommand[Bulk, Option[R]]
class Object
trait Matchable
class Any
Show all
case class Lpop[K, R](key: K)(implicit redisKey: ByteStringSerializer[K], deserializerR: ByteStringDeserializer[R]) extends SimpleClusterKey[K], RedisCommandBulkOptionByteString[R]

Attributes

Source
Lpop.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait RedisCommand[Bulk, Option[R]]
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Lpush[K, V](key: K, values: Seq[V])(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K], RedisCommandIntegerLong

Attributes

Source
Lpush.scala
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Lpushx[K, V](key: K, values: Seq[V])(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K], RedisCommandIntegerLong

Attributes

Source
Lpushx.scala
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Lrange[K, R](key: K, start: Long, stop: Long)(implicit redisKey: ByteStringSerializer[K], deserializerR: ByteStringDeserializer[R]) extends SimpleClusterKey[K], RedisCommandMultiBulk[Seq[R]]

Attributes

Source
Lrange.scala
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Lrem[K, V](key: K, count: Long, value: V)(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K], RedisCommandIntegerLong

Attributes

Source
Lrem.scala
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Lset[K, V](key: K, index: Long, value: V)(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K], RedisCommandStatusBoolean

Attributes

Source
Lset.scala
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Ltrim[K](key: K, start: Long, stop: Long)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K], RedisCommandStatusBoolean

Attributes

Source
Ltrim.scala
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Rpop[K, R](key: K)(implicit redisKey: ByteStringSerializer[K], deserializerR: ByteStringDeserializer[R]) extends SimpleClusterKey[K], RedisCommandBulkOptionByteString[R]

Attributes

Source
Rpop.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait RedisCommand[Bulk, Option[R]]
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Rpoplpush[KS, KD, R](source: KS, destination: KD)(implicit sourceSer: ByteStringSerializer[KS], destSer: ByteStringSerializer[KD], deserializerR: ByteStringDeserializer[R]) extends RedisCommandBulkOptionByteString[R]

Attributes

Source
Rpoplpush.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait RedisCommand[Bulk, Option[R]]
class Object
trait Matchable
class Any
Show all
case class Rpush[K, V](key: K, values: Seq[V])(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K], RedisCommandIntegerLong

Attributes

Source
Rpush.scala
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
case class Rpushx[K, V](key: K, values: Seq[V])(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K], RedisCommandIntegerLong

Attributes

Source
Rpushx.scala
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all