mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
#6188: Using correct key when removing Redis cache entry.
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Orchard.Redis.Caching {
|
||||
}
|
||||
|
||||
public void Remove(string key) {
|
||||
Database.KeyDelete(key);
|
||||
Database.KeyDelete(GetLocalizedKey(key));
|
||||
}
|
||||
|
||||
public void Clear() {
|
||||
|
||||
Reference in New Issue
Block a user