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 9821023 commit f6ba962Copy full SHA for f6ba962
src/Psr16/RedisCacheEngine.php
@@ -89,7 +89,7 @@ public function delete($key)
89
{
90
$this->lazyLoadRedisServer();
91
92
- $this->redis->delete($this->fixKey($key));
+ $this->redis->del($this->fixKey($key));
93
94
return true;
95
}
0 commit comments