mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 07:28:06 +01:00
Close connections before closing the whole cluster client.
This commit is contained in:
committed by
Jon Chambers
parent
bf1b00b163
commit
e0f8a28f38
@@ -56,6 +56,9 @@ public class FaultTolerantRedisCluster {
|
||||
}
|
||||
|
||||
void shutdown() {
|
||||
stringClusterConnection.close();
|
||||
binaryClusterConnection.close();
|
||||
|
||||
clusterClient.shutdown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user