Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --large-memory flag for REDIS_TEST to enable tests that consume more than... | sundb | 2021-11-16 | 1 | -2/+2 |
* | Add run all test support with define REDIS_TEST (#8570) | sundb | 2021-03-10 | 1 | -1/+2 |
* | Fix compile warning when define REDIS_TEST (#8261) | sundb | 2021-01-09 | 1 | -2/+2 |
* | Move CRC64 initialization in main(). | antirez | 2020-05-05 | 1 | -3/+0 |
* | Fix CRC64 initialization outside the Redis server itself. | antirez | 2020-05-05 | 1 | -0/+3 |
* | Made crc64 test consistent | Madelyn Olson | 2020-04-24 | 1 | -2/+3 |
* | Implemented CRC64 based on slice by 4 | Madelyn Olson | 2020-04-24 | 1 | -154/+118 |
* | Allow all code tests to run using Redis args | Matt Stancliff | 2014-12-23 | 1 | -2/+6 |
* | crc64.c modified for incremental computation. | antirez | 2012-04-09 | 1 | -3/+2 |
* | CRC64 implementation added to Redis code base. | antirez | 2012-04-02 | 1 | -0/+192 |