Closed
Description
Eric Wu opened DATAREDIS-287 and commented
In RedisStringCommands:
void setBit(byte[] key, long offset, boolean value);
does not return anything. This is not consistent with Redis (nor Jedis). Redis returns the original bit.
It is very useful sometimes to know if the bit has been changed
Referenced from: pull request #58