mirror of
https://github.com/predis/predis.git
synced 2026-08-21 17:01:00 +00:00
Change how parameters are handled internally.
This commit is contained in:
@@ -17,8 +17,6 @@ class ClientOptions {
|
||||
self::$_sharedOptions = array(
|
||||
'profile' => new Options\ClientProfile(),
|
||||
'key_distribution' => new Options\ClientKeyDistribution(),
|
||||
'iterable_multibulk' => new Options\ClientIterableMultiBulk(),
|
||||
'throw_errors' => new Options\ClientThrowOnError(),
|
||||
'on_connection_initialized' => new Options\CustomOption(array(
|
||||
'validate' => function($value) {
|
||||
if (isset($value) && is_callable($value)) {
|
||||
|
||||
Reference in New Issue
Block a user