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
/
GeoCommands
GeoCommands
dev.profunktor.redis4cats.algebra.GeoCommands
trait
GeoCommands
[
F
[
_
],
K
,
V
]
extends
GeoGetter
[
F
,
K
,
V
]
with
GeoSetter
[
F
,
K
,
V
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
GeoSetter
[
F
,
K
,
V
]
trait
GeoGetter
[
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
geoAdd
(
key
:
K
,
geoValues
:
GeoLocation
[
V
]*):
F
[
Unit
]
Attributes
Inherited from:
GeoSetter
def
geoDist
(
key
:
K
,
from
:
V
,
to
:
V
,
unit
:
Unit
):
F
[
Double
]
Attributes
Inherited from:
GeoGetter
def
geoHash
(
key
:
K
,
values
:
V
*):
F
[
List
[
Option
[
String
]]]
Attributes
Inherited from:
GeoGetter
def
geoPos
(
key
:
K
,
values
:
V
*):
F
[
List
[
GeoCoordinate
]]
Attributes
Inherited from:
GeoGetter
def
geoRadius
(
key
:
K
,
geoRadius
:
GeoRadius
,
unit
:
Unit
,
storage
:
GeoRadiusDistStorage
[
K
]):
F
[
Unit
]
Attributes
Inherited from:
GeoSetter
def
geoRadius
(
key
:
K
,
geoRadius
:
GeoRadius
,
unit
:
Unit
,
storage
:
GeoRadiusKeyStorage
[
K
]):
F
[
Unit
]
Attributes
Inherited from:
GeoSetter
def
geoRadius
(
key
:
K
,
geoRadius
:
GeoRadius
,
unit
:
Unit
,
args
:
GeoArgs
):
F
[
List
[
GeoRadiusResult
[
V
]]]
Attributes
Inherited from:
GeoGetter
def
geoRadius
(
key
:
K
,
geoRadius
:
GeoRadius
,
unit
:
Unit
):
F
[
Set
[
V
]]
Attributes
Inherited from:
GeoGetter
def
geoRadiusByMember
(
key
:
K
,
value
:
V
,
dist
:
Distance
,
unit
:
Unit
,
storage
:
GeoRadiusDistStorage
[
K
]):
F
[
Unit
]
Attributes
Inherited from:
GeoSetter
def
geoRadiusByMember
(
key
:
K
,
value
:
V
,
dist
:
Distance
,
unit
:
Unit
,
storage
:
GeoRadiusKeyStorage
[
K
]):
F
[
Unit
]
Attributes
Inherited from:
GeoSetter
def
geoRadiusByMember
(
key
:
K
,
value
:
V
,
dist
:
Distance
,
unit
:
Unit
,
args
:
GeoArgs
):
F
[
List
[
GeoRadiusResult
[
V
]]]
Attributes
Inherited from:
GeoGetter
def
geoRadiusByMember
(
key
:
K
,
value
:
V
,
dist
:
Distance
,
unit
:
Unit
):
F
[
Set
[
V
]]
Attributes
Inherited from:
GeoGetter