Redis.getbit

Returns the bit value at offset in the string value stored at key @param key @param offset @return

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

Meta