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.
2 parents e6f5801 + 0cefbd5 commit 7c532deCopy full SHA for 7c532de
src/Smoke/Cache/Storage/Adapter/RedisArray.php
@@ -290,7 +290,7 @@ protected function internalRemoveItem(& $normalizedKey)
290
{
291
$redis = $this->getRedisResource();
292
try {
293
- return (bool) $redis->delete($this->namespacePrefix . $normalizedKey);
+ return (bool) $redis->del($this->namespacePrefix . $normalizedKey);
294
} catch (RedisResourceException $e) {
295
throw new Exception\RuntimeException($redis->getLastError(), $e->getCode(), $e);
296
}
0 commit comments