Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

redisSetBit

Redis BITSET - set binary value


Description

Sets or clears the bit at offset in the string value stored at key.

Usage

redisSetBit(key, offset, bit)

Arguments

key

redis key

offset

integer index to be updated

bit

binary number to be set

Value

bit binary number with previous value, or '0' if it had not been set before.


rredis

"Redis" Key/Value Database Client

v1.7.0
Apache License (>= 2.0)
Authors
B. W. Lewis
Initial release
2015-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.