Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
org.springframework.data.redis.connection.convert | |
org.springframework.data.redis.connection.jedis |
Connection package for Jedis library.
|
org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
org.springframework.data.redis.connection.util |
Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.
|
org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
org.springframework.data.redis.core.query |
Query package for Redis template.
|
org.springframework.data.redis.core.script | |
org.springframework.data.redis.listener |
Base package for Redis message listener / pubsub container facility
|
org.springframework.data.redis.listener.adapter |
Message listener adapter package.
|
org.springframework.data.redis.support.atomic |
Small toolkit mirroring the
java.util.atomic package in Redis. |
org.springframework.data.redis.support.collections |
Package providing implementations for most of the
java.util collections on top of Redis. |
Class and Description |
---|
DataType
Enumeration of the Redis data types.
|
FutureResult
The result of an asynchronous operation
|
RedisClusterNode
Representation of a Redis server within the cluster.
|
RedisGeoCommands.GeoLocation
RedisGeoCommands.GeoLocation representing a Point associated with a name. |
RedisZSetCommands.Tuple
ZSet tuple.
|
Class and Description |
---|
AbstractRedisConnection |
ClusterCommandExecutor
ClusterCommandExecutor takes care of running commands across the known cluster nodes. |
ClusterCommandExecutor.ClusterCommandCallback
Callback interface for Redis 'low level' code using the cluster client directly.
|
ClusterCommandExecutor.MultiKeyClusterCommandCallback
Callback interface for Redis 'low level' code using the cluster client to execute multi key commands.
|
ClusterInfo
ClusterInfo gives access to cluster information such as cluster_state and
cluster_slots_assigned provided by the CLUSTER INFO command. |
DataType
Enumeration of the Redis data types.
|
HyperLogLogCommands
HyperLogLog specific commands supported by Redis.
|
MessageListener
Listener of messages published in Redis.
|
NamedNode |
RedisClusterCommands
Interface for the cluster commands supported by Redis.
|
RedisClusterCommands.AddSlots |
RedisClusterConfiguration
Configuration class used for setting up
RedisConnection via RedisConnectionFactory using connecting
to Redis Cluster. |
RedisClusterConnection
RedisClusterConnection allows sending commands to dedicated nodes within the cluster. |
RedisClusterNode
Representation of a Redis server within the cluster.
|
RedisClusterNode.SlotRange |
RedisCommands
Interface for the commands supported by Redis.
|
RedisConnection
A connection to a Redis server.
|
RedisConnectionCommands
Connection-specific commands supported by Redis.
|
RedisConnectionFactory
Thread-safe factory of Redis connections.
|
RedisGeoCommands
Geo-specific Redis commands.
|
RedisGeoCommands.GeoLocation
RedisGeoCommands.GeoLocation representing a Point associated with a name. |
RedisGeoCommands.GeoRadiusCommandArgs
Additional arguments (like count/sort/...) to be used with
RedisGeoCommands . |
RedisHashCommands
Hash-specific commands supported by Redis.
|
RedisKeyCommands
Key-specific commands supported by Redis.
|
RedisListCommands
List-specific commands supported by Redis.
|
RedisListCommands.Position
List insertion position.
|
RedisNode |
RedisPipelineException
Exception thrown when executing/closing a pipeline that contains one or multiple invalid/incorrect statements.
|
RedisPubSubCommands
PubSub-specific Redis commands.
|
RedisScriptingCommands
Scripting commands.
|
RedisSentinelCommands
Redis Sentinel-specific commands.
|
RedisSentinelConfiguration
Configuration class used for setting up
RedisConnection via RedisConnectionFactory using connecting
to Redis Sentinel(s). |
RedisSentinelConnection |
RedisServer |
RedisServerCommands
Server-specific commands supported by Redis.
|
RedisServerCommands.MigrateOption |
RedisServerCommands.ShutdownOption |
RedisSetCommands
Set-specific commands supported by Redis.
|
RedisStringCommands
String/Value-specific commands supported by Redis.
|
RedisStringCommands.BitOperation |
RedisStringCommands.SetOption
SET command arguments for NX , XX . |
RedisTxCommands
Transaction/Batch specific commands supported by Redis.
|
RedisZSetCommands
ZSet(SortedSet)-specific commands supported by Redis.
|
RedisZSetCommands.Aggregate
Sort aggregation operations.
|
RedisZSetCommands.Limit |
RedisZSetCommands.Range
RedisZSetCommands.Range defines min and max values to retrieve from a ZSET. |
RedisZSetCommands.Range.Boundary |
RedisZSetCommands.Tuple
ZSet tuple.
|
ReturnType
Represents a data type returned from Redis, currently used to denote the expected return type of Redis scripting
commands
|
SortParameters
Entity containing the parameters for the SORT operation.
|
Subscription
Subscription for Redis channels.
|
Class and Description |
---|
AbstractRedisConnection |
ClusterCommandExecutor
ClusterCommandExecutor takes care of running commands across the known cluster nodes. |
ClusterCommandExecutor.ClusterCommandCallback
Callback interface for Redis 'low level' code using the cluster client directly.
|
ClusterCommandExecutor.MultiKeyClusterCommandCallback
Callback interface for Redis 'low level' code using the cluster client to execute multi key commands.
|
ClusterInfo
ClusterInfo gives access to cluster information such as cluster_state and
cluster_slots_assigned provided by the CLUSTER INFO command. |
DataType
Enumeration of the Redis data types.
|
HyperLogLogCommands
HyperLogLog specific commands supported by Redis.
|
MessageListener
Listener of messages published in Redis.
|
NamedNode |
Pool
Pool of resources
|
ReactiveClusterGeoCommands |
ReactiveClusterHashCommands |
ReactiveClusterHyperLogLogCommands |
ReactiveClusterKeyCommands |
ReactiveClusterListCommands |
ReactiveClusterNumberCommands |
ReactiveClusterSetCommands |
ReactiveClusterStringCommands |
ReactiveClusterZSetCommands |
ReactiveGeoCommands
Redis Geo commands executed using reactive infrastructure.
|
ReactiveGeoCommands.GeoAddCommand
GEOADD command parameters. |
ReactiveGeoCommands.GeoDistCommand
GEODIST command parameters. |
ReactiveGeoCommands.GeoHashCommand
GEOHASH command parameters. |
ReactiveGeoCommands.GeoPosCommand
GEOPOS command parameters. |
ReactiveGeoCommands.GeoRadiusByMemberCommand
GEORADIUSBYMEMBER command parameters. |
ReactiveGeoCommands.GeoRadiusCommand
GEORADIUS command parameters. |
ReactiveHashCommands
Redis Hash commands executed using reactive infrastructure.
|
ReactiveHashCommands.HDelCommand |
ReactiveHashCommands.HExistsCommand
HEXISTS
ReactiveRedisConnection.Command . |
ReactiveHashCommands.HGetCommand |
ReactiveHashCommands.HSetCommand |
ReactiveHyperLogLogCommands
Redis HyperLogLog commands executed using reactive infrastructure.
|
ReactiveHyperLogLogCommands.PfAddCommand
PFADD command parameters. |
ReactiveHyperLogLogCommands.PfCountCommand
PFCOUNT command parameters. |
ReactiveHyperLogLogCommands.PfMergeCommand
PFMERGE command parameters. |
ReactiveKeyCommands
Redis Key commands executed using reactive infrastructure.
|
ReactiveKeyCommands.ExpireAtCommand
EXPIREAT /PEXPIREAT command parameters. |
ReactiveKeyCommands.ExpireCommand
EXPIRE /PEXPIRE command parameters. |
ReactiveKeyCommands.MoveCommand
MOVE command parameters. |
ReactiveKeyCommands.RenameCommand
RENAME command parameters. |
ReactiveListCommands
Redis List commands executed using reactive infrastructure.
|
ReactiveListCommands.BPopCommand |
ReactiveListCommands.BRPopLPushCommand
BRPOPLPUSH command parameters. |
ReactiveListCommands.LIndexCommand
LINDEX command parameters. |
ReactiveListCommands.LInsertCommand
LINSERT command parameters. |
ReactiveListCommands.LRemCommand
LREM command parameters. |
ReactiveListCommands.LSetCommand
LSET command parameters. |
ReactiveListCommands.PopCommand
LPOP /RPOP command parameters. |
ReactiveListCommands.PopResponse |
ReactiveListCommands.PushCommand
LPUSH /RPUSH command parameters. |
ReactiveListCommands.RPopLPushCommand
RPOPLPUSH command parameters. |
ReactiveNumberCommands
Redis numeric commands executed using reactive infrastructure.
|
ReactiveNumberCommands.DecrByCommand
DECRBY command parameters. |
ReactiveNumberCommands.HIncrByCommand
HINCRBY command parameters. |
ReactiveNumberCommands.IncrByCommand
INCRBY command parameters. |
ReactiveRedisClusterConnection |
ReactiveRedisConnection
Redis connection using reactive infrastructure declaring entry points for reactive command execution.
|
ReactiveRedisConnection.BooleanResponse
ReactiveRedisConnection.CommandResponse implementation for Boolean responses. |
ReactiveRedisConnection.ByteBufferResponse
ReactiveRedisConnection.CommandResponse implementation for ByteBuffer responses. |
ReactiveRedisConnection.CommandResponse
Base class for command responses.
|
ReactiveRedisConnection.KeyCommand
ReactiveRedisConnection.Command for key-bound operations. |
ReactiveRedisConnection.MultiValueResponse
ReactiveRedisConnection.CommandResponse implementation for List responses. |
ReactiveRedisConnection.NumericResponse
ReactiveRedisConnection.CommandResponse implementation for numeric responses. |
ReactiveRedisConnection.RangeCommand |
ReactiveRedisConnectionFactory
Thread-safe factory of reactive Redis connections.
|
ReactiveSetCommands
Redis Set commands executed using reactive infrastructure.
|
ReactiveSetCommands.SAddCommand
SADD command parameters. |
ReactiveSetCommands.SDiffCommand
SDIFF command parameters. |
ReactiveSetCommands.SDiffStoreCommand
SDIFFSTORE command parameters. |
ReactiveSetCommands.SInterCommand
SINTER command parameters. |
ReactiveSetCommands.SInterStoreCommand
SINTERSTORE command parameters. |
ReactiveSetCommands.SIsMemberCommand
SISMEMBER command parameters. |
ReactiveSetCommands.SMoveCommand
SMOVE command parameters. |
ReactiveSetCommands.SRandMembersCommand
SRANDMEMBER command parameters. |
ReactiveSetCommands.SRemCommand
SREM command parameters. |
ReactiveSetCommands.SUnionCommand
SUNION command parameters. |
ReactiveSetCommands.SUnionStoreCommand
SUNIONSTORE command parameters. |
ReactiveStringCommands
Redis String commands executed using reactive infrastructure.
|
ReactiveStringCommands.AppendCommand
APPEND command parameters. |
ReactiveStringCommands.BitCountCommand
BITCOUNT command parameters. |
ReactiveStringCommands.BitOpCommand
BITOP command parameters. |
ReactiveStringCommands.GetBitCommand
GETBIT command parameters. |
ReactiveStringCommands.MSetCommand
MSET command parameters. |
ReactiveStringCommands.SetBitCommand
SETBIT command parameters. |
ReactiveStringCommands.SetCommand
SET command parameters. |
ReactiveStringCommands.SetRangeCommand
SETRANGE command parameters. |
ReactiveZSetCommands
Redis Sorted Set commands executed using reactive infrastructure.
|
ReactiveZSetCommands.ZAddCommand
ZADD command parameters. |
ReactiveZSetCommands.ZCountCommand
ZCOUNT command parameters. |
ReactiveZSetCommands.ZIncrByCommand
ZINCRBY command parameters. |
ReactiveZSetCommands.ZInterStoreCommand
ZINTERSTORE command parameters. |
ReactiveZSetCommands.ZRangeByLexCommand
ZRANGEBYLEX /ZREVRANGEBYLEX command parameters. |
ReactiveZSetCommands.ZRangeByScoreCommand
ZRANGEBYSCORE/ZREVRANGEBYSCORE.
|
ReactiveZSetCommands.ZRangeCommand
ZRANGE /ZREVRANGE command parameters. |
ReactiveZSetCommands.ZRankCommand
ZRANK /ZREVRANK command parameters. |
ReactiveZSetCommands.ZRemCommand
ZREM command parameters. |
ReactiveZSetCommands.ZRemRangeByRankCommand
ZREMRANGEBYRANK command parameters. |
ReactiveZSetCommands.ZRemRangeByScoreCommand
ZREMRANGEBYSCORE command parameters. |
ReactiveZSetCommands.ZScoreCommand
ZSCORE command parameters. |
ReactiveZSetCommands.ZUnionStoreCommand
ZUNIONSTORE command parameters. |
RedisClusterCommands
Interface for the cluster commands supported by Redis.
|
RedisClusterCommands.AddSlots |
RedisClusterConfiguration
Configuration class used for setting up
RedisConnection via RedisConnectionFactory using connecting
to Redis Cluster. |
RedisClusterConnection
RedisClusterConnection allows sending commands to dedicated nodes within the cluster. |
RedisClusterNode
Representation of a Redis server within the cluster.
|
RedisClusterNode.SlotRange |
RedisCommands
Interface for the commands supported by Redis.
|
RedisConnection
A connection to a Redis server.
|
RedisConnectionCommands
Connection-specific commands supported by Redis.
|
RedisConnectionFactory
Thread-safe factory of Redis connections.
|
RedisGeoCommands
Geo-specific Redis commands.
|
RedisGeoCommands.GeoLocation
RedisGeoCommands.GeoLocation representing a Point associated with a name. |
RedisGeoCommands.GeoRadiusCommandArgs
Additional arguments (like count/sort/...) to be used with
RedisGeoCommands . |
RedisHashCommands
Hash-specific commands supported by Redis.
|
RedisKeyCommands
Key-specific commands supported by Redis.
|
RedisListCommands
List-specific commands supported by Redis.
|
RedisListCommands.Position
List insertion position.
|
RedisNode |
RedisPubSubCommands
PubSub-specific Redis commands.
|
RedisScriptingCommands
Scripting commands.
|
RedisSentinelCommands
Redis Sentinel-specific commands.
|
RedisSentinelConfiguration
Configuration class used for setting up
RedisConnection via RedisConnectionFactory using connecting
to Redis Sentinel(s). |
RedisSentinelConnection |
RedisServer |
RedisServerCommands
Server-specific commands supported by Redis.
|
RedisServerCommands.MigrateOption |
RedisServerCommands.ShutdownOption |
RedisSetCommands
Set-specific commands supported by Redis.
|
RedisStringCommands
String/Value-specific commands supported by Redis.
|
RedisStringCommands.BitOperation |
RedisStringCommands.SetOption
SET command arguments for NX , XX . |
RedisTxCommands
Transaction/Batch specific commands supported by Redis.
|
RedisZSetCommands
ZSet(SortedSet)-specific commands supported by Redis.
|
RedisZSetCommands.Aggregate
Sort aggregation operations.
|
RedisZSetCommands.Limit |
RedisZSetCommands.Range
RedisZSetCommands.Range defines min and max values to retrieve from a ZSET. |
RedisZSetCommands.Range.Boundary |
RedisZSetCommands.Tuple
ZSet tuple.
|
ReturnType
Represents a data type returned from Redis, currently used to denote the expected return type of Redis scripting
commands
|
SortParameters
Entity containing the parameters for the SORT operation.
|
Subscription
Subscription for Redis channels.
|
Class and Description |
---|
MessageListener
Listener of messages published in Redis.
|
Subscription
Subscription for Redis channels.
|
Class and Description |
---|
DataType
Enumeration of the Redis data types.
|
ReactiveRedisConnection
Redis connection using reactive infrastructure declaring entry points for reactive command execution.
|
ReactiveRedisConnectionFactory
Thread-safe factory of reactive Redis connections.
|
RedisClusterConnection
RedisClusterConnection allows sending commands to dedicated nodes within the cluster. |
RedisClusterNode
Representation of a Redis server within the cluster.
|
RedisClusterNode.SlotRange |
RedisConnection
A connection to a Redis server.
|
RedisConnectionFactory
Thread-safe factory of Redis connections.
|
RedisGeoCommands.GeoLocation
RedisGeoCommands.GeoLocation representing a Point associated with a name. |
RedisGeoCommands.GeoRadiusCommandArgs
Additional arguments (like count/sort/...) to be used with
RedisGeoCommands . |
RedisZSetCommands.Limit |
RedisZSetCommands.Range
RedisZSetCommands.Range defines min and max values to retrieve from a ZSET. |
Class and Description |
---|
SortParameters
Entity containing the parameters for the SORT operation.
|
SortParameters.Order
Sorting order.
|
SortParameters.Range
Utility class wrapping the 'LIMIT' setting.
|
Class and Description |
---|
RedisConnection
A connection to a Redis server.
|
ReturnType
Represents a data type returned from Redis, currently used to denote the expected return type of Redis scripting
commands
|
Class and Description |
---|
Message
Class encapsulating a Redis message body and its properties.
|
MessageListener
Listener of messages published in Redis.
|
RedisConnectionFactory
Thread-safe factory of Redis connections.
|
Class and Description |
---|
Message
Class encapsulating a Redis message body and its properties.
|
MessageListener
Listener of messages published in Redis.
|
Class and Description |
---|
DataType
Enumeration of the Redis data types.
|
RedisConnectionFactory
Thread-safe factory of Redis connections.
|
Class and Description |
---|
DataType
Enumeration of the Redis data types.
|
RedisZSetCommands.Limit |
RedisZSetCommands.Range
RedisZSetCommands.Range defines min and max values to retrieve from a ZSET. |
Copyright © 2011-2016–2017 Pivotal Software, Inc.. All rights reserved.