Redis.setbit

Sets or clears the bit at offset in the string value stored at key @param key @param offset @param value @return

  1. bool setbit(string key, long offset, bool value)
    class Redis
    bool
    setbit
    (
    string key
    ,
    long offset
    ,
    bool value
    )
  2. alias setbit = BinaryRedis.setbit
  3. bool setbit(string key, long offset, string value)

Meta