summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add warning for suspected slow system clocksource setting (#10636)yoav-steinberg2022-05-228-208/+495
* Scripts that declare the `no-writes` flag are implicitly `allow-oom` too. (#1...Oran Agra2022-05-222-6/+15
* Remove ziplist dead code in object.c (#10751)Binbin2022-05-222-6/+3
* Fix memory leak in streamGetEdgeID (#10753)Yuuoniy2022-05-221-1/+1
* Add SIGINT handler to redis-cli --bigkeys, --memkeys, --hotkeys, --scan (#10736)Ofir Luzon2022-05-221-12/+14
* Fix typos in module comment / documentation (#10740)Binbin2022-05-182-11/+11
* Add const qualifier to config name parameter in RM_RegisterBoolConfig() (#10733)Ozan Tezcan2022-05-161-1/+1
* Replica fail and retry the PSYNC if the master is unresponsive (#10726)Qu Chen2022-05-161-2/+20
* Make the check for if script is running or not consistent (#10725)Qu Chen2022-05-154-8/+4
* Remove a redundant free in freeClient (#10721)Tian2022-05-141-1/+0
* re-add SENTINEL SLAVES command, missing in redis 7.0 (#10723)Stephen Sullivan2022-05-132-0/+42
* Update comments on command args, and a misleading error reply (#10645)Wen Hui2022-05-134-6/+8
* Fix possible regression around TLS config changes. Add VOLATILE_CONFIG flag f...yoav-steinberg2022-05-122-12/+16
* Fix Makefile.dep generation with ICC. (#10708)Yossi Gottlieb2022-05-111-1/+2
* redis-server command line arguments support take one bulk string with spaces ...Binbin2022-05-112-5/+24
* FLUSHDB and FLUSHALL add call forceCommandPropagation / FLUSHALL reset dirty ...Binbin2022-05-111-7/+11
* Dediacted member to hold RedisModuleCommand (#10681)guybe72022-05-104-24/+19
* Replace float zero comparison to FP_ZERO comparison (#10675)Mariya Markova2022-05-101-2/+2
* CLUSTER SHARDS should returns slots as integers, not strings (#10683)Binbin2022-05-101-1/+1
* Fix #10705, avoid relinking the same library twice. (#10706)Meir Shpilraien (Spielrein)2022-05-101-0/+1
* Fix cursor type in RedisModuleScanCursor (#10698)Ozan Tezcan2022-05-091-1/+1
* fix some typos in "t_zset.c" (#10670)Lu JJ2022-05-091-4/+4
* Fix --save command line regression in redis 7.0.0 (#10690)Oran Agra2022-05-091-1/+3
* Bug fixes for enum configs with overlapping bit flags (module API) (#10661)Oran Agra2022-05-092-5/+12
* Fix RM_Scan() documentation (#10693)Ozan Tezcan2022-05-091-4/+4
* zmalloc_get_rss implementation for haiku. (#10687)David CARLIER2022-05-082-0/+19
* update redismodule notify defines to be in sync with server (#10688)Shaya Potter2022-05-081-1/+2
* Expose Lua error in case of string error. (#10677)Meir Shpilraien (Spielrein)2022-05-031-2/+5
* fast path when SDIFF command has the same key as the first key (#10663)Lu JJ2022-05-021-1/+7
* cleanup: use ZIPLIST_ENTRY_END macro instead of 1 (#3672)wutao_water2022-05-021-1/+1
* support tcp-keepalive config interval on macOs (#10667)David CARLIER2022-05-021-0/+7
* fix typo in 'setTypeRandomElement' (#10662)Lu JJ2022-05-011-1/+1
* add comment to 'container' in 'quicklist.h' (#10656)Lu JJ2022-04-281-1/+1
* Update the comments of commands introduced or updated in redis 7.0 (#10659)Wen Hui2022-04-284-6/+9
* Merge pull request #10651 from oranagra/meir_lua_readonly_tablesOran Agra2022-04-274-209/+281
|\
| * Protect any table which is reachable from globals and added globals white list.meir2022-04-274-37/+198
| * Protect globals of both evals scripts and functions.meir2022-04-274-164/+90
| * Move user eval function to be located on Lua registry.meir2022-04-273-25/+10
* | Delete renamed new incr when write manifest failed (#10649)chenyang80942022-04-271-5/+10
|/
* Add module API flag for using enum configs as bit flags (#10643)Oran Agra2022-04-263-3/+19
* Fix bug when AOF enabled after startup. put the new incr file in the manifest...chenyang80942022-04-263-29/+105
* Allow configuring signaled shutdown flags (#10594)Eduardo Semprebon2022-04-263-31/+86
* Fix syntax error in replicationErrorBehavior enum (#10642)Binbin2022-04-261-1/+1
* Set replicas to panic on disk errors, and optionally panic on replication err...Madelyn Olson2022-04-265-7/+64
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-265-6/+29
* fix broken protocol regression from #10612 (#10639)Oran Agra2022-04-261-0/+3
* Fix typos and limit unknown command error message (#10634)Binbin2022-04-255-8/+8
* fix an unclear comment and add a comment to 'zi' in 'quicklist.h' (#10633)Lu JJ2022-04-251-2/+2
* Fix regression not aborting transaction on error, and re-edit some error resp...guybe72022-04-254-44/+65
* isSafeToPerformEvictions: Remove redundant condition (#10610)guybe72022-04-241-4/+0