PipelineBase.srandmember

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

Meta