ScriptCommands
dev.profunktor.redis4cats.algebra.ScriptCommands
trait ScriptCommands[F[_], K, V] extends Scripting[F, K, V], Functions[F, K, V]
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
Members list
Value members
Inherited and Abstract methods
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
def evalReadOnly(script: String, output: ScriptOutputType[V], keys: List[K], values: List[V]): F[output.R]
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
def evalShaReadOnly(digest: String, output: ScriptOutputType[V], keys: List[K], values: List[V]): F[output.R]
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Functions
def fcallReadOnly(function: String, output: ScriptOutputType[V], keys: List[K], values: List[V]): F[output.R]
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Functions
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
Attributes
- Inherited from:
- Scripting
In this article