redis4cats-effects
redis4cats-effects
API
dev.profunktor.redis4cats
Redis
RedisPartiallyApplied
RedisCommands
RedisCommands
LiftKOps
effects
Distance
GeoCoordinate
GeoHash
GeoLocation
GeoRadius
GeoRadiusDistStorage
GeoRadiusKeyStorage
GeoRadiusResult
GetExArg
Ex
ExAt
Persist
Px
PxAt
GetExArg
Latitude
Longitude
RangeLimit
ScanArgs
ScanArgs
Score
ScoreWithValue
ScriptOutputType
ScriptOutputType
SetArg
Existence
Nx
Xx
Existence
Ttl
Ex
Keep
Px
Ttl
SetArg
SetArgs
SetArgs
ZRange
dev.profunktor.redis4cats.algebra
Auth
AutoFlush
BitCommandOperation
BitCommands
Client
ConnectionCommands
Decrement
Diagnostic
Flush
GeoCommands
GeoGetter
GeoSetter
Getter
HashCommands
HashGetter
HashIncrement
HashSetter
HighLevelTx
HyperLogLogCommands
Increment
KeyCommands
ListBlocking
ListCommands
ListGetter
ListPushPop
ListSetter
MultiKey
Ping
PipelineCommands
Pipelining
ScriptCommands
Scripting
ServerCommands
SetCommands
SetDeletion
SetGetter
SetSetter
Setter
SortedSetCommands
SortedSetGetter
SortedSetSetter
StringCommands
Transaction
TransactionalCommands
Unsafe
Watcher
redis4cats-effects
/
dev.profunktor.redis4cats.algebra
/
ScriptCommands
ScriptCommands
dev.profunktor.redis4cats.algebra.ScriptCommands
trait
ScriptCommands
[
F
[
_
],
K
,
V
]
extends
Scripting
[
F
,
K
,
V
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Scripting
[
F
,
K
,
V
]
class
Object
trait
Matchable
class
Any
Known subtypes
trait
RedisCommands
[
F
,
K
,
V
]
Clear all
Members list
Concise view
Value members
Inherited methods
def
digest
(
script
:
String
):
F
[
String
]
Attributes
Inherited from:
Scripting
def
eval
(
script
:
String
,
output
:
ScriptOutputType
[
V
],
keys
:
List
[
K
],
values
:
List
[
V
]):
F
[
R
]
Attributes
Inherited from:
Scripting
def
eval
(
script
:
String
,
output
:
ScriptOutputType
[
V
],
keys
:
List
[
K
]):
F
[
R
]
Attributes
Inherited from:
Scripting
def
eval
(
script
:
String
,
output
:
ScriptOutputType
[
V
]):
F
[
R
]
Attributes
Inherited from:
Scripting
def
evalSha
(
digest
:
String
,
output
:
ScriptOutputType
[
V
],
keys
:
List
[
K
],
values
:
List
[
V
]):
F
[
R
]
Attributes
Inherited from:
Scripting
def
evalSha
(
digest
:
String
,
output
:
ScriptOutputType
[
V
],
keys
:
List
[
K
]):
F
[
R
]
Attributes
Inherited from:
Scripting
def
evalSha
(
digest
:
String
,
output
:
ScriptOutputType
[
V
]):
F
[
R
]
Attributes
Inherited from:
Scripting
def
scriptExists
(
digests
:
String
*):
F
[
List
[
Boolean
]]
Attributes
Inherited from:
Scripting
def
scriptFlush
:
F
[
Unit
]
Attributes
Inherited from:
Scripting
def
scriptLoad
(
script
:
Array
[
Byte
]):
F
[
String
]
Attributes
Inherited from:
Scripting
def
scriptLoad
(
script
:
String
):
F
[
String
]
Attributes
Inherited from:
Scripting