summaryrefslogtreecommitdiff
path: root/tests/unit/bitops.tcl
Commit message (Expand)AuthorAgeFilesLines
* Run large-memory tests as solo. (#10626)Yossi Gottlieb2022-04-241-0/+4
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-141-2/+2
* BITSET and BITFIELD SET should propagate even if just length changed (#10459)guybe72022-03-211-0/+6
* Change lzf to handle values larger than UINT32_MAX (#9776)sundb2021-11-161-0/+14
* bitpos/bitcount add bit index (#9324)Huang Zhw2021-09-121-21/+178
* BITSET and BITFIELD SET only propagate command when the value changed. (#9403)Binbin2021-08-221-0/+35
* On 32 bit platform, the bit position of GETBIT/SETBIT/BITFIELD/BITCOUNT,BITPO...Huang Zhw2021-07-211-0/+26
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-40/+40
* 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