RedisClientType
Define what kind of behavior is expected from the client.
Name |
Description |
The client should work in single server mode (the default). |
|
The client should work in sentinel mode. When this mode is active use the link to define which role to get the client connection to. |
|
The client should work in cluster mode. When this mode is active use the link to define when replica nodes can be used for read only queries. |
RedisReplicas
RedisRole
ResponseType
Define the response types that the client can receive from REDIS.
Name |
Description |
C String simple String. |
|
C String simple String representing an error. |
|
boolean value. |
|
numeric value. |
|
byte array value. |
|
Push message |
|
Attribute message |
|
List of multiple bulk responses (List, Set, Map). |