mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-10 10:20:52 +08:00
text align tag + update/edit get desc + rating improve
This commit is contained in:
@@ -288,14 +288,12 @@ class class_cache_redis {
|
||||
if (!$this->getIsEnabled()) {
|
||||
return 0;
|
||||
}
|
||||
$this->redis->del($Key);
|
||||
if ($AllLang){
|
||||
$langfolder_array = $this->getLanguageFolderArray();
|
||||
foreach($langfolder_array as $lf)
|
||||
$this->redis->del($lf."_".$Key);
|
||||
}
|
||||
else {
|
||||
$this->redis->del($Key);
|
||||
}
|
||||
}
|
||||
|
||||
function getCacheReadTimes() {
|
||||
|
||||
Reference in New Issue
Block a user