- bitop
long bitop(BitOP op, const(ubyte)[] destKey, const(ubyte)[][] srcKeys)
Undocumented in source.
- blpop
List!(const(ubyte)[]) blpop(int timeout, const(ubyte)[][] keys)
Undocumented in source.
- blpop
List!(const(ubyte)[]) blpop(const(ubyte)[][] args)
Undocumented in source.
- brpop
List!(const(ubyte)[]) brpop(int timeout, const(ubyte)[][] keys)
Undocumented in source.
- brpop
List!(const(ubyte)[]) brpop(const(ubyte)[][] args)
Undocumented in source.
- brpoplpush
const(ubyte)[] brpoplpush(const(ubyte)[] source, const(ubyte)[] destination, int timeout)
Undocumented in source.
- del
long del(const(ubyte)[][] keys)
Undocumented in source.
- exists
long exists(const(ubyte)[][] keys)
Undocumented in source.
- keys
Set!(const(ubyte)[]) keys(const(ubyte)[] pattern)
Undocumented in source.
- mget
List!(const(ubyte)[]) mget(const(ubyte)[][] keys)
Undocumented in source.
- mset
string mset(const(ubyte)[][] keysvalues)
Undocumented in source.
- msetnx
long msetnx(const(ubyte)[][] keysvalues)
Undocumented in source.
- pfcount
long pfcount(const(ubyte)[][] keys)
Undocumented in source.
- pfmerge
string pfmerge(const(ubyte)[] destkey, const(ubyte)[][] sourcekeys)
Undocumented in source.
- psubscribe
void psubscribe(BinaryRedisPubSub jedisPubSub, const(ubyte)[][] patterns)
Undocumented in source.
- publish
long publish(const(ubyte)[] channel, const(ubyte)[] message)
Undocumented in source.
- randomBinaryKey
const(ubyte)[] randomBinaryKey()
Undocumented in source.
- rename
string rename(const(ubyte)[] oldkey, const(ubyte)[] newkey)
Undocumented in source.
- renamenx
long renamenx(const(ubyte)[] oldkey, const(ubyte)[] newkey)
Undocumented in source.
- rpoplpush
const(ubyte)[] rpoplpush(const(ubyte)[] srckey, const(ubyte)[] dstkey)
Undocumented in source.
- sdiff
Set!(const(ubyte)[]) sdiff(const(ubyte)[][] keys)
Undocumented in source.
- sdiffstore
long sdiffstore(const(ubyte)[] dstkey, const(ubyte)[][] keys)
Undocumented in source.
- sinter
Set!(const(ubyte)[]) sinter(const(ubyte)[][] keys)
Undocumented in source.
- sinterstore
long sinterstore(const(ubyte)[] dstkey, const(ubyte)[][] keys)
Undocumented in source.
- smove
long smove(const(ubyte)[] srckey, const(ubyte)[] dstkey, const(ubyte)[] member)
Undocumented in source.
- sort
long sort(const(ubyte)[] key, SortingParams sortingParameters, const(ubyte)[] dstkey)
Undocumented in source.
- sort
long sort(const(ubyte)[] key, const(ubyte)[] dstkey)
Undocumented in source.
- subscribe
void subscribe(BinaryRedisPubSub jedisPubSub, const(ubyte)[][] channels)
Undocumented in source.
- sunion
Set!(const(ubyte)[]) sunion(const(ubyte)[][] keys)
Undocumented in source.
- sunionstore
long sunionstore(const(ubyte)[] dstkey, const(ubyte)[][] keys)
Undocumented in source.
- touch
long touch(const(ubyte)[][] keys)
Undocumented in source.
- unlink
long unlink(const(ubyte)[][] keys)
Undocumented in source.
- unwatch
string unwatch()
Undocumented in source.
- watch
string watch(const(ubyte)[][] keys)
Undocumented in source.
- xread
List!(const(ubyte)[]) xread(int count, long block, Map!(const(ubyte)[], const(ubyte)[]) streams)
Undocumented in source.
- xreadGroup
List!(const(ubyte)[]) xreadGroup(const(ubyte)[] groupname, const(ubyte)[] consumer, int count, long block, bool noAck, Map!(const(ubyte)[], const(ubyte)[]) streams)
Undocumented in source.
- zinterstore
long zinterstore(const(ubyte)[] dstkey, const(ubyte)[][] sets)
Undocumented in source.
- zinterstore
long zinterstore(const(ubyte)[] dstkey, ZParams params, const(ubyte)[][] sets)
Undocumented in source.
- zunionstore
long zunionstore(const(ubyte)[] dstkey, const(ubyte)[][] sets)
Undocumented in source.
- zunionstore
long zunionstore(const(ubyte)[] dstkey, ZParams params, const(ubyte)[][] sets)
Undocumented in source.