mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Initial implementation of BITPOS.
It appears to work but more stress testing, and both unit tests and fuzzy testing, is needed in order to ensure the implementation is sane.
This commit is contained in:
@ -1346,6 +1346,7 @@ void scriptCommand(redisClient *c);
|
||||
void timeCommand(redisClient *c);
|
||||
void bitopCommand(redisClient *c);
|
||||
void bitcountCommand(redisClient *c);
|
||||
void bitposCommand(redisClient *c);
|
||||
void replconfCommand(redisClient *c);
|
||||
|
||||
#if defined(__GNUC__)
|
||||
|
Reference in New Issue
Block a user