MultiKeyCommandsPipeline

Multikey related commands (these are split out because they are non-shardable)

interface MultiKeyCommandsPipeline {}

Members

Functions

bitop
Response!(Long) bitop(BitOP op, string destKey, string[] srcKeys)
Undocumented in source.
blpop
Response!(List!(string)) blpop(string[] args)
Undocumented in source.
brpop
Response!(List!(string)) brpop(string[] args)
Undocumented in source.
brpoplpush
Response!(string) brpoplpush(string source, string destination, int timeout)
Undocumented in source.
del
Response!(Long) del(string[] keys)
Undocumented in source.
exists
Response!(Long) exists(string[] keys)
Undocumented in source.
keys
Response!(Set!(string)) keys(string pattern)
Undocumented in source.
mget
Response!(List!(string)) mget(string[] keys)
Undocumented in source.
migrate
Response!(string) migrate(string host, int port, int destinationDB, int timeout, MigrateParams params, string[] keys)
Undocumented in source.
mset
Response!(string) mset(string[] keysvalues)
Undocumented in source.
msetnx
Response!(Long) msetnx(string[] keysvalues)
Undocumented in source.
pfcount
Response!(Long) pfcount(string[] keys)
Undocumented in source.
pfmerge
Response!(string) pfmerge(string destkey, string[] sourcekeys)
Undocumented in source.
publish
Response!(Long) publish(string channel, string message)
Undocumented in source.
randomKey
Response!(string) randomKey()
Undocumented in source.
rename
Response!(string) rename(string oldkey, string newkey)
Undocumented in source.
renamenx
Response!(Long) renamenx(string oldkey, string newkey)
Undocumented in source.
rpoplpush
Response!(string) rpoplpush(string srckey, string dstkey)
Undocumented in source.
sdiff
Response!(Set!(string)) sdiff(string[] keys)
Undocumented in source.
sdiffstore
Response!(Long) sdiffstore(string dstkey, string[] keys)
Undocumented in source.
sinter
Response!(Set!(string)) sinter(string[] keys)
Undocumented in source.
sinterstore
Response!(Long) sinterstore(string dstkey, string[] keys)
Undocumented in source.
smove
Response!(Long) smove(string srckey, string dstkey, string member)
Undocumented in source.
sort
Response!(Long) sort(string key, SortingParams sortingParameters, string dstkey)
Undocumented in source.
sort
Response!(Long) sort(string key, string dstkey)
Undocumented in source.
sunion
Response!(Set!(string)) sunion(string[] keys)
Undocumented in source.
sunionstore
Response!(Long) sunionstore(string dstkey, string[] keys)
Undocumented in source.
touch
Response!(Long) touch(string[] keys)
Undocumented in source.
unlink
Response!(Long) unlink(string[] keys)
Undocumented in source.
watch
Response!(string) watch(string[] keys)
Undocumented in source.
zinterstore
Response!(Long) zinterstore(string dstkey, string[] sets)
Undocumented in source.
zinterstore
Response!(Long) zinterstore(string dstkey, ZParams params, string[] sets)
Undocumented in source.
zunionstore
Response!(Long) zunionstore(string dstkey, string[] sets)
Undocumented in source.
zunionstore
Response!(Long) zunionstore(string dstkey, ZParams params, string[] sets)
Undocumented in source.

Meta