Implemented INFO
This commit is contained in:
@@ -38,4 +38,10 @@ public class PersistenceControlCommandsTest extends JedisCommandTestBase {
|
||||
int after = jedis.lastsave();
|
||||
assertTrue((after - before) > 0);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void info() throws InterruptedException {
|
||||
String info = jedis.info();
|
||||
assertNotNull(info);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user