| Interface | Description | 
|---|---|
| Command | 
 Auto generated API Commands to interact with REDIS. 
 | 
| Redis | 
 A simple Redis client. 
 | 
| RedisAPI | 
 Auto generated Redis API client wrapper. 
 | 
| RedisConnection | 
 A simple Redis client. 
 | 
| Request | 
 Builder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2. 
 | 
| Response | 
 The response received from the REDIS server. 
 | 
| Class | Description | 
|---|---|
| RedisOptions | 
 Redis Client Configuration options. 
 | 
| RedisOptionsConverter | 
 Converter for  
RedisOptions. | 
| Enum | Description | 
|---|---|
| RedisClientType | 
 Define what kind of behavior is expected from the client. 
 | 
| RedisRole | 
 Define which kind of role to be used in HA mode. 
 | 
| RedisSlaves | 
 When should Redis Slave nodes be used for queries. 
 | 
| ResponseType | 
 Define the response types that the client can receive from REDIS. 
 | 
| Exception | Description | 
|---|---|
| RedisException | Deprecated | 
Copyright © 2020 Eclipse. All rights reserved.