BasicRedisPipeline

Pipelined responses for all of the low level, non key related commands

Members

Functions

bgrewriteaof
Response!(string) bgrewriteaof()
Undocumented in source.
bgsave
Response!(string) bgsave()
Undocumented in source.
configGet
Response!(List!(string)) configGet(string pattern)
Undocumented in source.
configResetStat
Response!(string) configResetStat()
Undocumented in source.
configSet
Response!(string) configSet(string parameter, string value)
Undocumented in source.
dbSize
Response!(Long) dbSize()
Undocumented in source.
flushAll
Response!(string) flushAll()
Undocumented in source.
flushDB
Response!(string) flushDB()
Undocumented in source.
info
Response!(string) info()
Undocumented in source.
lastsave
Response!(Long) lastsave()
Undocumented in source.
migrate
Response!(string) migrate(string host, int port, string key, int destinationDB, int timeout)
Undocumented in source.
moduleList
Response!(List!(Module)) moduleList()
Undocumented in source.
moduleLoad
Response!(string) moduleLoad(string path)
Undocumented in source.
moduleUnload
Response!(string) moduleUnload(string name)
Undocumented in source.
ping
Response!(string) ping()
Undocumented in source.
save
Response!(string) save()
Undocumented in source.
select
Response!(string) select(int index)
Undocumented in source.
shutdown
Response!(string) shutdown()
Undocumented in source.
swapDB
Response!(string) swapDB(int index1, int index2)
Undocumented in source.
time
Response!(List!(string)) time()
Undocumented in source.

Meta