summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge remote-tracking branch 'antirez/unstable' into modules_infoOran Agra2019-09-308-2/+516
| | |\
| | * | Module INFO, support default section for simple modulesOran Agra2019-08-182-1/+9
| | * | Module INFO, add support for dict fields, rename API to have common prefixOran Agra2019-08-182-11/+22
| | * | Extend modules API to allow modules report to redis INFOOran Agra2019-07-243-1/+91
| * | | ACLs: change hashed passwords opcode to also remove them.hashed-pass-opcodeantirez2019-09-301-0/+6
| * | | Allowed passing in of password hash and fixed config rewriteMadelyn Olson2019-09-302-1/+27
| | |/ | |/|
| * | Merge branch 'unstable' into modules_forkSalvatore Sanfilippo2019-09-276-8/+490
| |\ \
| | * \ Merge pull request #6235 from oranagra/module_rdb_load_errorsSalvatore Sanfilippo2019-09-262-2/+73
| | |\ \
| | | * | Add test for module diskless short readsOran Agra2019-07-302-2/+73
| | * | | DISCARD should not fail during OOMvalentino2019-09-221-0/+14
| | |/ /
| * | | Fix lastbgsave_status, when new child signal handler get intended killOran Agra2019-09-261-0/+14
| * | | Module API for ForkingOran Agra2019-07-173-1/+121
* | | | TLS: Configuration options.Yossi Gottlieb2019-10-074-24/+114
* | | | TLS: Implement support for write barrier.Oran Agra2019-10-071-0/+31
* | | | diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-14/+156
* | | | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-0725-51/+215
| |/ / |/| |
* | | 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