jedis monitor should set client socket timeout to infinite
This commit is contained in:
@@ -5,6 +5,7 @@ public abstract class JedisMonitor {
|
||||
|
||||
public void proceed(Client client) {
|
||||
this.client = client;
|
||||
this.client.setTimeoutInfinite();
|
||||
do {
|
||||
String command = client.getBulkReply();
|
||||
onCommand(command);
|
||||
|
||||
Reference in New Issue
Block a user