mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-74285-master' of https://github.com/sammarshallou/moodle
This commit is contained in:
commit
96644c0514
1 changed files with 0 additions and 1 deletions
1
cache/stores/redis/lib.php
vendored
1
cache/stores/redis/lib.php
vendored
|
@ -468,7 +468,6 @@ class cachestore_redis extends cache_store implements cache_is_key_aware, cache_
|
||||||
* Cleans up after an instance of the store.
|
* Cleans up after an instance of the store.
|
||||||
*/
|
*/
|
||||||
public function instance_deleted() {
|
public function instance_deleted() {
|
||||||
$this->purge();
|
|
||||||
$this->redis->close();
|
$this->redis->close();
|
||||||
unset($this->redis);
|
unset($this->redis);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue