8000
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 e564c70 commit 39dd9b2Copy full SHA for 39dd9b2
src/Symfony/Component/Cache/Traits/RedisTrait.php
@@ -197,7 +197,7 @@ protected function doHave($id)
197
protected function doClear($namespace)
198
{
199
// When using a native Redis cluster, clearing the cache is done by versioning in AbstractTrait::clear().
200
- // This means old keys are not really removed until they expire and may need gargage collection.
+ // This means old keys are not really removed until they expire and may need garbage collection.
201
202
$cleared = true;
203
$hosts = array($this->redis);
0 commit comments