lettucef-core
lettucef-core
dev.naoh.lettucef.api
Commands
LettuceF
ShutdownConfig
ShutdownConfig
dev.naoh.lettucef.api.commands
AclCommandsF
BaseCommandsF
ClusterCommandsF
EvalScriptingCommandsF
GeoCommandsF
HLLCommandsF
HashCommandsF
KeyCommandsF
ListCommandsF
ScriptingCommandsF
SentinelCommandsF
ServerCommandsF
SetCommandsF
SortedSetCommandsF
StreamCommandsF
StringCommandsF
TransactionCommandsF
dev.naoh.lettucef.api.models
RedisData
RedisData
RedisArray
RedisBoolean
RedisBulk
RedisDouble
RedisError
RedisInteger
RedisNull
RedisString
RedisRange
RedisRange
Boundary
Exclusive
Inclusive
Unbounded
Boundary
RedisScanCursor
RedisScanCursor
dev.naoh.lettucef.api.models.geo
GeoWithin
GeoWithin
dev.naoh.lettucef.api.models.pubsub
RedisPushed
RedisPushed
Message
PMessage
PSubscribed
PUnsubscribed
Subscribed
Unsubscribed
dev.naoh.lettucef.api.models.stream
ClaimedMessages
ClaimedMessages
PendingMessage
PendingMessage
PendingMessages
PendingMessages
StreamMessage
StreamMessage
dev.naoh.lettucef.core
CommonConnectionF
MasterReplicaRedisConnectionF
RedisAsyncCommandsF
RedisClientF
RedisClusterAsyncCommandsF
RedisClusterClientF
RedisClusterConnectionF
RedisClusterSyncCommandsF
RedisConnectionF
RedisPubSubF
RedisPubSubF
RedisSentinelCommandsF
RedisSyncCommandsF
dev.naoh.lettucef.core.async
AclCommands
BaseCommands
ClusterCommands
GeoCommands
HLLCommands
HashCommands
KeyCommands
ListCommands
ScriptingCommands
SentinelCommands
ServerCommands
SetCommands
SortedSetCommands
StreamCommands
StringCommands
TransactionCommands
dev.naoh.lettucef.core.commands
CommandsDeps
dev.naoh.lettucef.core.sync
AclCommands
BaseCommands
ClusterCommands
GeoCommands
HLLCommands
HashCommands
KeyCommands
ListCommands
ScriptingCommands
SentinelCommands
ServerCommands
SetCommands
SortedSetCommands
StreamCommands
StringCommands
TransactionCommands
dev.naoh.lettucef.core.util
JavaFutureUtil
LettuceValueConverter
ManualDispatchHelper
RedisDataOutput
lettucef-core
/
dev.naoh.lettucef.api.commands
/
ClusterCommandsF
ClusterCommandsF
trait
ClusterCommandsF
[
F
[
_
],
K
,
V
]
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
trait
ClusterCommands
[
F
,
K
,
V
]
class
RedisClusterAsyncCommandsF
[
F
,
K
,
V
]
trait
ClusterCommands
[
F
,
K
,
V
]
class
RedisClusterSyncCommandsF
[
F
,
K
,
V
]
Value members
Value members
Abstract methods
def
asking
():
F
[
String
]
def
auth
(
password:
CharSequence
):
F
[
String
]
def
auth
(
username:
String
,
password:
CharSequence
):
F
[
String
]
def
clusterAddSlots
(
slots:
Int
*):
F
[
String
]
def
clusterAddSlotsRange
(
ranges:
RedisRange
[
Integer
]*):
F
[
String
]
def
clusterBumpepoch
():
F
[
String
]
def
clusterCountFailureReports
(
nodeId:
String
):
F
[
Long
]
def
clusterCountKeysInSlot
(
slot:
Int
):
F
[
Long
]
def
clusterDelSlots
(
slots:
Int
*):
F
[
String
]
def
clusterDelSlotsRange
(
ranges:
RedisRange
[
Integer
]*):
F
[
String
]
def
clusterFailover
(
force:
Boolean
):
F
[
String
]
def
clusterFlushslots
():
F
[
String
]
def
clusterForget
(
nodeId:
String
):
F
[
String
]
def
clusterGetKeysInSlot
(
slot:
Int
,
count:
Int
):
F
[
Seq
[
K
]]
def
clusterInfo
():
F
[
String
]
def
clusterKeyslot
(
key:
K
):
F
[
Long
]
def
clusterMeet
(
ip:
String
,
port:
Int
):
F
[
String
]
def
clusterMyId
():
F
[
String
]
def
clusterNodes
():
F
[
String
]
def
clusterReplicas
(
nodeId:
String
):
F
[
Seq
[
String
]]
def
clusterReplicate
(
nodeId:
String
):
F
[
String
]
def
clusterReset
(
hard:
Boolean
):
F
[
String
]
def
clusterSaveconfig
():
F
[
String
]
def
clusterSetConfigEpoch
(
configEpoch:
Long
):
F
[
String
]
def
clusterSetSlotImporting
(
slot:
Int
,
nodeId:
String
):
F
[
String
]
def
clusterSetSlotMigrating
(
slot:
Int
,
nodeId:
String
):
F
[
String
]
def
clusterSetSlotNode
(
slot:
Int
,
nodeId:
String
):
F
[
String
]
def
clusterSetSlotStable
(
slot:
Int
):
F
[
String
]
def
clusterShards
():
F
[
List
[
RedisData
[
V
]]]
def
clusterSlots
():
F
[
List
[
RedisData
[
V
]]]