MultiKeyPipelineBase.zinterstore

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

Meta