ShardedRedis.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. bool setbit(string key, long offset, string value)
    class ShardedRedis
    override
    bool
    setbit
    (
    string key
    ,
    long offset
    ,
    string value
    )

Meta