クラス ReactiveRedisConnection.KeyCommand

java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
実装済みのインターフェース一覧:
ReactiveRedisConnection.Command
既知の直属サブクラス
ReactiveGeoCommands.GeoAddCommand, ReactiveGeoCommands.GeoDistCommand, ReactiveGeoCommands.GeoHashCommand, ReactiveGeoCommands.GeoPosCommand, ReactiveGeoCommands.GeoRadiusByMemberCommand, ReactiveGeoCommands.GeoRadiusCommand, ReactiveGeoCommands.GeoSearchCommand, ReactiveGeoCommands.GeoSearchStoreCommand, ReactiveHashCommands.HashFieldsCommand, ReactiveHashCommands.HExistsCommand, ReactiveHashCommands.HRandFieldCommand, ReactiveHashCommands.HSetCommand, ReactiveHashCommands.HSetExCommand, 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
含まれているインターフェース:
ReactiveRedisConnection

public static class ReactiveRedisConnection.KeyCommand extends ObjectSE implements ReactiveRedisConnection.Command
キーバインド操作用の ReactiveRedisConnection.Command
導入:
2.0
作成者:
Christoph Strobl