Interface ReactiveRedisConnection.Command

All Known Implementing Classes:
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.PfCountCommand, ReactiveHyperLogLogCommands.PfMergeCommand, ReactiveKeyCommands.CopyCommand, ReactiveKeyCommands.ExpireAtCommand, ReactiveKeyCommands.ExpireCommand, ReactiveKeyCommands.MoveCommand, ReactiveKeyCommands.RenameCommand, ReactiveListCommands.BLMoveCommand, ReactiveListCommands.BPopCommand, 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.KeyCommand, ReactiveRedisConnection.KeyScanCommand, ReactiveRedisConnection.RangeCommand, ReactiveSetCommands.SAddCommand, ReactiveSetCommands.SDiffCommand, ReactiveSetCommands.SDiffStoreCommand, ReactiveSetCommands.SInterCommand, ReactiveSetCommands.SInterStoreCommand, ReactiveSetCommands.SIsMemberCommand, ReactiveSetCommands.SMIsMemberCommand, ReactiveSetCommands.SMoveCommand, ReactiveSetCommands.SPopCommand, ReactiveSetCommands.SRandMembersCommand, ReactiveSetCommands.SRemCommand, ReactiveSetCommands.SUnionCommand, 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.MSetCommand, ReactiveStringCommands.SetBitCommand, ReactiveStringCommands.SetCommand, ReactiveStringCommands.SetRangeCommand, ReactiveZSetCommands.BZPopCommand, ReactiveZSetCommands.ZAddCommand, ReactiveZSetCommands.ZAggregateCommand, ReactiveZSetCommands.ZAggregateStoreCommand, ReactiveZSetCommands.ZCountCommand, ReactiveZSetCommands.ZDiffCommand, ReactiveZSetCommands.ZDiffStoreCommand, ReactiveZSetCommands.ZIncrByCommand, ReactiveZSetCommands.ZInterStoreCommand, 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, ReactiveZSetCommands.ZUnionStoreCommand
Enclosing interface:
ReactiveRedisConnection

public static interface ReactiveRedisConnection.Command
Base interface for Redis commands executed with a reactive infrastructure.
Author:
Christoph Strobl, Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default String
     
  • Method Details