mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 09:47:58 +01:00
Add a command for dumping Redis SLOWLOG output.
This commit is contained in:
committed by
Jon Chambers
parent
4579d26a53
commit
85c7347899
@@ -101,6 +101,10 @@ public class FaultTolerantRedisCluster {
|
||||
clusterClient.shutdown();
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
public void useCluster(final Consumer<StatefulRedisClusterConnection<String, String>> consumer) {
|
||||
useConnection(stringConnection, consumer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user