BinaryRedis.sdiffstore

This command works exactly like {@link #sdiff(const(ubyte)[]...) SDIFF} but instead of being returned the resulting set is stored in dstkey. @param dstkey @param keys @return Status code reply

class BinaryRedis
Long
sdiffstore
(
const(ubyte)[] dstkey
,
const(ubyte)[][] keys...
)

Meta