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
/
effects
effects
object
effects
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Type members
Type members
Classlikes
final case
class
Distance
(value:
Double
) extends
AnyVal
final case
class
GeoCoordinate
(x:
Double
, y:
Double
)
final case
class
GeoHash
(value:
Long
) extends
AnyVal
final case
class
GeoLocation
[V](lon:
Longitude
, lat:
Latitude
, value:
V
)
final case
class
GeoRadius
(lon:
Longitude
, lat:
Latitude
, dist:
Distance
)
final case
class
GeoRadiusDistStorage
[K](key:
K
, count:
Long
, sort:
Sort
)
final case
class
GeoRadiusKeyStorage
[K](key:
K
, count:
Long
, sort:
Sort
)
final case
class
GeoRadiusResult
[V](value:
V
, dist:
Distance
, hash:
GeoHash
, coordinate:
GeoCoordinate
)
final case
class
Latitude
(value:
Double
) extends
AnyVal
final case
class
Longitude
(value:
Double
) extends
AnyVal
final case
class
RangeLimit
(offset:
Long
, count:
Long
)
case
class
ScanArgs
(`match`:
Option
[
String
], count:
Option
[
Long
])
Companion
object
object
ScanArgs
Companion
class
final case
class
Score
(value:
Double
) extends
AnyVal
final case
class
ScoreWithValue
[V](score:
Score
, value:
V
)
sealed
trait
ScriptOutputType
[V]
Companion
object
object
ScriptOutputType
Companion
class
sealed
trait
SetArg
Companion
object
object
SetArg
Companion
class
case
class
SetArgs
(existence:
Option
[
Existence
], ttl:
Option
[
Ttl
])
Companion
object
object
SetArgs
Companion
class
final case
class
ZRange
[V](start:
V
, end:
V
)