mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +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