Name |
Description |
ClusterOption |
Configures an aggregate connection used for clustering
multiple Redis nodes using various implementations with
different algorithms or strategies. |
ConnectionFactoryOption |
Configures a connection factory used by the client to create new connection
instances for single Redis nodes. |
ExceptionsOption |
Configures whether consumers (such as the client) should throw exceptions on
Redis errors (-ERR responses) or just return instances of error responses. |
Options |
Manages Predis options with filtering, conversion and lazy initialization of
values using a mini-DI container approach. |
PrefixOption |
Configures a command processor that apply the specified prefix string to a
series of Redis commands considered prefixable. |
ProfileOption |
Configures the server profile to be used by the client to create command
instances depending on the specified version of the Redis server. |
ReplicationOption |
Configures an aggregate connection used for master/slave replication among
multiple Redis nodes. |