PipelineBase.zrem

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(Long) zrem(string key, string[] members)
  2. Response!(Long) zrem(const(ubyte)[] key, const(ubyte)[][] members)
    class PipelineBase
    Response!(Long)
    zrem
    (
    const(ubyte)[] key
    ,
    const(ubyte)[][] members...
    )

Meta