]> git.saurik.com Git - redis.git/commitdiff
BITCOUNT refactoring.
authorantirez <antirez@gmail.com>
Sat, 19 May 2012 14:16:25 +0000 (16:16 +0200)
committerantirez <antirez@gmail.com>
Thu, 24 May 2012 13:24:27 +0000 (15:24 +0200)
The low level popualtion counting function is now separated from the
BITCOUNT command implementation, so that the low level function can be
further optimized and eventually used in other contexts if needed.


No differences found