add the time() method
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
package redis.clients.jedis;
|
package redis.clients.jedis;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pipelined responses for all of the low level, non key related commands
|
* Pipelined responses for all of the low level, non key related commands
|
||||||
*/
|
*/
|
||||||
@@ -24,6 +26,8 @@ public interface BasicRedisPipeline {
|
|||||||
Response<String> flushAll();
|
Response<String> flushAll();
|
||||||
|
|
||||||
Response<String> info();
|
Response<String> info();
|
||||||
|
|
||||||
|
Response<List<String>> time();
|
||||||
|
|
||||||
Response<Long> dbSize();
|
Response<Long> dbSize();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user