Redis.spop

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

Meta