Redis.setbit

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool setbit(string key, long offset, bool value)
  2. alias setbit = BinaryRedis.setbit
  3. bool setbit(string key, long offset, string value)
    class Redis
    bool
    setbit
    (
    string key
    ,
    long offset
    ,
    string value
    )

Meta