Skip to content

Commit 5c7e754

Browse files
committed
removed comments
1 parent 49cd135 commit 5c7e754

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/SplitIO/Sdk.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)