Merge branch 'MDL-74285-master' of https://github.com/sammarshallou/moodle

This commit is contained in:
Shamim Rezaie 2022-04-05 14:00:38 +10:00
commit 96644c0514

View file

@ -468,7 +468,6 @@ class cachestore_redis extends cache_store implements cache_is_key_aware, cache_
* Cleans up after an instance of the store.
*/
public function instance_deleted() {
$this->purge();
$this->redis->close();
unset($this->redis);
}