PHP Predis\Configuration Пространство имен

Пространства имен

Predis\Configuration\Option

Interfaces

Имя Описание
OptionInterface Defines an handler used by Predis\Configuration\Options to filter, validate or return default values for a given option.
OptionsInterface Interface defining a container for client options.

Классы

Имя Описание
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.