Redis.srandmember

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string srandmember(string key)
  2. alias srandmember = BinaryRedis.srandmember
  3. List!(string) srandmember(string key, int count)
    class Redis
    List!(string)
    srandmember
    (
    string key
    ,
    int count
    )

Meta