File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -83,24 +83,6 @@ private static function registerCache(array $options)
83
83
throw new Exception ("A valid cache system is required. Given: $ cacheAdapter " );
84
84
}
85
85
86
- /*
87
- $adapter_config = array(
88
- 'name' => 'predis',
89
- 'options' => array(
90
- 'options' => isset($options['predis-options'])
91
- ? $options['predis-options'] : null,
92
- 'parameters' => isset($options['predis-parameters'])
93
- ? $options['predis-parameters'] : null,
94
- 'sentinels' => isset($options['predis-sentinels'])
95
- ? $options['predis-sentinels'] : null,
96
- 'clusterNodes' => isset($options['predis-clusterNodes'])
97
- ? $options['predis-clusterNodes'] : null,
98
- 'distributedStrategy' => isset($options['predis-distributedStrategy'])
99
- ? $options['predis-distributedStrategy'] : null,
100
- )
101
- );
102
- */
103
-
104
86
$ adapter_config = array (
105
87
'name ' => 'predis ' ,
106
88
'options ' => $ _options ,
You can’t perform that action at this time.
0 commit comments