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.AddSlotsNested 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>, org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgsNested classes/interfaces inherited from interface org.springframework.data.redis.connection.RedisListCommands
org.springframework.data.redis.connection.RedisListCommands.PositionNested classes/interfaces inherited from interface org.springframework.data.redis.connection.RedisServerCommands
org.springframework.data.redis.connection.RedisServerCommands.MigrateOption, org.springframework.data.redis.connection.RedisServerCommands.ShutdownOptionNested 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.XPendingOptionsNested classes/interfaces inherited from interface org.springframework.data.redis.connection.RedisStringCommands
org.springframework.data.redis.connection.RedisStringCommands.BitOperation, org.springframework.data.redis.connection.RedisStringCommands.SetOptionNested 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, org.springframework.data.redis.connection.RedisZSetCommands.ZAddArgs -
Field Summary
Fields inherited from class org.redisson.spring.data.connection.RedissonConnection
redisson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbgReWriteAof(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) clusterCountKeysInSlot(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.ClusterInfoList<byte[]> clusterGetKeysInSlot(int slot, Integer count) Map<org.springframework.data.redis.connection.RedisClusterNode, Collection<org.springframework.data.redis.connection.RedisClusterNode>> org.springframework.data.redis.connection.RedisClusterNodeclusterGetNodeForKey(byte[] key) org.springframework.data.redis.connection.RedisClusterNodeclusterGetNodeForSlot(int slot) Iterable<org.springframework.data.redis.connection.RedisClusterNode> Collection<org.springframework.data.redis.connection.RedisClusterNode> clusterGetSlaves(org.springframework.data.redis.connection.RedisClusterNode master) clusterGetSlotForKey(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) convert(int... slots) dbSize(org.springframework.data.redis.connection.RedisClusterNode node) del(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) protected RedisClientgetEntry(org.springframework.data.redis.connection.RedisClusterNode node) info(org.springframework.data.redis.connection.RedisClusterNode node) Set<byte[]> keys(org.springframework.data.redis.connection.RedisClusterNode node, byte[] pattern) lastSave(org.springframework.data.redis.connection.RedisClusterNode node) List<byte[]> mGet(byte[]... keys) ping(org.springframework.data.redis.connection.RedisClusterNode node) byte[]randomKey(org.springframework.data.redis.connection.RedisClusterNode node) voidrename(byte[] oldName, byte[] newName) renameNX(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) time(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, rewriteConfig, 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, zLexCount, zRange, zRangeByLex, zRangeByLex, zRangeByLex, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeWithScores, zRank, zRem, zRemRange, zRemRangeByLex, zRemRangeByScore, zRemRangeByScore, zRevRange, zRevRangeByLex, zRevRangeByScore, zRevRangeByScore, zRevRangeByScore, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeWithScores, zRevRank, zScan, zScore, zUnionStore, zUnionStoreMethods inherited from class org.springframework.data.redis.connection.AbstractRedisConnection
getSentinelConnection, getSentinelConnection, hasRedisSentinelConfigured, isActive, setSentinelConfigurationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
execute, rewriteConfig, timeMethods 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, rewriteConfig, 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, 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, zRemRangeByLex, zRemRangeByScore, zRemRangeByScore, zRevRange, zRevRangeByLex, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeWithScores, zRevRank, zScan, zScore, zUnionStore, zUnionStore, zUnionStoreMethods inherited from interface org.springframework.data.redis.connection.RedisClusterConnection
serverCommandsMethods inherited from interface org.springframework.data.redis.connection.RedisCommands
executeMethods 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, zSetCommandsMethods inherited from interface org.springframework.data.redis.connection.RedisConnectionCommands
echo, ping, selectMethods inherited from interface org.springframework.data.redis.connection.RedisGeoCommands
geoAdd, geoRadiusByMemberMethods inherited from interface org.springframework.data.redis.connection.RedisKeyCommands
restoreMethods inherited from interface org.springframework.data.redis.connection.RedisListCommands
lPosMethods inherited from interface org.springframework.data.redis.connection.RedisPubSubCommands
getSubscription, isSubscribed, pSubscribe, publish, subscribeMethods inherited from interface org.springframework.data.redis.connection.RedisStreamCommands
xAck, xAdd, xAdd, xClaim, xDel, xGroupDelConsumer, xPending, xPending, xPending, xPending, xPendingMethods inherited from interface org.springframework.data.redis.connection.RedisStringCommands
bitPosMethods inherited from interface org.springframework.data.redis.connection.RedisTxCommands
discard, exec, multi, unwatch, watchMethods inherited from interface org.springframework.data.redis.connection.RedisZSetCommands
zAdd, zAdd, zRangeByLex, zRangeByLex, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeByScoreWithScores, zRevRangeByLex, zRevRangeByLex, zRevRangeByScore, zRevRangeByScore, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores
-
Constructor Details
-
RedissonClusterConnection
-
-
Method Details
-
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
- 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
-
convert
-
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
- 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
- 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
- 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
- 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
- Specified by:
dbSizein interfaceorg.springframework.data.redis.connection.DefaultedRedisClusterConnection- Specified by:
dbSizein interfaceorg.springframework.data.redis.connection.RedisClusterServerCommands
-
getEntry
-
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
- 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
- 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
- Specified by:
renameNXin interfaceorg.springframework.data.redis.connection.DefaultedRedisConnection- Specified by:
renameNXin interfaceorg.springframework.data.redis.connection.RedisKeyCommands- Overrides:
renameNXin classRedissonConnection
-
del
- Specified by:
delin interfaceorg.springframework.data.redis.connection.DefaultedRedisConnection- Specified by:
delin interfaceorg.springframework.data.redis.connection.RedisKeyCommands- Overrides:
delin classRedissonConnection
-
mGet
- Specified by:
mGetin interfaceorg.springframework.data.redis.connection.DefaultedRedisConnection- Specified by:
mGetin interfaceorg.springframework.data.redis.connection.RedisStringCommands- Overrides:
mGetin classRedissonConnection
-
mSet
- Specified by:
mSetin interfaceorg.springframework.data.redis.connection.DefaultedRedisConnection- Specified by:
mSetin interfaceorg.springframework.data.redis.connection.RedisStringCommands- Overrides:
mSetin classRedissonConnection
-