dev.profunktor.redis4cats.RedisCommands
See theRedisCommands companion object
trait RedisCommands[F[_], K, V] extends StringCommands[F, K, V], HashCommands[F, K, V], SetCommands[F, K, V], SortedSetCommands[F, K, V], ListCommands[F, K, V], GeoCommands[F, K, V], ConnectionCommands[F, K], ServerCommands[F, K], TransactionalCommands[F, K], PipelineCommands[F], ScriptCommands[F, K, V], KeyCommands[F, K], HyperLogLogCommands[F, K, V], BitCommands[F, K, V]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait PipelineCommands[F]trait AutoFlush[F]trait Pipelining[F]trait HighLevelTx[F]trait Transaction[F]trait Diagnostic[F]trait Auth[F]trait Ping[F]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Implicitly added by LiftKOps
Inherited methods
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- ListBlocking
Attributes
- Inherited from:
- ListBlocking
Attributes
- Inherited from:
- ListBlocking
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- Diagnostic
Attributes
- Inherited from:
- KeyCommands
Attributes
- Inherited from:
- AutoFlush
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- AutoFlush
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- KeyCommands
Attributes
- Inherited from:
- KeyCommands
Attributes
- Inherited from:
- KeyCommands
Attributes
- Inherited from:
- AutoFlush
Attributes
- Inherited from:
- GeoSetter
Attributes
- Inherited from:
- GeoGetter
Attributes
- Inherited from:
- GeoSetter
Attributes
- Inherited from:
- GeoSetter
Attributes
- Inherited from:
- GeoGetter
Attributes
- Inherited from:
- GeoGetter
def geoRadiusByMember(key: K, value: V, dist: Distance, unit: Unit, storage: GeoRadiusDistStorage[K]): F[Unit]
Attributes
- Inherited from:
- GeoSetter
def geoRadiusByMember(key: K, value: V, dist: Distance, unit: Unit, storage: GeoRadiusKeyStorage[K]): F[Unit]
Attributes
- Inherited from:
- GeoSetter
def geoRadiusByMember(key: K, value: V, dist: Distance, unit: Unit, args: GeoArgs): F[List[GeoRadiusResult[V]]]
Attributes
- Inherited from:
- GeoGetter
Attributes
- Inherited from:
- GeoGetter
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- Client
Attributes
- Inherited from:
- Client
Attributes
- Inherited from:
- HashCommands
Attributes
- Inherited from:
- HashCommands
Attributes
- Inherited from:
- HashGetter
Attributes
- Inherited from:
- HashGetter
Attributes
- Inherited from:
- HashIncrement
Attributes
- Inherited from:
- HashIncrement
Attributes
- Inherited from:
- HashGetter
Attributes
- Inherited from:
- HashGetter
Attributes
- Inherited from:
- HashSetter
Attributes
- Inherited from:
- HashSetter
Attributes
- Inherited from:
- HashSetter
Attributes
- Inherited from:
- HashGetter
Attributes
- Inherited from:
- HashGetter
Attributes
- Inherited from:
- HashGetter
Attributes
- Inherited from:
- Increment
Attributes
- Inherited from:
- Diagnostic
Attributes
- Inherited from:
- ListGetter
Attributes
- Inherited from:
- ListSetter
Attributes
- Inherited from:
- ListSetter
Attributes
- Inherited from:
- ListGetter
Attributes
- Inherited from:
- ListPushPop
Attributes
- Inherited from:
- ListPushPop
Attributes
- Inherited from:
- ListPushPop
Attributes
- Inherited from:
- ListGetter
Attributes
- Inherited from:
- ListSetter
Attributes
- Inherited from:
- ListSetter
Attributes
- Inherited from:
- ListSetter
Attributes
- Inherited from:
- Diagnostic
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- KeyCommands
Attributes
- Inherited from:
- HyperLogLogCommands
Attributes
- Inherited from:
- HyperLogLogCommands
Attributes
- Inherited from:
- HyperLogLogCommands
Attributes
- Inherited from:
- Pipelining
Attributes
- Inherited from:
- Pipelining
Attributes
- Inherited from:
- KeyCommands
Attributes
- Inherited from:
- ListPushPop
Attributes
- Inherited from:
- ListPushPop
Attributes
- Inherited from:
- ListPushPop
Attributes
- Inherited from:
- ListPushPop
Attributes
- Inherited from:
- SetSetter
Attributes
- Inherited from:
- SetSetter
Attributes
- Inherited from:
- SetCommands
Attributes
- Inherited from:
- SetCommands
Attributes
- Inherited from:
- SetDeletion
Attributes
- Inherited from:
- SetDeletion
Attributes
- Inherited from:
- SetGetter
Attributes
- Inherited from:
- SetGetter
Attributes
- Inherited from:
- SetDeletion
Attributes
- Inherited from:
- SetGetter
Attributes
- Inherited from:
- KeyCommands
Attributes
- Inherited from:
- KeyCommands
Attributes
- Inherited from:
- KeyCommands
Attributes
- Inherited from:
- KeyCommands
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- BitCommands
Attributes
- Inherited from:
- Client
Attributes
- Inherited from:
- Setter
Attributes
- Inherited from:
- Diagnostic
Attributes
- Inherited from:
- HighLevelTx
Attributes
- Inherited from:
- HighLevelTx
Attributes
- Inherited from:
- KeyCommands
USE WITH CAUTION! It gives you access to the underlying Java API.
USE WITH CAUTION! It gives you access to the underlying Java API.
Useful whenever Redis4cats does not yet support the operation you're looking for.
Attributes
- Inherited from:
- Unsafe
USE WITH CAUTION! It gives you access to the underlying Java API.
USE WITH CAUTION! It gives you access to the underlying Java API.
Useful whenever Redis4cats does not yet support the operation you're looking for.
Attributes
- Inherited from:
- Unsafe
Attributes
- Inherited from:
- SortedSetSetter
Attributes
- Inherited from:
- SortedSetSetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetSetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetSetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
def zRangeByScoreWithScores[T : Numeric](key: K, range: ZRange[T], limit: Option[RangeLimit]): F[List[ScoreWithValue[V]]]
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetSetter
Attributes
- Inherited from:
- SortedSetSetter
Attributes
- Inherited from:
- SortedSetSetter
Attributes
- Inherited from:
- SortedSetSetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
def zRevRangeByScoreWithScores[T : Numeric](key: K, range: ZRange[T], limit: Option[RangeLimit]): F[List[ScoreWithValue[V]]]
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetGetter
Attributes
- Inherited from:
- SortedSetSetter
Attributes
- Inherited from:
- SortedSetGetter
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 1.0.1] - Inherited from:
- HashSetter
Attributes
- Deprecated
-
[Since version 0.10.4] - Inherited from:
- KeyCommands
Attributes
- Deprecated
-
[Since version 0.10.4] - Inherited from:
- KeyCommands
Concrete fields
Implicitly added by LiftKOps
In this article