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 |
ReactiveHashCommands.HDelCommand |
static class |
ReactiveHashCommands.HExistsCommand
HEXISTS
ReactiveRedisConnection.Command . |
static class |
ReactiveHashCommands.HGetCommand
|
static class |
ReactiveHashCommands.HSetCommand
|
static class |
ReactiveHyperLogLogCommands.PfAddCommand
PFADD command parameters. |
static class |
ReactiveHyperLogLogCommands.PfCountCommand
PFCOUNT command parameters. |
static class |
ReactiveHyperLogLogCommands.PfMergeCommand
PFMERGE command parameters. |
static class |
ReactiveKeyCommands.RenameCommand
RENAME 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.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.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.SMoveCommand
SMOVE 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 |
static class |
ReactiveStringCommands.AppendCommand
APPEND command parameters. |
static class |
ReactiveStringCommands.BitCountCommand
BITCOUNT command parameters. |
static class |
ReactiveStringCommands.GetBitCommand
GETBIT command parameters. |
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.ZAddCommand
ZADD command parameters. |
static class |
ReactiveZSetCommands.ZCountCommand
ZCOUNT command parameters. |
static class |
ReactiveZSetCommands.ZIncrByCommand
ZINCRBY command parameters. |
static class |
ReactiveZSetCommands.ZInterStoreCommand
ZINTERSTORE 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.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-2016–2016 Pivotal Software, Inc.. All rights reserved.