]> git.saurik.com Git - redis.git/history - src/bitops.c
When closing the MDB DBI, do it in a transaction.
[redis.git] / src / bitops.c
2012-11-08  antirezBSD license added to every C source and header file.
2012-10-05  Salvatore SanfilippoMerge pull request #544 from dvirsky/2.6
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