MultiKeyPipelineBase.zunionstore

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(Long) zunionstore(string dstkey, string[] sets)
  2. Response!(Long) zunionstore(const(ubyte)[] dstkey, const(ubyte)[][] sets)
    class MultiKeyPipelineBase
    override
    Response!(Long)
    zunionstore
    (
    const(ubyte)[] dstkey
    ,
    const(ubyte)[][] sets...
    )
  3. Response!(Long) zunionstore(string dstkey, ZParams params, string[] sets)
  4. Response!(Long) zunionstore(const(ubyte)[] dstkey, ZParams params, const(ubyte)[][] sets)

Meta