redis4cats-effects
redis4cats-effects
dev.profunktor.redis4cats
Redis
RedisPartiallyApplied
RedisCommands
RedisCommands
LiftKOps
Runner
Ops
effects
Distance
GeoHash
Latitude
Longitude
GeoLocation
GeoRadius
GeoCoordinate
GeoRadiusResult
GeoRadiusKeyStorage
GeoRadiusDistStorage
Score
ScoreWithValue
ZRange
RangeLimit
ScriptOutputType
ScriptOutputType
ScanArgs
ScanArgs
SetArg
SetArg
Existence
Existence
Nx
Xx
Ttl
Ttl
Px
Ex
SetArgs
SetArgs
pipeline
PipelineError
RedisPipeline
transactions
TransactionError
TransactionAborted
TransactionDiscarded
RedisTransaction
dev.profunktor.redis4cats.algebra
Auth
AutoFlush
Bits
ConnectionCommands
Decrement
Diagnostic
Flush
GeoCommands
GeoGetter
GeoSetter
Getter
HashCommands
HashGetter
HashIncrement
HashSetter
HyperLogLogCommands
Increment
KeyCommands
ListBlocking
ListCommands
ListGetter
ListPushPop
ListSetter
MultiKey
Ping
PipelineCommands
ScriptCommands
Scripting
ServerCommands
SetCommands
SetDeletion
SetGetter
SetSetter
Setter
SortedSetCommands
SortedSetGetter
SortedSetSetter
StringCommands
Transaction
TransactionalCommands
Watcher
redis4cats-effects
/
dev.profunktor.redis4cats.algebra
/
ScriptCommands
ScriptCommands
trait
ScriptCommands
[F[_], K, V] extends
Scripting
[
F
,
K
,
V
]
Graph
Supertypes
Known subtypes
trait
Scripting
[
F
,
K
,
V
]
class
Object
trait
Matchable
class
Any
trait
RedisCommands
[
F
,
K
,
V
]
Value members
Value members
Inherited methods
def
digest
(script:
String
):
F
[
String
]
Inherited from
Scripting
def
eval
(script:
String
, output:
ScriptOutputType
[
V
], keys:
List
[
K
], values:
List
[
V
]):
F
[
R
]
Inherited from
Scripting
def
eval
(script:
String
, output:
ScriptOutputType
[
V
], keys:
List
[
K
]):
F
[
R
]
Inherited from
Scripting
def
eval
(script:
String
, output:
ScriptOutputType
[
V
]):
F
[
R
]
Inherited from
Scripting
def
evalSha
(digest:
String
, output:
ScriptOutputType
[
V
], keys:
List
[
K
], values:
List
[
V
]):
F
[
R
]
Inherited from
Scripting
def
evalSha
(digest:
String
, output:
ScriptOutputType
[
V
], keys:
List
[
K
]):
F
[
R
]
Inherited from
Scripting
def
evalSha
(digest:
String
, output:
ScriptOutputType
[
V
]):
F
[
R
]
Inherited from
Scripting
def
scriptExists
(digests:
String
*):
F
[
List
[
Boolean
]]
Inherited from
Scripting
def
scriptFlush
:
F
[
Unit
]
Inherited from
Scripting
def
scriptLoad
(script:
Array
[
Byte
]):
F
[
String
]
Inherited from
Scripting
def
scriptLoad
(script:
String
):
F
[
String
]
Inherited from
Scripting