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 0bc448e commit bcbf5b8Copy full SHA for bcbf5b8
lib/Phpfastcache/Drivers/Rediscluster/Driver.php
@@ -129,7 +129,7 @@ protected function driverReadAllKeys(string $pattern = '*'): iterable
129
$i = 0;
130
$pattern = $pattern === '' ? '*' : $pattern;
131
do {
132
- $result[] = $this->instance->scan($i, $master, $pattern, 10);
+ $result[] = $this->instance->scan($i, $master, $pattern);
133
if (\count($result) > ExtendedCacheItemPoolInterface::MAX_ALL_KEYS_COUNT) {
134
break;
135
}
0 commit comments