summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement module api for aux data in rdbOran Agra2019-07-223-1/+296
* prevent diskless replica from terminating on short readOran Agra2019-07-172-7/+109
* Merge pull request #5779 from madolson/dev-unstable-geo-bugfixSalvatore Sanfilippo2019-07-151-1/+13
|\
| * Fixed a rounding bug in geo.tclMadelyn Olson2019-01-151-1/+13
* | diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2019-07-084-102/+173
* | Implement `SCAN cursor [TYPE type]` modifier suggested in issue #6107.Angus Pearson2019-05-221-0/+45
* | Test: fix slowlog test false positive.antirez2019-05-141-1/+3
* | Fix test false positive introduced by threaded I/O.antirez2019-05-131-1/+1
* | test cases: skiptill -> skip-tillzhaozhao.zz2019-05-101-1/+1
* | make replication tests more stable on slow machinesOran Agra2019-05-053-4/+34
* | Merge pull request #5961 from yossigo/modules-testsSalvatore Sanfilippo2019-04-114-9/+181
|\ \
| * | Add runtest-moduleapi with commandfilter coverage.Yossi Gottlieb2019-03-244-23/+46
| * | fix: missing initialization.Yossi Gottlieb2019-03-242-0/+149
* | | ACL: Fix memory leak in ACLResetSubcommandsForCommand().antirez2019-04-081-1/+1
* | | ACL: regression test for #5998.antirez2019-04-081-0/+7
|/ /
* | CommandFilter API: REDISMODULE_CMDFILTER_NOSELF.Yossi Gottlieb2019-03-211-5/+22
* | CommandFilter API: Add unregister option.Yossi Gottlieb2019-03-211-0/+22
* | CommandFilter API: hellofilter and tests.Yossi Gottlieb2019-03-181-1/+19
* | Add command filter Module API tests.Yossi Gottlieb2019-03-182-0/+28
* | HyperLogLog: speedup fuzz test.antirez2019-03-151-2/+1
* | HyperLogLog: dense/sparse repr parsing fuzz test.antirez2019-03-151-0/+29
* | Merge pull request #5907 from spjwebster/xclaim-increment-delivery-countSalvatore Sanfilippo2019-03-131-0/+43
|\ \
| * | Only increment delivery count if JUSTID option is omittedSteve Webster2019-03-121-1/+15
| * | Increment delivery counter on XCLAIM unless RETRYCOUNT specifiedSteve Webster2019-03-081-0/+29
* | | Merge pull request #2774 from rouzier/blocking-list-commands-support-millisec...Salvatore Sanfilippo2019-03-121-2/+5
|\ \ \ | |/ / |/| |
| * | If the unit of a timeout is seconds treat it a floatJames Rouzier2016-02-231-2/+5
* | | Acl: Test: check command rules synthesis.antirez2019-01-301-0/+22
* | | ACL: Test: check subcommands (test fails).antirez2019-01-281-0/+9
* | | ACL: Test: nopass user flag, commands/groups +/- rules.antirez2019-01-281-0/+23
* | | ACL: Test: check default behavior and keys ACLs.antirez2019-01-281-0/+20
* | | ACL: Test: add the acl tests as default unit.antirez2019-01-281-0/+1
* | | ACL: Test: check passwords validity and removal.antirez2019-01-281-2/+19
* | | ACL: Test: enabled/disabled user.antirez2019-01-281-0/+15
* | | ACL: create unit test.antirez2019-01-281-0/+5
* | | ACL: implement resetpass directive and adjust test.antirez2019-01-181-1/+1
* | | ACL: AUTH + no default user password raises an error.antirez2019-01-171-2/+2
| |/ |/|
* | Remove debugging printf from replication.tcl test.antirez2018-12-121-1/+0
* | Merge pull request #5549 from oranagra/fix_test_racesSalvatore Sanfilippo2018-11-283-0/+11
|\ \
| * | fix small test suite race conditionsOran Agra2018-11-123-0/+11
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-11-281-1/+17
|\ \ \
| * \ \ Merge pull request #4737 from guybe7/zlexcount_fixSalvatore Sanfilippo2018-11-281-1/+17
| |\ \ \
| | * | | Don't call sdscmp() with shared.maxstring or shared.minstringGuy Benoish2018-03-061-1/+17
* | | | | Add unit test for stream XCLAIM command.Qu Chen2018-11-281-0/+48
|/ / / /
* | | | Test: regression test for #5570.antirez2018-11-191-0/+15
* | | | Test: regression test for #5577.antirez2018-11-191-0/+24
| |/ / |/| |
* | | Tests for XGROUP CREATE MKSTREAM.antirez2018-10-171-0/+11
* | | Streams: Tests modified XSTREAM -> XSETIDzhaozhao.zz2018-10-161-2/+2
* | | Tests modified to use XADD MAXLEN 0 + XSETID.antirez2018-10-161-26/+12
* | | Merge pull request #5426 from soloestoy/feature-xstreamSalvatore Sanfilippo2018-10-161-0/+62
|\ \ \
| * | | Streams: add tests for aof rewritezhaozhao.zz2018-10-091-0/+23