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.