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 2c74a85 commit 1e9eb4aCopy full SHA for 1e9eb4a
src/Illuminate/Cache/RedisTaggedCache.php
@@ -113,7 +113,7 @@ public function flush()
113
$this->event(new CacheFlushing($this->getName()));
114
115
$connection = $this->store->connection();
116
-
+
117
$redisPrefix = match (true) {
118
$connection instanceof PhpRedisConnection => $connection->client()->getOption(\Redis::OPT_PREFIX),
119
$connection instanceof PredisConnection => $connection->client()->getOptions()->prefix,
0 commit comments