SortStore
case class SortStore[K, KS](key: K, byPattern: Option[String], limit: Option[LimitOffsetCount], getPatterns: Seq[String], order: Option[Order], alpha: Boolean, store: KS)(implicit evidence$2: ByteStringSerializer[K], evidence$3: ByteStringSerializer[KS]) extends RedisCommandIntegerLong
- Source:
- Keys.scala
trait Serializable
trait Product
trait Equals
trait RedisCommandIntegerLong
trait RedisCommandInteger[Long]
class Object
trait Matchable
class Any