]> git.saurik.com Git - redis.git/history - src/bitops.c
Added the SRANDMEMBER key <count> variant.
[redis.git] / src / bitops.c
2012-09-05  Haruto OtakeBITCOUNT: fix segmentation fault.
2012-07-18  antirezDon't assume that "char" is signed.
2012-05-31  antirezBITOP bug when called against non existing keys fixed.
2012-05-24  antirezBITOP command 10x speed improvement.
2012-05-24  antirezBITOP: handle integer encoded objects correctly.
2012-05-24  antirezBITCOUNT performance improved.
2012-05-24  antirezbitop.c renamed bitops.c