Rpushx
case class Rpushx[K, V](key: K, values: Seq[V])(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K] with RedisCommandIntegerLong
- Source:
- Lists.scala
trait Serializable
trait Product
trait Equals
trait RedisCommandIntegerLong
trait RedisCommandInteger[Long]
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any