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
/
TransactionalCommands
TransactionalCommands
dev.profunktor.redis4cats.algebra.TransactionalCommands
trait
TransactionalCommands
[
F
[
_
],
K
]
extends
Transaction
[
F
]
with
Watcher
[
F
,
K
]
with
HighLevelTx
[
F
]
with
Pipelining
[
F
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Pipelining
[
F
]
trait
HighLevelTx
[
F
]
trait
Watcher
[
F
,
K
]
trait
Transaction
[
F
]
class
Object
trait
Matchable
class
Any
Known subtypes
trait
RedisCommands
[
F
,
K
,
V
]
Clear all
Members list
Concise view
Value members
Inherited methods
def
discard
:
F
[
Unit
]
Attributes
Inherited from:
Transaction
def
exec
:
F
[
Unit
]
Attributes
Inherited from:
Transaction
def
multi
:
F
[
Unit
]
Attributes
Inherited from:
Transaction
def
pipeline
[
A
](
fs
:
TxStore
[
F
,
String
,
A
]
=>
List
[
F
[
Unit
]]):
F
[
Map
[
String
,
A
]]
Attributes
Inherited from:
Pipelining
def
pipeline_
(
fs
:
List
[
F
[
Unit
]]):
F
[
Unit
]
Attributes
Inherited from:
Pipelining
def
transact
[
A
](
fs
:
TxStore
[
F
,
String
,
A
]
=>
List
[
F
[
Unit
]]):
F
[
Map
[
String
,
A
]]
Attributes
Inherited from:
HighLevelTx
def
transact_
(
fs
:
List
[
F
[
Unit
]]):
F
[
Unit
]
Attributes
Inherited from:
HighLevelTx
def
unwatch
:
F
[
Unit
]
Attributes
Inherited from:
Watcher
def
watch
(
keys
:
K
*):
F
[
Unit
]
Attributes
Inherited from:
Watcher