summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-302-0/+16
* Merge pull request #6699 from guybe7/module_blocked_on_key_timeout_memleakSalvatore Sanfilippo2020-01-292-6/+42
|\
| * Modules: Fix blocked-client-related memory leakGuy Benoish2019-12-302-6/+42
* | 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
* incrbyfloat: fix issue #5256 ttl lost after propagatezhaozhao.zz2019-12-181-0/+7
* add a new SET option KEEPTTL that doesn't remove expire timezhaozhao.zz2019-12-181-0/+13
* Fixed some documentationMadelyn Olson2019-12-171-32/+0
* Added some documentation and fixed a testMadelyn Olson2019-12-171-3/+7
* Add module APIs for custom authenticationMadelyn Olson2019-12-173-1/+191
* Improve RM_ModuleTypeReplaceValue() API.Yossi Gottlieb2019-12-122-0/+42
* fix crash in module short read testOran Agra2019-12-021-1/+2
* Merge pull request #6624 from oranagra/config_c_step_3Salvatore Sanfilippo2019-12-021-0/+65
|\
| * Converting more configs to use generic infra, and moving defaults to config.cOran Agra2019-11-281-0/+65
* | revert an accidental test code change done as part of the tls projectOran Agra2019-12-011-1/+1
|/
* Merge pull request #6598 from oranagra/module-hook-testSalvatore Sanfilippo2019-11-251-6/+8
|\
| * try to fix an unstable test (module hook for loading progress)Oran Agra2019-11-191-6/+8
* | Merge branch 'unstable' into rm_get_server_infoSalvatore Sanfilippo2019-11-2115-33/+1328
|\ \
| * \ Merge pull request #6603 from daidaotong/typofixSalvatore Sanfilippo2019-11-201-1/+1
| |\ \ | | |/ | |/|
| | * fix typoDaniel Dai2019-11-191-1/+1
| * | Merge branch 'unstable' into module-long-doubleSalvatore Sanfilippo2019-11-1910-8/+552
| |\ \
| | * \ Merge pull request #6557 from oranagra/rm_lru_lfu_revizedSalvatore Sanfilippo2019-11-192-13/+86
| | |\ \
| | | * | rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-102-13/+86
| | | |/
| | * | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-11-192-7/+37
| | |\ \
| | | * \ Merge pull request #6558 from oranagra/module_testrdb_leakSalvatore Sanfilippo2019-11-191-1/+4
| | | |\ \
| | | | * | fix leak in module api rdb testOran Agra2019-11-101-1/+4
| | | | |/
| | | * | Merge pull request #6513 from oranagra/test_assertionsSalvatore Sanfilippo2019-11-191-6/+33
| | | |\ \
| | | | * | test infra: improve prints on failed assertionsOran Agra2019-10-291-6/+33
| | * | | | Fix stream test after addition of 0-0 ID test.antirez2019-11-191-3/+3
| | |/ / /
| | * | | Merge branch 'unstable' into scan_module_implSalvatore Sanfilippo2019-11-194-1/+196
| | |\ \ \
| | | * \ \ Merge pull request #3383 from yossigo/datatype_load_saveSalvatore Sanfilippo2019-11-193-1/+190
| | | |\ \ \
| | | | * | | Add ModuleDataType to/from string serialization.Yossi Gottlieb2019-11-043-1/+190
| | | | | |/ | | | | |/|
| | | * | | XADD with ID 0-0 stores an empty keyGuy Benoish2019-11-131-0/+6
| | | |/ /
| | * | | Add RM_ScanKey to scan hash, set, zset, changes to RM_Scan APIOran Agra2019-11-112-38/+114
| | * | | Added scan implementation to module api.meir@redislabs.com2019-11-113-1/+82
| | |/ /
| | * | Merge pull request #6540 from oranagra/simple_module_api_testsSalvatore Sanfilippo2019-11-042-0/+88
| | |\ \
| | | * | Test coverage for new module APIs: dbsize, flushall, randomkey, lru get/setOran Agra2019-11-042-0/+88
| * | | | RM_CreateStringFromLongDouble: use new ld2string 'mode' typeartix2019-11-041-0/+4
| * | | | Fix RedisModule_ReplyWithLongDouble ptr definition, add testsartix2019-11-042-1/+44
| |/ / /
| * | | Merge pull request #6539 from kristoff-it/unstableSalvatore Sanfilippo2019-11-041-0/+6
| |\ \ \
| | * | | fix unreported overflow in autogerenared stream IDsLoris Cro2019-11-041-0/+6
| | |/ /
| * | | Merge pull request #6531 from oranagra/rm_save_long_doubleSalvatore Sanfilippo2019-11-041-1/+8
| |\ \ \ | | |/ / | |/| |
| | * | Module API for loading and saving long doubleOran Agra2019-11-031-1/+8
| | |/
| * | Merge pull request #6535 from guybe7/module_block_on_keys_testsSalvatore Sanfilippo2019-11-043-1/+348
| |\ \
| | * | Modules: Test RedisModule_BlockClientOnKeysGuy Benoish2019-11-043-1/+348
| | |/