We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1bedb commit ab51ff9Copy full SHA for ab51ff9
lib/Phpfastcache/Drivers/Rediscluster/Driver.php
@@ -126,7 +126,7 @@ protected function driverReadAllKeys(string $pattern = '*'): iterable
126
{
127
$result = [[]];
128
foreach ($this->instance->_masters() as $master) {
129
- $i = null;
+ $i = 0;
130
$pattern = $pattern === '' ? '*' : $pattern;
131
do {
132
$result[] = $this->instance->scan(
0 commit comments