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 and mapper for
RedisOptions . |
Enum | Description |
---|---|
RedisClientType |
Define what kind of behavior is expected from the client.
|
RedisReplicas |
When should Redis replica nodes be used for queries.
|
RedisRole |
Define which kind of role to be used in HA mode.
|
ResponseType |
Define the response types that the client can receive from REDIS.
|
Copyright © 2021 Eclipse. All rights reserved.