| 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 | |
| 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 |
| BaseRedisAsyncConnection
Basic asynchronous executed commands.
|
| BaseRedisConnection
Basic synchronous executed commands.
|
| ClientOptions
Client Options to control the behavior of
RedisClient and RedisClusterClient. |
| ClientOptions.Builder
Builder for
ClientOptions. |
| ConnectionBuilder |
| ConnectionEvents
Close Events Facility.
|
| ConnectionPoint |
| 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.
|
| 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 |
| RedisChannelWriter
Writer for a channel.
|
| 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).
|
| 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 |
| StreamScanCursor
Cursor result using the Streaming API.
|
| ValueScanCursor
Cursor providing a list of values.
|
| ZStoreArgs
Argument list builder for the redis ZUNIONSTORE and ZINTERSTORE commands.
|
| Class and Description |
|---|
| AbstractRedisClient |
| RedisAsyncConnectionImpl
An asynchronous thread-safe connection to a redis server.
|
| RedisChannelWriter
Writer for a channel.
|
| RedisClusterAsyncConnection
Complete asynchronous cluster Redis API with 400+ Methods..
|
| RedisClusterConnection
Complete synchronous cluster Redis API with 400+ Methods..
|
| RedisURI
Redis URI.
|
| 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 and RedisClusterClient. |
| 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 and RedisClusterClient. |
| 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).
|
| 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 © 2015. All rights reserved.