summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix typoshenlongxing2018-06-211-1/+1
* Enhance RESTORE with RDBv9 new featuresGuy Benoish2018-06-201-0/+33
* Test RDB stream encoding saving/loading.antirez2018-06-191-0/+17
* Fix SCAN bug regression test, avoiding empty SREM call.antirez2018-06-141-1/+1
* Regression test for issue #5006.antirez2018-06-121-0/+16
* Improved regression test for #4906.antirez2018-06-111-29/+37
* Regression test for the dictScan() issue #4906.antirez2018-06-111-0/+38
* ZPOP: invert score-ele to match ZRANGE WITHSCORES order.antirez2018-06-051-25/+25
* Streams: fix test ID format.antirez2018-05-251-4/+4
* Make active defragmentation tests optional.antirez2018-05-241-54/+62
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-05-171-4/+6
|\
| * Merge pull request #4927 from oranagra/defrag_32bit_fixSalvatore Sanfilippo2018-05-171-4/+6
| |\
| | * Active defrag fixes for 32bit buildsOran Agra2018-05-171-4/+6
* | | Merge remote-tracking branch 'artix/trib2cli' into unstableantirez2018-05-172-12/+12
|\ \ \ | |/ / |/| |
| * | Cluster tests now using redis-cli instead of redis-tribartix2018-04-232-12/+12
* | | Test: fix blocking lists/zsets replication test.antirez2018-05-152-5/+6
* | | Test: replication test blocking lists/zsets ops.antirez2018-05-153-0/+110
| |/ |/|
* | ZPOP: fix the tests according to new non-blocking "count" argument.zpopantirez2018-05-111-15/+11
* | ZPOP: renaming to have explicit MIN/MAX score idea.antirez2018-05-111-42/+42
* | Implements [B]Z[REV]POP and the respective unit testsItamar Haber2018-04-301-0/+158
|/
* AOF: run tests with preamble off when it makes sense.antirez2018-03-254-3/+6
* Merge pull request #4691 from oranagra/active_defrag_v2Salvatore Sanfilippo2018-03-222-40/+148
|\
| * Adding real allocator fragmentation to INFO and MEMORY command + active defra...Oran Agra2018-03-122-40/+148
* | CG: test XACK remaining features.antirez2018-03-151-0/+10
* | CG: test XACK ability to remove items from the PELs.antirez2018-03-151-0/+13
* | CG: test XPENDING ability to return pending items.antirez2018-03-151-0/+20
* | CG: test XGROUPREAD abilities.antirez2018-03-151-0/+30
* | CG: test group creation.antirez2018-03-151-0/+1
* | CG: More specific duplicated group error.antirez2018-03-151-0/+11
* | Cluster: add test for the nofailover flag.antirez2018-03-142-0/+71
|/
* Fix integration test NOREPLICAS error time dependent false positive.antirez2018-01-241-3/+6
* Test: MIGRATE AUTH test added.antirez2018-01-091-0/+24
* Regression test for #4505 (Lua AUX field loading).antirez2017-12-041-1/+22
* Streams: add some initial test for XREVRANGE.antirez2017-12-011-0/+8
* Streams: fix XREAD test broken after previous tests improvements.antirez2017-12-011-1/+1
* Streams: move ID ms/seq separator from '.' to '-'antirez2017-12-011-7/+7
* Streams: add XADD + MAXLEN test.antirez2017-12-011-0/+17
* Streams: modify tests to stress compression.antirez2017-12-011-5/+10
* Streams: tests for blocking and non-blocking XREAD.antirez2017-12-011-0/+90
* Streams: XRANGE fuzz testing.antirez2017-12-011-1/+52
* Streams: more advanced XADD and XRANGE tests.antirez2017-12-011-0/+43
* Streams: basic XADD tests.antirez2017-12-012-0/+43
* Regression test: Slave restart with EVALSHA in backlog issue #4483.antirez2017-11-301-1/+64
* Merge pull request #4215 from lamby/correct-faield-spellingSalvatore Sanfilippo2017-11-281-1/+1
|\
| * Correct spelling of "faield".Chris Lamb2017-08-121-1/+1
* | Test: regression test for latency expire events logging bug.antirez2017-11-241-0/+14
* | fix string to double conversion, stopped parsing on \0 even if the string has...Oran Agra2017-11-231-0/+7
* | Regression test for issue #4391.antirez2017-10-301-0/+4
|/
* Fix GEORADIUS edge case with huge radius.antirez2017-07-031-0/+3
* Fix set with ex/px option when propagated to aofxuzhou2017-06-161-0/+15