summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Optimize the call of prepareReplicasToWrite (#10588)Wang Yuan2022-04-171-4/+10
* Add RM_MallocSizeString, RM_MallocSizeDict (#10542)guybe72022-04-177-2/+287
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-1413-46/+46
* solve corrupt dump fuzzer crash in streams (#10579)Oran Agra2022-04-142-2/+16
* Fix several document error and function comments (#10580)Wen Hui2022-04-133-5/+5
* Optimize stream id sds creation on XADD key * (~20% saved cpu cycles) (#10574)filipe oliveira2022-04-131-8/+22
* Keyspace event for new keys (#10512)Luke Palmer2022-04-136-1/+19
* Add the deprecated_since field in command args of COMMAND DOCS (#10545)guybe72022-04-135-0/+11
* Fix error/warning on Arm due to unsigned char. (#10572)Yossi Gottlieb2022-04-121-1/+1
* Bump actions/upload-artifact from 2 to 3 (#10566)dependabot[bot]2022-04-121-3/+3
* Allow specifying ACL reason for module log entry (#10559)Madelyn Olson2022-04-114-4/+24
* Extending the use of hashTypeGetValue. (#10567)Ernesto Rodriguez Reina2022-04-111-46/+17
* Durability enhancement for appendfsync=always policy (#9678)zhaozhao.zz2022-04-114-33/+43
* modules: add RedisModuleKey* return type to RM_OpenKey (#3719)Evan2022-04-112-3/+3
* Add RM_TryAlloc (#10541)guybe72022-04-102-1/+11
* COMMAND DOCS shows module name, where applicable (#10544)guybe72022-04-105-2/+17
* fix indent space (#10562)cyhone2022-04-101-1/+1
* Fix an mistake in comment (#10560)zhl492022-04-101-2/+2
* improve malloc efficiency: reduce call times of zrealloc (#10533)王恒2022-04-092-9/+3
* Fix auto-aof-rewrite-percentage based AOFRW trigger after restart (#10550)chenyang80942022-04-071-2/+12
* Fix RM_Yield bug (#10548)Oran Agra2022-04-072-6/+24
* Fixes commands' syntices (#10534)Itamar Haber2022-04-0611-336/+441
* Fix the bug that caused hash encoding errors when using hincrbyfloat or hincr...Lu JJ2022-04-052-0/+33
* use $^ instead of $< for linker in module makefile (#10530)judeng2022-04-052-9/+9
* Stabilize Sentinel tests - refine failover-timeout & tilt-period (#10518)Moti Cohen2022-04-052-4/+5
* update static help.h from redis.io commands.json (#10529)Oran Agra2022-04-051-2/+12
* Update json command files so they only include syntax related information (#1...Madelyn Olson2022-04-0510-55/+16
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-0517-296/+425
* Cluster node name sanity check (#10391)bugwz2022-04-043-31/+57
* delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527)judeng2022-04-057-7/+0
* Remove outdated utils/hashtable/rehashing.c (#10526)Binbin2022-04-042-156/+0
* Fix null pointer subtraction warning (#10498)chenyang80942022-04-041-2/+2
* Fix mistake / outdated doc comment (#10521)Bofang Liu2022-04-041-1/+1
* Fix #10508, on error, pop function and error handler from Lua stack. (#10519)Meir Shpilraien (Spielrein)2022-04-042-0/+14
* fix typos in aof.c (#10513)judeng2022-04-041-10/+10
* Fix sentinel ACL test. Timing issue. (#10510)Moti Cohen2022-04-031-4/+11
* Turn into replica on SETSLOT (#10489)Viktor Söderqvist2022-04-023-3/+40
* Fix failing moduleconfigs tests and memory leak (#10501)sundb2022-03-312-2/+8
* Prevent replica failover during manual takeover test (#10499)Madelyn Olson2022-03-311-6/+18
* Fix cluster slot migration test (#10495)Binbin2022-03-301-0/+26
* Use exit code 1 on error in redis-cli (#10468)Ozan Tezcan2022-03-301-8/+4
* Move restart_killed_instances and verify_sentinel_auto_discovery to utils (#1...Binbin2022-03-303-23/+25
* Bump actions/checkout from 2 to 3 (#10390)dependabot[bot]2022-03-305-36/+36
* Bump actions/cache from 2 to 3 (#10463)dependabot[bot]2022-03-301-1/+1
* Module Configurations (#10285)Nick Chun2022-03-3013-233/+1530
* command json files cleanups (#10473)Binbin2022-03-3032-218/+301
* fix daily.yaml skip filters (#10490)Oran Agra2022-03-291-49/+49
* redis-cli: Do DNS lookup before sending CLUSTER MEET (#10436)Viktor Söderqvist2022-03-291-2/+22
* show cluster.links in MEMORY STATS (#10302)zhaozhao.zz2022-03-291-1/+4
* improve malloc efficiency for cluster slots_info_pairs (#10488)Oran Agra2022-03-292-41/+36