Added DEBUG command
This commit is contained in:
@@ -838,4 +838,9 @@ public class Jedis {
|
||||
client.linsert(key, where, pivot, value);
|
||||
return client.getIntegerReply();
|
||||
}
|
||||
|
||||
public String debug(DebugParams params) {
|
||||
client.debug(params);
|
||||
return client.getStatusCodeReply();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user