$prefix.'room:*', 'count' => 200]); foreach ($keys ?? [] as $fullKey) { // Laravel Redis Facade 写入时会自动追加前缀,删除时要还原成业务短 key。 $shortKey = $prefix ? substr((string) $fullKey, strlen($prefix)) : (string) $fullKey; Redis::del($shortKey); } } while ($cursor !== '0'); } }