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 Serializabletrait Producttrait Equalstrait RedisCommandBulkOptionByteString[R]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow all
case class Llen[K](key: K)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K], RedisCommandIntegerLong
Attributes
- Source
- Llen.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandBulkOptionByteString[R]class Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandBulkOptionByteString[R]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandBulkOptionByteString[R]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandBulkOptionByteString[R]class Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow all
In this article