Package redis.clients.jedis.commands
Interface BasicRedisPipeline
-
- All Known Implementing Classes:
MultiKeyPipelineBase,Pipeline,Transaction
public interface BasicRedisPipelinePipelined responses for all of the low level, non key related commands
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Response<String>bgrewriteaof()Response<String>bgsave()Response<List<String>>configGet(String pattern)Response<String>configResetStat()Response<String>configSet(String parameter, String value)Response<Long>dbSize()Response<String>flushAll()Response<String>flushDB()Response<String>info()Response<Long>lastsave()Response<String>migrate(String host, int port, String key, int destinationDB, int timeout)Response<List<Module>>moduleList()Response<String>moduleLoad(String path)Response<String>moduleUnload(String name)Response<String>ping()Response<String>save()Response<String>select(int index)Response<String>shutdown()Response<String>swapDB(int index1, int index2)Response<List<String>>time()
-