summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-206-0/+39
* Add comment to sdsConfigSet() (#10605)Moti Cohen2022-04-191-0/+6
* Fixes around AOF failed rewrite rate limiting (#10582)judeng2022-04-192-27/+27
* Return 0 when config set out-of-range oom-score-adj-values (#10601)sundb2022-04-191-1/+1
* Fix sdsConfigRewrite() to prevent freeing invalid memory(#10598)Moti Cohen2022-04-181-1/+1
* Fix RM_Yield bug processing future commands of the current client. (#10573)Oran Agra2022-04-181-5/+7
* Fix long long to double implicit conversion warning (#10595)Binbin2022-04-181-1/+1
* Optimize integer zset scores in listpack (converting to string and back) (#10...Oran Agra2022-04-176-35/+55
* Add RM_PublishMessageShard (#10543)guybe72022-04-178-43/+41
* Optimize the call of prepareReplicasToWrite (#10588)Wang Yuan2022-04-171-4/+10
* Add RM_MallocSizeString, RM_MallocSizeDict (#10542)guybe72022-04-173-2/+27
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-142-2/+2
* solve corrupt dump fuzzer crash in streams (#10579)Oran Agra2022-04-141-0/+6
* 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-134-1/+5
* Add the deprecated_since field in command args of COMMAND DOCS (#10545)guybe72022-04-134-0/+9
* Fix error/warning on Arm due to unsigned char. (#10572)Yossi Gottlieb2022-04-121-1/+1
* Allow specifying ACL reason for module log entry (#10559)Madelyn Olson2022-04-112-3/+20
* 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-103-0/+14
* 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-071-2/+10
* Fixes commands' syntices (#10534)Itamar Haber2022-04-069-327/+415
* Fix the bug that caused hash encoding errors when using hincrbyfloat or hincr...Lu JJ2022-04-051-0/+8
* use $^ instead of $< for linker in module makefile (#10530)judeng2022-04-051-8/+8
* 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-058-143/+184
* Cluster node name sanity check (#10391)bugwz2022-04-043-31/+57
* delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527)judeng2022-04-056-6/+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-041-0/+1
* fix typos in aof.c (#10513)judeng2022-04-041-10/+10
* Turn into replica on SETSLOT (#10489)Viktor Söderqvist2022-04-021-0/+28
* Use exit code 1 on error in redis-cli (#10468)Ozan Tezcan2022-03-301-8/+4
* Module Configurations (#10285)Nick Chun2022-03-308-232/+1117
* command json files cleanups (#10473)Binbin2022-03-3032-218/+301
* 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
* introduce MAX_D2STRING_CHARS instead of 128 const (#10487)Oran Agra2022-03-284-13/+44
* Make redis-cli --cluster help output to stdout (#10485)Binbin2022-03-281-14/+14