trait RedisCommands[F[_], K, V] extends StringCommands[F, K, V] with HashCommands[F, K, V] with SetCommands[F, K, V] with SortedSetCommands[F, K, V] with ListCommands[F, K, V] with GeoCommands[F, K, V] with ConnectionCommands[F] with ServerCommands[F, K] with TransactionalCommands[F, K] with PipelineCommands[F] with ScriptCommands[F, K, V] with KeyCommands[F, K] with HyperLogLogCommands[F, K, V]
- Companion
- object
trait PipelineCommands[F]
trait AutoFlush[F]
trait Transaction[F]
trait Diagnostic[F]
trait ConnectionCommands[F]
trait Auth[F]
trait Ping[F]
class Object
trait Matchable
class Any
Value members
Inherited methods
def geoRadiusByMember(key: K, value: V, dist: Distance, unit: Unit, storage: GeoRadiusDistStorage[K]): F[Unit]
- Inherited from
- GeoSetter
def geoRadiusByMember(key: K, value: V, dist: Distance, unit: Unit, storage: GeoRadiusKeyStorage[K]): F[Unit]
- Inherited from
- GeoSetter
def geoRadiusByMember(key: K, value: V, dist: Distance, unit: Unit, args: GeoArgs): F[List[GeoRadiusResult[V]]]
- Inherited from
- GeoGetter
def zRangeByScore[T](key: K, range: ZRange[T], limit: Option[RangeLimit])(`evidence$2`: Numeric[T]): F[List[V]]
- Inherited from
- SortedSetGetter
def zRangeByScoreWithScores[T](key: K, range: ZRange[T], limit: Option[RangeLimit])(`evidence$3`: Numeric[T]): F[List[ScoreWithValue[V]]]
- Inherited from
- SortedSetGetter
def zRevRangeByScore[T](key: K, range: ZRange[T], limit: Option[RangeLimit])(`evidence$4`: Numeric[T]): F[List[V]]
- Inherited from
- SortedSetGetter
def zRevRangeByScoreWithScores[T](key: K, range: ZRange[T], limit: Option[RangeLimit])(`evidence$5`: Numeric[T]): F[List[ScoreWithValue[V]]]
- Inherited from
- SortedSetGetter
Deprecated and Inherited methods
@deprecated("In favor of scan(cursor: KeyScanCursor[K], scanArgs: ScanArgs)", since = "0.10.4")
- Deprecated
[Since version 0.10.4]- Inherited from
- KeyCommands
@deprecated("In favor of scan(cursor: KeyScanCursor[K])", since = "0.10.4")
- Deprecated
[Since version 0.10.4]- Inherited from
- KeyCommands