BinaryRedis.getbit

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

class BinaryRedis
bool
getbit
(
const(ubyte)[] key
,
long offset
)

Meta