PipelineBase.xrange

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(List!(StreamEntry)) xrange(string key, StreamEntryID start, StreamEntryID end, int count)
  2. Response!(List!(const(ubyte)[])) xrange(const(ubyte)[] key, const(ubyte)[] start, const(ubyte)[] end, int count)
    class PipelineBase
    Response!(List!(const(ubyte)[]))
    xrange
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] start
    ,
    const(ubyte)[] end
    ,
    int count
    )

Meta