summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lcs' into unstableantirez2020-04-061-0/+30
|\
| * LCS: more tests.antirez2020-04-061-0/+8
| * LCS tests.antirez2020-04-061-0/+22
* | Try to fix time-sensitive tests in blockonkey.tclGuy Benoish2020-04-031-1/+54
* | Merge pull request #7030 from valentinogeron/xread-in-luaSalvatore Sanfilippo2020-04-031-0/+11
|\ \
| * | XREAD and XREADGROUP should not be allowed from scripts when BLOCK option is ...Valentino Geron2020-03-261-0/+11
* | | Fix no-negative-zero testGuy Benoish2020-04-021-0/+1
* | | Merge pull request #6546 from guybe7/fix_neg_zeroSalvatore Sanfilippo2020-04-021-0/+6
|\ \ \
| * | | Make sure Redis does not reply with negative zeroGuy Benoish2019-11-051-0/+6
* | | | Merge pull request #7029 from valentinogeron/fix-xackSalvatore Sanfilippo2020-04-021-0/+12
|\ \ \ \
| * | | | XACK should be executed in a "all or nothing" fashion.Valentino Geron2020-03-261-0/+12
| | |/ / | |/| |
* | | | Fix memory corruption in moduleHandleBlockedClientsGuy Benoish2020-04-011-20/+35
| |_|/ |/| |
* | | Merge pull request #7037 from guybe7/fix_module_replicate_multiSalvatore Sanfilippo2020-03-311-0/+33
|\ \ \
| * | | Modules: Test MULTI/EXEC replication of RM_ReplicateGuy Benoish2020-03-311-0/+33
* | | | RENAME can unblock XREADGROUPGuy Benoish2020-03-311-0/+21
|/ / /
* | | Fix the propagate Tcl test after module changes.fix-double-multiantirez2020-03-311-1/+1
* | | Merge pull request #6644 from oranagra/stream_aofrwSalvatore Sanfilippo2020-03-261-0/+13
|\ \ \ | |/ / |/| |
| * | AOFRW on an empty stream created with MKSTREAM loads badklyOran Agra2020-03-251-0/+13
* | | MULTI/EXEC during LUA script timeout are messed upOran Agra2020-03-231-0/+72
* | | Fix BITFIELD_RO test.antirez2020-03-231-4/+4
* | | Merge pull request #6951 from yangbodong22011/feature-bitfield-roSalvatore Sanfilippo2020-03-231-0/+31
|\ \ \
| * | | Added BITFIELD_RO variants for read-only operations.bodong.ybd2020-03-041-0/+31
| |/ /
* | | Regression test for #7011.antirez2020-03-201-0/+7
|/ /
* | Merge pull request #6926 from oranagra/fork-test-fixSalvatore Sanfilippo2020-02-271-2/+1
|\ \
| * | fix race in module api test for forkOran Agra2020-02-231-2/+1
* | | fix github actions failing latency test for active defrag - part 2Oran Agra2020-02-271-2/+3
* | | fix github actions failing latency test for active defragOran Agra2020-02-251-3/+3
* | | Fix latency sensitivity of new defrag testOran Agra2020-02-231-8/+32
|/ /
* | Merge pull request #6903 from oranagra/defrag_listsSalvatore Sanfilippo2020-02-201-0/+92
|\ \
| * | Defrag big lists in portions to avoid latency and freezeOran Agra2020-02-181-0/+92
* | | XGROUP DESTROY should unblock XREADGROUP with -NOGROUPGuy Benoish2020-02-191-0/+9
|/ /
* | Tracking: first set of tests for the feature.csc2antirez2020-02-141-0/+66
* | Merge branch 'acl-log' into unstableantirez2020-02-061-0/+107
|\ \
| * | ACL LOG: make max log entries configurable.acl-logantirez2020-02-041-0/+11
| * | ACL LOG: test for AUTH reason.antirez2020-02-041-0/+9
| * | ACL LOG: implement a few basic tests.antirez2020-01-301-0/+87
* | | Add tcl regression test in scripting.tcl to reproduce memory leak.WuYunlong2020-02-041-0/+5
* | | ld2string should fail if string contains \0 in the middleGuy Benoish2020-01-301-0/+7
* | | Merge pull request #6699 from guybe7/module_blocked_on_key_timeout_memleakSalvatore Sanfilippo2020-01-291-0/+35
|\ \ \ | |/ / |/| |
| * | Modules: Fix blocked-client-related memory leakGuy Benoish2019-12-301-0/+35
* | | Merge pull request #6703 from guybe7/blocking_xread_empty_replySalvatore Sanfilippo2020-01-092-0/+25
|\ \ \
| * | | Blocking XREAD[GROUP] should always reply with valid data (or timeout)Guy Benoish2019-12-302-0/+25
| |/ /
* | | Merge pull request #6706 from guybe7/stream_id_edge_casesSalvatore Sanfilippo2019-12-291-0/+27
|\ \ \
| * | | Stream: Handle streamID-related edge casesGuy Benoish2019-12-261-0/+27
| |/ /
* | | config.c adjust config limits and mutableOran Agra2019-12-261-1/+1
|/ /
* | Revert "Geo: output 10 chars of geohash, not 11."antirez2019-12-181-1/+1
* | add a new SET option KEEPTTL that doesn't remove expire timezhaozhao.zz2019-12-181-0/+13
* | Add module APIs for custom authenticationMadelyn Olson2019-12-171-0/+71
* | Improve RM_ModuleTypeReplaceValue() API.Yossi Gottlieb2019-12-121-0/+17
* | Converting more configs to use generic infra, and moving defaults to config.cOran Agra2019-11-281-0/+65