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
/
SortedSetSetter
SortedSetSetter
trait
SortedSetSetter
[F[_], K, V]
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
trait
SortedSetCommands
[
F
,
K
,
V
]
trait
RedisCommands
[
F
,
K
,
V
]
Value members
Value members
Methods
def
zAdd
(key:
K
, args:
Option
[
ZAddArgs
], values:
ScoreWithValue
[
V
]*):
F
[
Long
]
def
zAddIncr
(key:
K
, args:
Option
[
ZAddArgs
], value:
ScoreWithValue
[
V
]):
F
[
Double
]
def
zIncrBy
(key:
K
, member:
V
, amount:
Double
):
F
[
Double
]
def
zInterStore
(destination:
K
, args:
Option
[
ZStoreArgs
], keys:
K
*):
F
[
Long
]
def
zRem
(key:
K
, values:
V
*):
F
[
Long
]
def
zRemRangeByLex
(key:
K
, range:
ZRange
[
V
]):
F
[
Long
]
def
zRemRangeByRank
(key:
K
, start:
Long
, stop:
Long
):
F
[
Long
]
def
zRemRangeByScore
[T](key:
K
, range:
ZRange
[T])(`evidence$6`:
Numeric
[
T
]):
F
[
Long
]
def
zUnionStore
(destination:
K
, args:
Option
[
ZStoreArgs
], keys:
K
*):
F
[
Long
]