BinaryRedis.srandmember

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

Meta