Client.setbit

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

Meta