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)
8383 throw new Exception ("A valid cache system is required. Given: $ cacheAdapter " );
8484 }
8585
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-
10486 $ adapter_config = array (
10587 'name ' => 'predis ' ,
10688 'options ' => $ _options ,
You can’t perform that action at this time.
0 commit comments