Function RedisDatabase.getBit
Returns the bit value at offset in the string value stored at key
bool getBit
(
string key,
long offset
) @safe;
Returns the bit value at offset in the string value stored at key
bool getBit
(
string key,
long offset
) @safe;