问题描述 function scanKeys(string $pattern, int $count = 100): array { $cursor = null; $keys = []; $redis = \support\Redis::connection(); do { list($cursor, $fetchedKeys) = $redis->scan(...