summaryrefslogtreecommitdiff
path: root/src/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Set replicas to panic on disk errors, and optionally panic on replication err...Madelyn Olson2022-04-261-0/+6
* fix crash in debug protocol push (#10483)DarrenJiang132022-03-281-0/+4
* crash log, print killer pid only when si_code is SI_USER (#10454)Oran Agra2022-03-221-1/+1
* Introduce debug command to disable reply buffer resizing (#10360)ranshid2022-03-011-8/+17
* introduce dynamic client reply buffer size - save memory on idle clients (#9822)ranshid2022-02-221-0/+14
* Removed double semicolon at the end of line (#10305)Matteo Baccan2022-02-161-1/+1
* Use binary representation for key values dumped to crash log (#10275)Omer Shadmi2022-02-101-3/+3
* Make INFO command variadic (#6891)Wen Hui2022-02-081-1/+7
* Fix file descriptor leak in memtest_test_linux_anonymous_maps (#4241)footpatch2022-02-061-1/+4
* Fix SENTINEL SET config rewrite test (#10232)Binbin2022-02-041-2/+2
* Use const char pointer in redismodule.h as far as possible (#10064)Wang Yuan2022-01-181-6/+5
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-1/+4
* Implement clusterbus message extensions and cluster hostname support (#9530)Madelyn Olson2022-01-021-0/+8
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-1/+1
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-211-2/+2
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-8/+0
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-1/+1
* Extend output of DEBUG HELP for POPULATE (#9869)Viktor Söderqvist2021-11-301-2/+4
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-9/+9
* Fix false positive leak reported by GCC ASAN (#9816)Oran Agra2021-11-211-2/+6
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-2/+10
* Refactor config.c for generic setter interface (#9644)yoav-steinberg2021-11-071-29/+19
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-0/+33
* fix valgrind issues with long double module test (#9709)Oran Agra2021-11-011-1/+1
* Client eviction ci issues (#9549)yoav-steinberg2021-09-261-0/+6
* Client eviction (#8687)yoav-steinberg2021-09-231-0/+19
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-4/+4
* More generic crash report for unsupported archs (#9385)yoav-steinberg2021-08-181-3/+29
* Add debug config flag to print certain config values on engine crash (#9304)Madelyn Olson2021-08-051-0/+13
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-041-0/+4
* Fix format strings serverLogObjectDebugInfo to use unsigned (#2927)Erik Dubbelboer2021-07-181-2/+2
* Test infra, handle RESP3 attributes and big-numbers and bools (#9235)Oran Agra2021-07-141-6/+8
* Improve the debug help command message (#9098)Binbin2021-06-201-7/+9
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-161-2/+2
* cleanup around loadAppendOnlyFile (#9012)YaacovHazan2021-06-141-4/+2
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Initialize RedisModuleDigest with zeroes (#8731)guybe72021-03-311-1/+1
* Fixes a typo in DEBUG HELP (#8638)Itamar Haber2021-03-241-1/+1
* Fix crash report killed by message (#8683)Oran Agra2021-03-241-1/+1
* Fixes for systems with 64-bit time (#8662)Theo Buehler2021-03-171-1/+1
* Fix compliation on arm64 Mac with jemalloc (#8458)David Gilman2021-03-011-0/+4
* HELP subcommand, continued (#5531)Itamar Haber2021-01-041-31/+80
* Crash log would crash half way on commands with no arguments (#8260)Oran Agra2021-01-011-1/+1
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-231-4/+4
* Fix issue where fork process deletes the parent pidfile (#8231)Meir Shpilraien (Spielrein)2020-12-221-1/+1
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-131-1/+1
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-0/+15
* raspberry build fix. (#8095)David CARLIER2020-11-251-2/+2
* EXISTS should not alter LRU, OBJECT should not reveal expired keys on replica...guybe72020-11-181-1/+5
* Debug Populate: Avoid server crash when passing negative value for key and va...Wen Hui2020-11-051-2/+4