MultiKeyPipelineBase.brpop

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(List!(string)) brpop(string[] args)
  2. alias brpop = PipelineBase.brpop
  3. Response!(List!(string)) brpop(int timeout, string[] keys)
  4. Response!(List!(const(ubyte)[])) brpop(const(ubyte)[][] args)
    class MultiKeyPipelineBase
    override
    Response!(List!(const(ubyte)[]))
    brpop
    (
    const(ubyte)[][] args...
    )
  5. Response!(List!(string)) brpop(int timeout, const(ubyte)[][] keys)

Meta