Delete accounts from Redis after they've been deleted from Dynamo
This commit is contained in:
parent
6b71b66bd2
commit
2a4d1da2ca
|
@ -453,8 +453,8 @@ public class AccountsManager {
|
||||||
deleteStorageServiceDataFuture.join();
|
deleteStorageServiceDataFuture.join();
|
||||||
deleteBackupServiceDataFuture.join();
|
deleteBackupServiceDataFuture.join();
|
||||||
|
|
||||||
redisDelete(account);
|
|
||||||
accounts.delete(account.getUuid());
|
accounts.delete(account.getUuid());
|
||||||
|
redisDelete(account);
|
||||||
|
|
||||||
RedisOperation.unchecked(() ->
|
RedisOperation.unchecked(() ->
|
||||||
account.getDevices().forEach(device ->
|
account.getDevices().forEach(device ->
|
||||||
|
|
Loading…
Reference in New Issue