Skip to content

setBit() should return a Boolean [DATAREDIS-287] #864

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions