Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReactiveGeoCommands.GeoAddCommand
GEOADD command parameters. |
static class |
ReactiveGeoCommands.GeoDistCommand
GEODIST command parameters. |
static class |
ReactiveGeoCommands.GeoHashCommand
GEOHASH command parameters. |
static class |
ReactiveGeoCommands.GeoPosCommand
GEOPOS command parameters. |
static class |
ReactiveGeoCommands.GeoRadiusByMemberCommand
GEORADIUSBYMEMBER command parameters. |
static class |
ReactiveGeoCommands.GeoRadiusCommand
GEORADIUS command parameters. |
static class |
ReactiveGeoCommands.GeoSearchCommand
GEOSEARCH command parameters. |
static class |
ReactiveGeoCommands.GeoSearchStoreCommand
GEOSEARCHSTORE command parameters. |
static class |
ReactiveHashCommands.HDelCommand |
static class |
ReactiveHashCommands.HExistsCommand
HEXISTS
ReactiveRedisConnection.Command . |
static class |
ReactiveHashCommands.HGetCommand
|
static class |
ReactiveHashCommands.HRandFieldCommand
HRANDFIELD
ReactiveRedisConnection.Command . |
static class |
ReactiveHashCommands.HSetCommand
|
static class |
ReactiveHashCommands.HStrLenCommand |
static class |
ReactiveHyperLogLogCommands.PfAddCommand
PFADD command parameters. |
static class |
ReactiveHyperLogLogCommands.PfCountCommand
PFCOUNT command parameters. |
static class |
ReactiveHyperLogLogCommands.PfMergeCommand
PFMERGE command parameters. |
static class |
ReactiveKeyCommands.CopyCommand
MOVE command parameters. |
static class |
ReactiveKeyCommands.ExpireAtCommand
EXPIREAT /PEXPIREAT command parameters. |
static class |
ReactiveKeyCommands.ExpireCommand
EXPIRE /PEXPIRE command parameters. |
static class |
ReactiveKeyCommands.MoveCommand
MOVE command parameters. |
static class |
ReactiveKeyCommands.RenameCommand
RENAME command parameters. |
static class |
ReactiveListCommands.BLMoveCommand
BLMOVE command parameters. |
static class |
ReactiveListCommands.BPopCommand |
static class |
ReactiveListCommands.BRPopLPushCommand
BRPOPLPUSH command parameters. |
static class |
ReactiveListCommands.LIndexCommand
LINDEX command parameters. |
static class |
ReactiveListCommands.LInsertCommand
LINSERT command parameters. |
static class |
ReactiveListCommands.LMoveCommand
LMOVE command parameters. |
static class |
ReactiveListCommands.LPosCommand
LPOS command parameters. |
static class |
ReactiveListCommands.LRemCommand
LREM command parameters. |
static class |
ReactiveListCommands.LSetCommand
LSET command parameters. |
static class |
ReactiveListCommands.PopCommand
LPOP /RPOP command parameters. |
static class |
ReactiveListCommands.PushCommand
LPUSH /RPUSH command parameters. |
static class |
ReactiveListCommands.RPopLPushCommand
RPOPLPUSH command parameters. |
static class |
ReactiveNumberCommands.DecrByCommand<T extends Number>
DECRBY command parameters. |
static class |
ReactiveNumberCommands.HIncrByCommand<T extends Number>
HINCRBY command parameters. |
static class |
ReactiveNumberCommands.IncrByCommand<T extends Number>
INCRBY command parameters. |
static class |
ReactiveRedisConnection.KeyCommand
ReactiveRedisConnection.Command for key-bound operations. |
static class |
ReactiveRedisConnection.KeyScanCommand
|
static class |
ReactiveRedisConnection.RangeCommand |
static class |
ReactiveSetCommands.SAddCommand
SADD command parameters. |
static class |
ReactiveSetCommands.SDiffCommand
SDIFF command parameters. |
static class |
ReactiveSetCommands.SDiffStoreCommand
SDIFFSTORE command parameters. |
static class |
ReactiveSetCommands.SInterCommand
SINTER command parameters. |
static class |
ReactiveSetCommands.SInterStoreCommand
SINTERSTORE command parameters. |
static class |
ReactiveSetCommands.SIsMemberCommand
SISMEMBER command parameters. |
static class |
ReactiveSetCommands.SMIsMemberCommand
SMISMEMBER command parameters. |
static class |
ReactiveSetCommands.SMoveCommand
SMOVE command parameters. |
static class |
ReactiveSetCommands.SPopCommand
SPOP command parameters. |
static class |
ReactiveSetCommands.SRandMembersCommand
SRANDMEMBER command parameters. |
static class |
ReactiveSetCommands.SRemCommand
SREM command parameters. |
static class |
ReactiveSetCommands.SUnionCommand
SUNION command parameters. |
static class |
ReactiveSetCommands.SUnionStoreCommand
SUNIONSTORE command parameters. |
static class |
ReactiveStreamCommands.AcknowledgeCommand
XACK command parameters. |
static class |
ReactiveStreamCommands.AddStreamRecord
XADD command parameters. |
static class |
ReactiveStreamCommands.DeleteCommand
XDEL command parameters. |
static class |
ReactiveStreamCommands.GroupCommand |
static class |
ReactiveStreamCommands.PendingRecordsCommand
Value Object holding parameters for obtaining pending messages.
|
static class |
ReactiveStreamCommands.RangeCommand
XRANGE /XREVRANGE command parameters. |
static class |
ReactiveStreamCommands.TrimCommand
XTRIM command parameters. |
static class |
ReactiveStreamCommands.XClaimCommand
XCLAIM command parameters. |
static class |
ReactiveStreamCommands.XInfoCommand |
static class |
ReactiveStringCommands.AppendCommand
APPEND command parameters. |
static class |
ReactiveStringCommands.BitCountCommand
BITCOUNT command parameters. |
static class |
ReactiveStringCommands.BitFieldCommand
BITFIELD command parameters. |
static class |
ReactiveStringCommands.BitPosCommand |
static class |
ReactiveStringCommands.GetBitCommand
GETBIT command parameters. |
static class |
ReactiveStringCommands.GetExCommand
ReactiveRedisConnection.Command for GETEX . |
static class |
ReactiveStringCommands.MSetCommand
MSET command parameters. |
static class |
ReactiveStringCommands.SetBitCommand
SETBIT command parameters. |
static class |
ReactiveStringCommands.SetCommand
SET command parameters. |
static class |
ReactiveStringCommands.SetRangeCommand
SETRANGE command parameters. |
static class |
ReactiveZSetCommands.BZPopCommand
BZPOPMIN /BZPOPMAX command parameters. |
static class |
ReactiveZSetCommands.ZAddCommand
ZADD command parameters. |
static class |
ReactiveZSetCommands.ZAggregateCommand
ZINTER /ZUNION command parameters. |
static class |
ReactiveZSetCommands.ZAggregateStoreCommand
ZINTERSTORE /ZUNIONSTORE command parameters. |
static class |
ReactiveZSetCommands.ZCountCommand
ZCOUNT command parameters. |
static class |
ReactiveZSetCommands.ZDiffCommand
ZDIFF command parameters. |
static class |
ReactiveZSetCommands.ZDiffStoreCommand
ZDIFFSTORE command parameters. |
static class |
ReactiveZSetCommands.ZIncrByCommand
ZINCRBY command parameters. |
static class |
ReactiveZSetCommands.ZInterStoreCommand
ZINTERSTORE command parameters. |
static class |
ReactiveZSetCommands.ZLexCountCommand
ZLEXCOUNT command parameters. |
static class |
ReactiveZSetCommands.ZMScoreCommand
ZMSCORE command parameters. |
static class |
ReactiveZSetCommands.ZPopCommand
ZPOPMIN /ZPOPMAX command parameters. |
static class |
ReactiveZSetCommands.ZRandMemberCommand
ZRANDMEMBER command parameters. |
static class |
ReactiveZSetCommands.ZRangeByLexCommand
ZRANGEBYLEX /ZREVRANGEBYLEX command parameters. |
static class |
ReactiveZSetCommands.ZRangeByScoreCommand
ZRANGEBYSCORE/ZREVRANGEBYSCORE.
|
static class |
ReactiveZSetCommands.ZRangeCommand
ZRANGE /ZREVRANGE command parameters. |
static class |
ReactiveZSetCommands.ZRankCommand
ZRANK /ZREVRANK command parameters. |
static class |
ReactiveZSetCommands.ZRemCommand
ZREM command parameters. |
static class |
ReactiveZSetCommands.ZRemRangeByLexCommand
ZREMRANGEBYLEX command parameters. |
static class |
ReactiveZSetCommands.ZRemRangeByRankCommand
ZREMRANGEBYRANK command parameters. |
static class |
ReactiveZSetCommands.ZRemRangeByScoreCommand
ZREMRANGEBYSCORE command parameters. |
static class |
ReactiveZSetCommands.ZScoreCommand
ZSCORE command parameters. |
static class |
ReactiveZSetCommands.ZUnionStoreCommand
ZUNIONSTORE command parameters. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.