Redis BITSET - set binary value
Sets or clears the bit at offset in the string value stored at key.
redisSetBit(key, offset, bit)
key |
redis key |
offset |
integer index to be updated |
bit |
binary number to be set |
bit binary number with previous value, or '0' if it had not been set before.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.