Reset cache index

This commit is contained in:
Moxie Marlinspike
2019-08-27 14:08:50 -07:00
parent 3803b8f284
commit 20b5f0e681
2 changed files with 13 additions and 13 deletions

View File

@@ -140,7 +140,7 @@ public class AccountsManager {
}
private String getAccountEntityKey(UUID uuid) {
return "Account2::" + uuid.toString();
return "Account3::" + uuid.toString();
}
private void redisSet(Account account) {