Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into setex-depr
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Mar 24, 2023
commit e147a3fd523688c0613d4d472c66b3603d990a20
2 changes: 1 addition & 1 deletion lib/private/Memcache/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function hasKey($key) {
}

public function remove($key) {
return (bool)$this->getCache()->del($this->getPrefix() . $key);
return (bool)$this->getCache()->unlink($this->getPrefix() . $key);
}

public function clear($prefix = '') {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.