summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-292-23/+367
* Module api tests for RM_CallOran Agra2019-10-284-1/+80
* Merge pull request #6496 from oranagra/module_tests_valgrindSalvatore Sanfilippo2019-10-283-27/+31
|\
| * Make module tests pass with valgrind, and fix a leak in diskless loadOran Agra2019-10-243-27/+31
* | Modules: improve tests Makefile.Yossi Gottlieb2019-10-241-24/+15
* | Modules hooks: test flush event.antirez2019-10-242-3/+15
* | Modules hooks: initial Tcl test file.antirez2019-10-241-0/+18
* | Modules hooks: test module draft.antirez2019-10-232-1/+82
|/
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-1616-8/+505
|\
| * Test: fix implementation-dependent test after code change.antirez2019-10-101-2/+2
| * update typoDaniel Dai2019-10-091-1/+1
| * Geo: output 10 chars of geohash, not 11.antirez2019-10-081-1/+1
| * Modules: add RM_Replicate() Tcl test file & fix the module.antirez2019-10-032-0/+31
| * Modules: RM_Replicate() test with threads.antirez2019-10-031-2/+23
| * Modules: RM_Replicate() test module: initial implementation.antirez2019-10-032-1/+86
| * Merge pull request #6270 from oranagra/modules_infoSalvatore Sanfilippo2019-10-013-1/+110
| |\
| | * 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