Implemented MONITOR
This commit is contained in:
@@ -638,4 +638,9 @@ public class Jedis {
|
||||
client.info();
|
||||
return client.getBulkReply();
|
||||
}
|
||||
|
||||
public void monitor(JedisMonitor jedisMonitor) {
|
||||
client.monitor();
|
||||
jedisMonitor.proceed(client);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user