SortStore
redis.api.keys.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
Attributes
- Source:
- Keys.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class Objecttrait Matchableclass Any