Class ReactiveRedisConnection.KeyCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Direct Known Subclasses:
ReactiveGeoCommands.GeoAddCommand
,ReactiveGeoCommands.GeoDistCommand
,ReactiveGeoCommands.GeoHashCommand
,ReactiveGeoCommands.GeoPosCommand
,ReactiveGeoCommands.GeoRadiusByMemberCommand
,ReactiveGeoCommands.GeoRadiusCommand
,ReactiveGeoCommands.GeoSearchCommand
,ReactiveGeoCommands.GeoSearchStoreCommand
,ReactiveHashCommands.HDelCommand
,ReactiveHashCommands.HExistsCommand
,ReactiveHashCommands.HGetCommand
,ReactiveHashCommands.HRandFieldCommand
,ReactiveHashCommands.HSetCommand
,ReactiveHashCommands.HStrLenCommand
,ReactiveHyperLogLogCommands.PfAddCommand
,ReactiveHyperLogLogCommands.PfMergeCommand
,ReactiveKeyCommands.CopyCommand
,ReactiveKeyCommands.ExpireAtCommand
,ReactiveKeyCommands.ExpireCommand
,ReactiveKeyCommands.MoveCommand
,ReactiveKeyCommands.RenameCommand
,ReactiveListCommands.BRPopLPushCommand
,ReactiveListCommands.LIndexCommand
,ReactiveListCommands.LInsertCommand
,ReactiveListCommands.LMoveCommand
,ReactiveListCommands.LPosCommand
,ReactiveListCommands.LRemCommand
,ReactiveListCommands.LSetCommand
,ReactiveListCommands.PopCommand
,ReactiveListCommands.PushCommand
,ReactiveListCommands.RPopLPushCommand
,ReactiveNumberCommands.DecrByCommand
,ReactiveNumberCommands.HIncrByCommand
,ReactiveNumberCommands.IncrByCommand
,ReactiveRedisConnection.KeyScanCommand
,ReactiveRedisConnection.RangeCommand
,ReactiveSetCommands.SAddCommand
,ReactiveSetCommands.SDiffStoreCommand
,ReactiveSetCommands.SInterStoreCommand
,ReactiveSetCommands.SIsMemberCommand
,ReactiveSetCommands.SMIsMemberCommand
,ReactiveSetCommands.SMoveCommand
,ReactiveSetCommands.SPopCommand
,ReactiveSetCommands.SRandMembersCommand
,ReactiveSetCommands.SRemCommand
,ReactiveSetCommands.SUnionStoreCommand
,ReactiveStreamCommands.AcknowledgeCommand
,ReactiveStreamCommands.AddStreamRecord
,ReactiveStreamCommands.DeleteCommand
,ReactiveStreamCommands.GroupCommand
,ReactiveStreamCommands.PendingRecordsCommand
,ReactiveStreamCommands.RangeCommand
,ReactiveStreamCommands.TrimCommand
,ReactiveStreamCommands.XClaimCommand
,ReactiveStreamCommands.XInfoCommand
,ReactiveStringCommands.AppendCommand
,ReactiveStringCommands.BitCountCommand
,ReactiveStringCommands.BitFieldCommand
,ReactiveStringCommands.BitPosCommand
,ReactiveStringCommands.GetBitCommand
,ReactiveStringCommands.GetExCommand
,ReactiveStringCommands.SetBitCommand
,ReactiveStringCommands.SetCommand
,ReactiveStringCommands.SetRangeCommand
,ReactiveZSetCommands.BZPopCommand
,ReactiveZSetCommands.ZAddCommand
,ReactiveZSetCommands.ZAggregateStoreCommand
,ReactiveZSetCommands.ZCountCommand
,ReactiveZSetCommands.ZDiffStoreCommand
,ReactiveZSetCommands.ZIncrByCommand
,ReactiveZSetCommands.ZLexCountCommand
,ReactiveZSetCommands.ZMScoreCommand
,ReactiveZSetCommands.ZPopCommand
,ReactiveZSetCommands.ZRandMemberCommand
,ReactiveZSetCommands.ZRangeByLexCommand
,ReactiveZSetCommands.ZRangeByScoreCommand
,ReactiveZSetCommands.ZRangeCommand
,ReactiveZSetCommands.ZRangeStoreCommand
,ReactiveZSetCommands.ZRankCommand
,ReactiveZSetCommands.ZRemCommand
,ReactiveZSetCommands.ZRemRangeByLexCommand
,ReactiveZSetCommands.ZRemRangeByRankCommand
,ReactiveZSetCommands.ZRemRangeByScoreCommand
,ReactiveZSetCommands.ZScoreCommand
- Enclosing interface:
- ReactiveRedisConnection
public static class ReactiveRedisConnection.KeyCommand
extends Object
implements ReactiveRedisConnection.Command
ReactiveRedisConnection.Command
for key-bound operations.- Author:
- Christoph Strobl
-
Constructor Summary
ConstructorDescriptionKeyCommand
(ByteBuffer key) Creates a newReactiveRedisConnection.KeyCommand
given akey
. -
Method Summary
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.ReactiveRedisConnection.Command
getName
-
Constructor Details
-
KeyCommand
Creates a newReactiveRedisConnection.KeyCommand
given akey
.- Parameters:
key
- can be null.
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceReactiveRedisConnection.Command
- Returns:
- the key related to this command.
-