dev.profunktor.redis4cats.algebra.StringCommands
trait StringCommands[F[_], K, V] extends Getter[F, K, V] with Setter[F, K, V] with MultiKey[F, K, V] with Decrement[F, K, V] with Increment[F, K, V] with Unsafe[F, K, V] Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Value members
Attributes
- Inherited from:
- Setter
Attributes
- Inherited from:
- Getter
Attributes
- Inherited from:
- Getter
Attributes
- Inherited from:
- Getter
Attributes
- Inherited from:
- Setter
Attributes
- Inherited from:
- Setter
Attributes
- Inherited from:
- Setter
Attributes
- Inherited from:
- Setter
Attributes
- Inherited from:
- Setter
Attributes
- Inherited from:
- Setter
Attributes
- Inherited from:
- Getter
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