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$1: ByteStringSerializer[K], evidence$2: ByteStringSerializer[KS]) extends RedisCommandIntegerLong
Attributes
- Source
- SortStore.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class Objecttrait Matchableclass Any
Members list
In this article