| Package | Description |
|---|---|
| com.lambdaworks.redis |
The redis client package containing
RedisClient for regular and sentinel operations. |
| com.lambdaworks.redis.cluster |
Client for redis clusters
RedisClusterClient |
| com.lambdaworks.redis.cluster.models.partitions |
Model and parser for the
CLUSTER NODES and CLUSTER SLAVES output. |
| com.lambdaworks.redis.event.connection |
Connection-related events.
|
| com.lambdaworks.redis.models.role |
Model and parser for the
ROLE output. |
| com.lambdaworks.redis.output |
Implementation of different output protocols including the Streaming API.
|
| com.lambdaworks.redis.protocol |
Redis protocol layer abstraction.
|
| com.lambdaworks.redis.pubsub |
Pub/Sub connection classes.
|
| com.lambdaworks.redis.support |
Supportive classes such as
RedisClientCdiBean for CDI support, RedisClientFactoryBean for Spring. |
| Class and Description |
|---|
| AbstractRedisClient
Base Redis client.
|
| BaseRedisAsyncConnection
Basic asynchronous executed commands.
|
| BaseRedisConnection
Basic synchronous executed commands.
|
| ClientOptions
Client Options to control the behavior of
RedisClient. |
| ClientOptions.Builder
Builder for
ClientOptions. |
| ConnectionBuilder
Connection builder for connections.
|
| ConnectionEvents
Close Events Facility.
|
| ConnectionPoint
Interface for a connection point described with a host and port or socket.
|
| GeoArgs
Args for GEORADIUS and GEORADIUSBYMEMBER commands.
|
| GeoArgs.Sort
Sort order.
|
| GeoArgs.Unit
Supported geo unit.
|
| GeoCoordinates
A tuple consisting of numerical geo data points to describe geo coordinates.
|
| GeoWithin
Geo element within a certain radius.
|
| KeyScanCursor
Cursor providing a list of keys.
|
| KeyValue
A key-value pair.
|
| KillArgs
Argument list builder for the redis CLIENT KILL command.
|
| MapScanCursor
Scan cursor for maps.
|
| ReadFrom
Defines from which Redis nodes data is read.
|
| ReadFrom.Nodes
Descriptor of nodes that are available for the current read operation.
|
| RedisAsyncConnection
Complete async Redis API with 400+ Methods.
|
| RedisAsyncConnectionImpl
An asynchronous thread-safe connection to a redis server.
|
| RedisChannelHandler
Abstract base for every redis connection.
|
| RedisChannelInitializer
Channel initializer to set up the transport before a Redis connection can be used.
|
| RedisChannelWriter
Writer for a channel.
|
| RedisClient
A scalable thread-safe Redis client.
|
| RedisClusterAsyncConnection
Complete asynchronous cluster Redis API with 400+ Methods..
|
| RedisClusterConnection
Complete synchronous cluster Redis API with 400+ Methods..
|
| RedisConnection
Complete synchronous Redis API with 400+ Methods.
|
| RedisConnectionPool
Connection pool for redis connections.
|
| RedisConnectionStateListener
Simple interface for Redis connection state monitoring.
|
| RedisException
Exception thrown when Redis returns an error message, or when the client fails for any reason.
|
| RedisFuture
Redis Future, extends a Listenable Future (Notification on Complete).
|
| RedisGeoAsyncConnection
Synchronous executed commands for Geo-Commands.
|
| RedisGeoConnection
Synchronous executed commands for Geo-Commands.
|
| RedisHashesAsyncConnection
Asynchronous executed commands for Hashes (Key-Value pairs).
|
| RedisHashesConnection
Synchronous executed commands for Hashes (Key-Value pairs).
|
| RedisHLLAsyncConnection
Asynchronous executed commands for HyperLogLog (PF* commands).
|
| RedisHLLConnection
Synchronous executed commands for HyperLogLog (PF* commands).
|
| RedisKeysAsyncConnection
Asynchronous executed commands for Keys (Key manipulation/querying).
|
| RedisKeysConnection
Synchronous executed commands for Keys (Key manipulation/querying).
|
| RedisListsAsyncConnection
Asynchronous executed commands for Lists.
|
| RedisListsConnection
Synchronous executed commands for Lists.
|
| RedisScriptingAsyncConnection
Asynchronous executed commands for Scripting.
|
| RedisScriptingConnection
Synchronous executed commands for Scripting.
|
| RedisSentinelAsyncConnection
Asynchronous executed commands for Sentinel.
|
| RedisServerAsyncConnection
Asynchronous executed commands for Server Control.
|
| RedisServerConnection
Synchronous executed commands for Server Control.
|
| RedisSetsAsyncConnection
Asynchronous executed commands for Sets.
|
| RedisSetsConnection
Synchronous executed commands for Sets.
|
| RedisSortedSetsAsyncConnection
Asynchronous executed commands for Sorted Sets.
|
| RedisSortedSetsConnection
Synchronous executed commands for Sorted Sets.
|
| RedisStringsAsyncConnection
Asynchronous executed commands for Strings.
|
| RedisStringsConnection
Synchronous executed commands for Strings.
|
| RedisURI
Redis URI.
|
| RedisURI.Builder
Builder for Redis URI.
|
| ScanArgs
Argument list builder for the redis scan commans (scan, hscan, sscan, zscan) .
|
| ScanCursor
Generic Cursor data structure.
|
| ScoredValue
A value and its associated score from a ZSET.
|
| ScoredValueScanCursor
Cursor providing a list of
ScoredValue |
| ScriptOutputType
A Lua script returns one of the following types:
ScriptOutputType.BOOLEAN boolean
ScriptOutputType.INTEGER 64-bit integer
ScriptOutputType.STATUS status string
ScriptOutputType.VALUE value
ScriptOutputType.MULTI of these types
Redis to Lua conversion table. |
| SortArgs
Argument list builder for the redis SORT command.
|
| SslConnectionBuilder
Connection builder for SSL connections.
|
| StreamScanCursor
Cursor result using the Streaming API.
|
| ValueScanCursor
Cursor providing a list of values.
|
| ZAddArgs
Argument list builder for the improved redis ZADD command starting from Redis
3.0.2.
|
| ZStoreArgs
Argument list builder for the redis ZUNIONSTORE and ZINTERSTORE commands.
|
| Class and Description |
|---|
| AbstractRedisClient
Base Redis client.
|
| BaseRedisAsyncConnection
Basic asynchronous executed commands.
|
| BaseRedisConnection
Basic synchronous executed commands.
|
| ClientOptions
Client Options to control the behavior of
RedisClient. |
| ClientOptions.Builder
Builder for
ClientOptions. |
| ReadFrom
Defines from which Redis nodes data is read.
|
| RedisAsyncConnection
Complete async Redis API with 400+ Methods.
|
| RedisAsyncConnectionImpl
An asynchronous thread-safe connection to a redis server.
|
| RedisChannelHandler
Abstract base for every redis connection.
|
| RedisChannelWriter
Writer for a channel.
|
| RedisClusterAsyncConnection
Complete asynchronous cluster Redis API with 400+ Methods..
|
| RedisClusterConnection
Complete synchronous cluster Redis API with 400+ Methods..
|
| RedisFuture
Redis Future, extends a Listenable Future (Notification on Complete).
|
| RedisGeoAsyncConnection
Synchronous executed commands for Geo-Commands.
|
| RedisGeoConnection
Synchronous executed commands for Geo-Commands.
|
| RedisHashesAsyncConnection
Asynchronous executed commands for Hashes (Key-Value pairs).
|
| RedisHashesConnection
Synchronous executed commands for Hashes (Key-Value pairs).
|
| RedisHLLAsyncConnection
Asynchronous executed commands for HyperLogLog (PF* commands).
|
| RedisHLLConnection
Synchronous executed commands for HyperLogLog (PF* commands).
|
| RedisKeysAsyncConnection
Asynchronous executed commands for Keys (Key manipulation/querying).
|
| RedisKeysConnection
Synchronous executed commands for Keys (Key manipulation/querying).
|
| RedisListsAsyncConnection
Asynchronous executed commands for Lists.
|
| RedisListsConnection
Synchronous executed commands for Lists.
|
| RedisScriptingAsyncConnection
Asynchronous executed commands for Scripting.
|
| RedisScriptingConnection
Synchronous executed commands for Scripting.
|
| RedisServerAsyncConnection
Asynchronous executed commands for Server Control.
|
| RedisServerConnection
Synchronous executed commands for Server Control.
|
| RedisSetsAsyncConnection
Asynchronous executed commands for Sets.
|
| RedisSetsConnection
Synchronous executed commands for Sets.
|
| RedisSortedSetsAsyncConnection
Asynchronous executed commands for Sorted Sets.
|
| RedisSortedSetsConnection
Synchronous executed commands for Sorted Sets.
|
| RedisStringsAsyncConnection
Asynchronous executed commands for Strings.
|
| RedisStringsConnection
Synchronous executed commands for Strings.
|
| RedisURI
Redis URI.
|
| Class and Description |
|---|
| RedisURI
Redis URI.
|
| Class and Description |
|---|
| ConnectionId
Connection identifier.
|
| Class and Description |
|---|
| RedisURI
Redis URI.
|
| Class and Description |
|---|
| ScanCursor
Generic Cursor data structure.
|
| ScoredValue
A value and its associated score from a ZSET.
|
| Class and Description |
|---|
| ClientOptions
Client Options to control the behavior of
RedisClient. |
| RedisChannelHandler
Abstract base for every redis connection.
|
| RedisChannelWriter
Writer for a channel.
|
| RedisFuture
Redis Future, extends a Listenable Future (Notification on Complete).
|
| Class and Description |
|---|
| BaseRedisAsyncConnection
Basic asynchronous executed commands.
|
| ClientOptions
Client Options to control the behavior of
RedisClient. |
| RedisAsyncConnection
Complete async Redis API with 400+ Methods.
|
| RedisAsyncConnectionImpl
An asynchronous thread-safe connection to a redis server.
|
| RedisChannelHandler
Abstract base for every redis connection.
|
| RedisChannelWriter
Writer for a channel.
|
| RedisClusterAsyncConnection
Complete asynchronous cluster Redis API with 400+ Methods..
|
| RedisFuture
Redis Future, extends a Listenable Future (Notification on Complete).
|
| RedisGeoAsyncConnection
Synchronous executed commands for Geo-Commands.
|
| RedisHashesAsyncConnection
Asynchronous executed commands for Hashes (Key-Value pairs).
|
| RedisHLLAsyncConnection
Asynchronous executed commands for HyperLogLog (PF* commands).
|
| RedisKeysAsyncConnection
Asynchronous executed commands for Keys (Key manipulation/querying).
|
| RedisListsAsyncConnection
Asynchronous executed commands for Lists.
|
| RedisScriptingAsyncConnection
Asynchronous executed commands for Scripting.
|
| RedisServerAsyncConnection
Asynchronous executed commands for Server Control.
|
| RedisSetsAsyncConnection
Asynchronous executed commands for Sets.
|
| RedisSortedSetsAsyncConnection
Asynchronous executed commands for Sorted Sets.
|
| RedisStringsAsyncConnection
Asynchronous executed commands for Strings.
|
| Class and Description |
|---|
| RedisClient
A scalable thread-safe Redis client.
|
| RedisConnectionPool
Connection pool for redis connections.
|
| RedisURI
Redis URI.
|
Copyright © 2016. All rights reserved.