Class RedissonClusterConnection
- java.lang.Object
-
- org.springframework.data.redis.connection.AbstractRedisConnection
-
- org.redisson.spring.data.connection.RedissonConnection
-
- org.redisson.spring.data.connection.RedissonClusterConnection
-
- All Implemented Interfaces:
AutoCloseable,org.springframework.data.redis.connection.DefaultedRedisClusterConnection,org.springframework.data.redis.connection.DefaultedRedisConnection,org.springframework.data.redis.connection.RedisClusterCommands,org.springframework.data.redis.connection.RedisClusterConnection,org.springframework.data.redis.connection.RedisClusterServerCommands,org.springframework.data.redis.connection.RedisCommands,org.springframework.data.redis.connection.RedisConnection,org.springframework.data.redis.connection.RedisConnectionCommands,org.springframework.data.redis.connection.RedisGeoCommands,org.springframework.data.redis.connection.RedisHashCommands,org.springframework.data.redis.connection.RedisHyperLogLogCommands,org.springframework.data.redis.connection.RedisKeyCommands,org.springframework.data.redis.connection.RedisListCommands,org.springframework.data.redis.connection.RedisPubSubCommands,org.springframework.data.redis.connection.RedisScriptingCommands,org.springframework.data.redis.connection.RedisServerCommands,org.springframework.data.redis.connection.RedisSetCommands,org.springframework.data.redis.connection.RedisStreamCommands,org.springframework.data.redis.connection.RedisStringCommands,org.springframework.data.redis.connection.RedisTxCommands,org.springframework.data.redis.connection.RedisZSetCommands
public class RedissonClusterConnection extends RedissonConnection implements org.springframework.data.redis.connection.DefaultedRedisClusterConnection
- Author:
- Nikita Koksharov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.RedisClusterCommands
org.springframework.data.redis.connection.RedisClusterCommands.AddSlots
-
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.RedisGeoCommands
org.springframework.data.redis.connection.RedisGeoCommands.DistanceUnit, org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<T extends Object>, org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
-
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.RedisListCommands
org.springframework.data.redis.connection.RedisListCommands.Position
-
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.RedisServerCommands
org.springframework.data.redis.connection.RedisServerCommands.MigrateOption, org.springframework.data.redis.connection.RedisServerCommands.ShutdownOption
-
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.RedisStreamCommands
org.springframework.data.redis.connection.RedisStreamCommands.XAddOptions, org.springframework.data.redis.connection.RedisStreamCommands.XClaimOptions, org.springframework.data.redis.connection.RedisStreamCommands.XPendingOptions
-
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.RedisStringCommands
org.springframework.data.redis.connection.RedisStringCommands.BitOperation, org.springframework.data.redis.connection.RedisStringCommands.SetOption
-
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.RedisZSetCommands
org.springframework.data.redis.connection.RedisZSetCommands.Aggregate, org.springframework.data.redis.connection.RedisZSetCommands.Limit, org.springframework.data.redis.connection.RedisZSetCommands.Range, org.springframework.data.redis.connection.RedisZSetCommands.Tuple, org.springframework.data.redis.connection.RedisZSetCommands.Weights
-
-
Field Summary
-
Fields inherited from class org.redisson.spring.data.connection.RedissonConnection
redisson
-
-
Constructor Summary
Constructors Constructor Description RedissonClusterConnection(RedissonClient redisson)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbgReWriteAof(org.springframework.data.redis.connection.RedisClusterNode node)voidbgSave(org.springframework.data.redis.connection.RedisClusterNode node)voidclusterAddSlots(org.springframework.data.redis.connection.RedisClusterNode node, int... slots)voidclusterAddSlots(org.springframework.data.redis.connection.RedisClusterNode node, org.springframework.data.redis.connection.RedisClusterNode.SlotRange range)LongclusterCountKeysInSlot(int slot)voidclusterDeleteSlots(org.springframework.data.redis.connection.RedisClusterNode node, int... slots)voidclusterDeleteSlotsInRange(org.springframework.data.redis.connection.RedisClusterNode node, org.springframework.data.redis.connection.RedisClusterNode.SlotRange range)voidclusterForget(org.springframework.data.redis.connection.RedisClusterNode node)org.springframework.data.redis.connection.ClusterInfoclusterGetClusterInfo()List<byte[]>clusterGetKeysInSlot(int slot, Integer count)Map<org.springframework.data.redis.connection.RedisClusterNode,Collection<org.springframework.data.redis.connection.RedisClusterNode>>clusterGetMasterSlaveMap()org.springframework.data.redis.connection.RedisClusterNodeclusterGetNodeForKey(byte[] key)org.springframework.data.redis.connection.RedisClusterNodeclusterGetNodeForSlot(int slot)Iterable<org.springframework.data.redis.connection.RedisClusterNode>clusterGetNodes()Collection<org.springframework.data.redis.connection.RedisClusterNode>clusterGetSlaves(org.springframework.data.redis.connection.RedisClusterNode master)IntegerclusterGetSlotForKey(byte[] key)voidclusterMeet(org.springframework.data.redis.connection.RedisClusterNode node)voidclusterReplicate(org.springframework.data.redis.connection.RedisClusterNode master, org.springframework.data.redis.connection.RedisClusterNode slave)voidclusterSetSlot(org.springframework.data.redis.connection.RedisClusterNode node, int slot, org.springframework.data.redis.connection.RedisClusterCommands.AddSlots mode)protected List<Integer>convert(int... slots)LongdbSize(org.springframework.data.redis.connection.RedisClusterNode node)Longdel(byte[]... keys)voidflushAll(org.springframework.data.redis.connection.RedisClusterNode node)voidflushDb(org.springframework.data.redis.connection.RedisClusterNode node)List<org.springframework.data.redis.core.types.RedisClientInfo>getClientList(org.springframework.data.redis.connection.RedisClusterNode node)PropertiesgetConfig(org.springframework.data.redis.connection.RedisClusterNode node, String pattern)protected MasterSlaveEntrygetEntry(org.springframework.data.redis.connection.RedisClusterNode node)Propertiesinfo(org.springframework.data.redis.connection.RedisClusterNode node)Propertiesinfo(org.springframework.data.redis.connection.RedisClusterNode node, String section)Set<byte[]>keys(org.springframework.data.redis.connection.RedisClusterNode node, byte[] pattern)LonglastSave(org.springframework.data.redis.connection.RedisClusterNode node)List<byte[]>mGet(byte[]... keys)BooleanmSet(Map<byte[],byte[]> tuple)Stringping(org.springframework.data.redis.connection.RedisClusterNode node)byte[]randomKey(org.springframework.data.redis.connection.RedisClusterNode node)voidrename(byte[] oldName, byte[] newName)BooleanrenameNX(byte[] oldName, byte[] newName)voidresetConfigStats(org.springframework.data.redis.connection.RedisClusterNode node)voidsave(org.springframework.data.redis.connection.RedisClusterNode node)org.springframework.data.redis.core.Cursor<byte[]>scan(org.springframework.data.redis.connection.RedisClusterNode node, org.springframework.data.redis.core.ScanOptions options)voidsetConfig(org.springframework.data.redis.connection.RedisClusterNode node, String param, String value)voidshutdown(org.springframework.data.redis.connection.RedisClusterNode node)Longtime(org.springframework.data.redis.connection.RedisClusterNode node)-
Methods inherited from class org.redisson.spring.data.connection.RedissonConnection
append, bgReWriteAof, bgSave, bgWriteAof, bitCount, bitCount, bitField, bitOp, bitPos, bLPop, bRPop, bRPopLPush, close, closePipeline, convert, dbSize, decr, decrBy, discard, dump, echo, encodingOf, eval, evalSha, evalSha, exec, execute, exists, exists, expire, expireAt, filterResults, flushAll, flushDb, geoAdd, geoAdd, geoAdd, geoAdd, geoDist, geoDist, geoHash, geoPos, geoRadius, geoRadius, geoRadiusByMember, geoRadiusByMember, geoRadiusByMember, geoRemove, get, getBit, getClientList, getClientName, getConfig, getNativeConnection, getRange, getSet, getSubscription, hDel, hExists, hGet, hGetAll, hIncrBy, hIncrBy, hKeys, hLen, hMGet, hMSet, hScan, hSet, hSetNX, hStrLen, hVals, idletime, incr, incrBy, incrBy, indexCommand, info, info, isClosed, isPipelined, isPipelinedAtomic, isQueueing, isSubscribed, keys, killClient, lastSave, lIndex, lInsert, lLen, lPop, lPos, lPush, lPushX, lRange, lRem, lSet, lTrim, migrate, migrate, move, mSetNX, multi, openPipeline, persist, pExpire, pExpireAt, pfAdd, pfCount, pfMerge, ping, pSetEx, pSubscribe, pTtl, pTtl, publish, randomKey, refcount, resetConfigStats, resetConnection, restore, restore, rPop, rPopLPush, rPush, rPushX, sAdd, save, scan, sCard, scriptExists, scriptFlush, scriptKill, scriptLoad, sDiff, sDiffStore, select, set, set, setBit, setClientName, setConfig, setEx, setNX, setRange, shutdown, shutdown, sInter, sInterStore, sIsMember, slaveOf, slaveOfNoOne, sMembers, sMove, sort, sort, sPop, sPop, sRandMember, sRandMember, sRem, sScan, streamCommands, strLen, subscribe, sUnion, sUnionStore, sync, time, toCommand, touch, transform, ttl, ttl, type, unlink, unwatch, watch, zAdd, zAdd, zCard, zCount, zCount, zIncrBy, zInterStore, zInterStore, zRange, zRangeByLex, zRangeByLex, zRangeByLex, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeWithScores, zRank, zRem, zRemRange, zRemRangeByScore, zRemRangeByScore, zRevRange, zRevRangeByScore, zRevRangeByScore, zRevRangeByScore, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeWithScores, zRevRank, zScan, zScore, zUnionStore, zUnionStore
-
Methods inherited from class org.springframework.data.redis.connection.AbstractRedisConnection
getSentinelConnection, getSentinelConnection, hasRedisSentinelConfigured, isActive, setSentinelConfiguration
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
execute
-
Methods inherited from interface org.springframework.data.redis.connection.DefaultedRedisConnection
append, bgReWriteAof, bgSave, bgWriteAof, bitCount, bitCount, bitField, bitOp, bitPos, bLPop, bRPop, bRPopLPush, dbSize, decr, decrBy, dump, encodingOf, eval, evalSha, evalSha, exists, exists, expire, expireAt, flushAll, flushDb, geoAdd, geoAdd, geoAdd, geoDist, geoDist, geoHash, geoPos, geoRadius, geoRadius, geoRadiusByMember, geoRadiusByMember, geoRemove, get, getBit, getClientList, getClientName, getConfig, getRange, getSet, hDel, hExists, hGet, hGetAll, hIncrBy, hIncrBy, hKeys, hLen, hMGet, hMSet, hScan, hSet, hSetNX, hStrLen, hVals, idletime, incr, incrBy, incrBy, info, info, keys, killClient, lastSave, lIndex, lInsert, lLen, lPop, lPos, lPush, lPushX, lRange, lRem, lSet, lTrim, migrate, migrate, move, mSetNX, persist, pExpire, pExpireAt, pfAdd, pfCount, pfMerge, pSetEx, pTtl, pTtl, randomKey, refcount, resetConfigStats, restore, rPop, rPopLPush, rPush, rPushX, sAdd, save, scan, sCard, scriptExists, scriptFlush, scriptKill, scriptLoad, sDiff, sDiffStore, set, set, setBit, setClientName, setConfig, setEx, setNX, setRange, shutdown, shutdown, sInter, sInterStore, sIsMember, slaveOf, slaveOfNoOne, sMembers, sMove, sort, sort, sPop, sPop, sRandMember, sRandMember, sRem, sScan, strLen, sUnion, sUnionStore, time, touch, ttl, ttl, type, unlink, xAck, xAdd, xClaim, xClaimJustId, xDel, xGroupCreate, xGroupCreate, xGroupDelConsumer, xGroupDestroy, xInfo, xInfoConsumers, xInfoGroups, xLen, xPending, xPending, xRange, xRange, xRead, xRead, xReadGroup, xReadGroup, xRevRange, xRevRange, xTrim, xTrim, zAdd, zAdd, zCard, zCount, zCount, zIncrBy, zInterStore, zInterStore, zInterStore, zLexCount, zRange, zRangeByLex, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScoreWithScores, zRangeWithScores, zRank, zRem, zRemRange, zRemRangeByScore, zRemRangeByScore, zRevRange, zRevRangeByLex, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeWithScores, zRevRank, zScan, zScore, zUnionStore, zUnionStore, zUnionStore
-
Methods inherited from interface org.springframework.data.redis.connection.RedisClusterConnection
serverCommands
-
Methods inherited from interface org.springframework.data.redis.connection.RedisConnection
close, closePipeline, geoCommands, getNativeConnection, getSentinelConnection, hashCommands, hyperLogLogCommands, isClosed, isPipelined, isQueueing, keyCommands, listCommands, openPipeline, scriptingCommands, setCommands, streamCommands, stringCommands, zSetCommands
-
Methods inherited from interface org.springframework.data.redis.connection.RedisConnectionCommands
echo, ping, select
-
Methods inherited from interface org.springframework.data.redis.connection.RedisGeoCommands
geoAdd, geoRadiusByMember
-
Methods inherited from interface org.springframework.data.redis.connection.RedisPubSubCommands
getSubscription, isSubscribed, pSubscribe, publish, subscribe
-
Methods inherited from interface org.springframework.data.redis.connection.RedisStreamCommands
xAck, xAdd, xAdd, xClaim, xDel, xGroupDelConsumer, xPending, xPending, xPending, xPending, xPending
-
Methods inherited from interface org.springframework.data.redis.connection.RedisStringCommands
bitPos
-
Methods inherited from interface org.springframework.data.redis.connection.RedisTxCommands
discard, exec, multi, unwatch, watch
-
Methods inherited from interface org.springframework.data.redis.connection.RedisZSetCommands
zRangeByLex, zRangeByLex, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeByScoreWithScores, zRevRangeByLex, zRevRangeByLex, zRevRangeByScore, zRevRangeByScore, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores
-
-
-
-
Constructor Detail
-
RedissonClusterConnection
public RedissonClusterConnection(RedissonClient redisson)
-
-
Method Detail
-
clusterGetNodes
public Iterable<org.springframework.data.redis.connection.RedisClusterNode> clusterGetNodes()
- Specified by:
clusterGetNodesin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterGetSlaves
public Collection<org.springframework.data.redis.connection.RedisClusterNode> clusterGetSlaves(org.springframework.data.redis.connection.RedisClusterNode master)
- Specified by:
clusterGetSlavesin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterGetMasterSlaveMap
public Map<org.springframework.data.redis.connection.RedisClusterNode,Collection<org.springframework.data.redis.connection.RedisClusterNode>> clusterGetMasterSlaveMap()
- Specified by:
clusterGetMasterSlaveMapin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterGetSlotForKey
public Integer clusterGetSlotForKey(byte[] key)
- Specified by:
clusterGetSlotForKeyin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterGetNodeForSlot
public org.springframework.data.redis.connection.RedisClusterNode clusterGetNodeForSlot(int slot)
- Specified by:
clusterGetNodeForSlotin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterGetNodeForKey
public org.springframework.data.redis.connection.RedisClusterNode clusterGetNodeForKey(byte[] key)
- Specified by:
clusterGetNodeForKeyin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterGetClusterInfo
public org.springframework.data.redis.connection.ClusterInfo clusterGetClusterInfo()
- Specified by:
clusterGetClusterInfoin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterAddSlots
public void clusterAddSlots(org.springframework.data.redis.connection.RedisClusterNode node, int... slots)- Specified by:
clusterAddSlotsin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterAddSlots
public void clusterAddSlots(org.springframework.data.redis.connection.RedisClusterNode node, org.springframework.data.redis.connection.RedisClusterNode.SlotRange range)- Specified by:
clusterAddSlotsin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterCountKeysInSlot
public Long clusterCountKeysInSlot(int slot)
- Specified by:
clusterCountKeysInSlotin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterDeleteSlots
public void clusterDeleteSlots(org.springframework.data.redis.connection.RedisClusterNode node, int... slots)- Specified by:
clusterDeleteSlotsin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterDeleteSlotsInRange
public void clusterDeleteSlotsInRange(org.springframework.data.redis.connection.RedisClusterNode node, org.springframework.data.redis.connection.RedisClusterNode.SlotRange range)- Specified by:
clusterDeleteSlotsInRangein interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterForget
public void clusterForget(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
clusterForgetin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterMeet
public void clusterMeet(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
clusterMeetin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterSetSlot
public void clusterSetSlot(org.springframework.data.redis.connection.RedisClusterNode node, int slot, org.springframework.data.redis.connection.RedisClusterCommands.AddSlots mode)- Specified by:
clusterSetSlotin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterGetKeysInSlot
public List<byte[]> clusterGetKeysInSlot(int slot, Integer count)
- Specified by:
clusterGetKeysInSlotin interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
clusterReplicate
public void clusterReplicate(org.springframework.data.redis.connection.RedisClusterNode master, org.springframework.data.redis.connection.RedisClusterNode slave)- Specified by:
clusterReplicatein interfaceorg.springframework.data.redis.connection.RedisClusterCommands
-
ping
public String ping(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
pingin interfaceorg.springframework.data.redis.connection.RedisClusterConnection
-
bgReWriteAof
public void bgReWriteAof(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
bgReWriteAofin interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
bgReWriteAofin interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
bgSave
public void bgSave(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
bgSavein interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
bgSavein interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
lastSave
public Long lastSave(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
lastSavein interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
lastSavein interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
save
public void save(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
savein interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
savein interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
dbSize
public Long dbSize(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
dbSizein interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
dbSizein interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
getEntry
protected MasterSlaveEntry getEntry(org.springframework.data.redis.connection.RedisClusterNode node)
-
flushDb
public void flushDb(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
flushDbin interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
flushDbin interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
flushAll
public void flushAll(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
flushAllin interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
flushAllin interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
info
public Properties info(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
infoin interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
infoin interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
info
public Properties info(org.springframework.data.redis.connection.RedisClusterNode node, String section)
- Specified by:
infoin interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
infoin interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
keys
public Set<byte[]> keys(org.springframework.data.redis.connection.RedisClusterNode node, byte[] pattern)
- Specified by:
keysin interfaceorg.springframework.data.redis.connection.RedisClusterConnection
-
randomKey
public byte[] randomKey(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
randomKeyin interfaceorg.springframework.data.redis.connection.RedisClusterConnection
-
shutdown
public void shutdown(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
shutdownin interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
shutdownin interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
getConfig
public Properties getConfig(org.springframework.data.redis.connection.RedisClusterNode node, String pattern)
- Specified by:
getConfigin interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
getConfigin interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
setConfig
public void setConfig(org.springframework.data.redis.connection.RedisClusterNode node, String param, String value)- Specified by:
setConfigin interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
setConfigin interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
resetConfigStats
public void resetConfigStats(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
resetConfigStatsin interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
resetConfigStatsin interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
time
public Long time(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
timein interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
timein interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
getClientList
public List<org.springframework.data.redis.core.types.RedisClientInfo> getClientList(org.springframework.data.redis.connection.RedisClusterNode node)
- Specified by:
getClientListin interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
getClientListin interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
scan
public org.springframework.data.redis.core.Cursor<byte[]> scan(org.springframework.data.redis.connection.RedisClusterNode node, org.springframework.data.redis.core.ScanOptions options)- Specified by:
scanin interfaceorg.springframework.data.redis.connection.RedisClusterConnection
-
rename
public void rename(byte[] oldName, byte[] newName)- Specified by:
renamein interfaceorg.springframework.data.redis.connection.DefaultedRedisConnection- Specified by:
renamein interfaceorg.springframework.data.redis.connection.RedisKeyCommands- Overrides:
renamein classRedissonConnection
-
renameNX
public Boolean renameNX(byte[] oldName, byte[] newName)
- Specified by:
renameNXin interfaceorg.springframework.data.redis.connection.DefaultedRedisConnection- Specified by:
renameNXin interfaceorg.springframework.data.redis.connection.RedisKeyCommands- Overrides:
renameNXin classRedissonConnection
-
del
public Long del(byte[]... keys)
- Specified by:
delin interfaceorg.springframework.data.redis.connection.DefaultedRedisConnection- Specified by:
delin interfaceorg.springframework.data.redis.connection.RedisKeyCommands- Overrides:
delin classRedissonConnection
-
mGet
public List<byte[]> mGet(byte[]... keys)
- Specified by:
mGetin interfaceorg.springframework.data.redis.connection.DefaultedRedisConnection- Specified by:
mGetin interfaceorg.springframework.data.redis.connection.RedisStringCommands- Overrides:
mGetin classRedissonConnection
-
mSet
public Boolean mSet(Map<byte[],byte[]> tuple)
- Specified by:
mSetin interfaceorg.springframework.data.redis.connection.DefaultedRedisConnection- Specified by:
mSetin interfaceorg.springframework.data.redis.connection.RedisStringCommands- Overrides:
mSetin classRedissonConnection
-
-