| Package | Description |
|---|---|
| com.lambdaworks.redis | |
| com.lambdaworks.redis.pubsub |
| Class and Description |
|---|
| KeyValue
A key-value pair.
|
| RedisAsyncConnection
An asynchronous thread-safe connection to a redis server.
|
| RedisConnection
A synchronous thread-safe connection to a redis server.
|
| RedisException
Exception thrown when redis returns an error message, or when the client
fails for any reason.
|
| ScoredValue
A value and its associated score from a ZSET.
|
| 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. |
| SortArgs
Argument list builder for the redis SORT
command.
|
| ZStoreArgs
Argument list builder for the redis ZUNIONSTORE
and ZINTERSTORE commands.
|
| Class and Description |
|---|
| RedisAsyncConnection
An asynchronous thread-safe connection to a redis server.
|
Copyright © 2025. All rights reserved.