Rdocumentation
powered by
Learn R Programming
rredis (version 1.7.0)
redisGetBit: Redis BITSET gets - get binary value
Description
Returns the bit value at offset in the string value stored at key.
Usage
redisGetBit(key, offset, ...)
Arguments
key
redis key
offset
integer index
...
Optional additional arguments. Specify
raw=TRUE
to skip de-serialization of the data.
Value
bit binary integer