summaryrefslogtreecommitdiff
path: root/tests/unit/bitops.tcl
Commit message (Expand)AuthorAgeFilesLines
* Regression test for #3282.antirez2016-06-151-0/+10
* various cleanups and minor fixesOran Agra2016-04-251-1/+1
* Fix typo in bitops.tcl comment.antirez2016-03-021-1/+1
* Remove trailing spaces from testsMatt Stancliff2014-09-291-1/+1
* BITPOS fuzzy testing.antirez2014-02-271-0/+33
* Basic BITPOS tests.antirez2014-02-271-0/+102
* Added two more BITCOUNT tests stressing misaligned access.antirez2014-02-271-0/+12
* BITCOUNT fuzzy test with random start/end added.antirez2014-02-271-1/+15
* Type mismatch errors are now prefixed with WRONGTYPE.antirez2012-11-061-1/+1
* BITCOUNT regression test for #582 fixed for 32 bit target.antirez2012-09-051-1/+6
* BITCOUNT: fix segmentation fault.Haruto Otake2012-09-051-0/+6
* BITOP bug when called against non existing keys fixed.antirez2012-05-311-0/+6
* BITOP command 10x speed improvement.antirez2012-05-241-1/+11
* BITOP: handle integer encoded objects correctly.antirez2012-05-241-1/+18
* Bit operations tests improved.antirez2012-05-241-15/+21
* BITOP and BITCOUNT tests.antirez2012-05-241-0/+130