summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-102-0/+18
* 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-094-10/+36
* Bug fixes for enum configs with overlapping bit flags (module API) (#10661)Oran Agra2022-05-094-16/+38
* 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
* Bump github/codeql-action from 1 to 2 (#10635)dependabot[bot]2022-05-041-4/+3
* Module API doc script: Mark unreleased API functions (#10674)Viktor Söderqvist2022-05-031-4/+3
* 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-022-1/+14
* 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
* Injects Hugo FrontMatter to module-api.md (#10658)Itamar Haber2022-04-281-1/+10
* 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-2712-240/+449
|\
| * Protect any table which is reachable from globals and added globals white list.meir2022-04-277-37/+270
| * Protect globals of both evals scripts and functions.meir2022-04-276-193/+165
| * Move user eval function to be located on Lua registry.meir2022-04-273-25/+10
| * Added support for Lua readonly tables.meir2022-04-276-2/+21
* | 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-265-7/+51
* Fix bug when AOF enabled after startup. put the new incr file in the manifest...chenyang80942022-04-264-32/+270
* Allow configuring signaled shutdown flags (#10594)Eduardo Semprebon2022-04-267-34/+111
* 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-268-7/+136
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-2610-23/+111
* 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-2511-56/+88
* Test: RM_Call from within "expired" notification (#10613)guybe72022-04-253-0/+32
* Run large-memory tests as solo. (#10626)Yossi Gottlieb2022-04-244-1/+10
* isSafeToPerformEvictions: Remove redundant condition (#10610)guybe72022-04-241-4/+0
* Fix timing issue in slowlog redact test (#10614)Binbin2022-04-241-12/+13
* Fix typo in function name "harndfieldReplyWithListpack" to "hrandfieldReplyWi...Lu JJ2022-04-241-3/+3
* fix typo in "lcsCommand" doc comment (#10622)Lu JJ2022-04-241-1/+1
* Optimization: Use either monotonic or wall-clock to measure command execution...filipe oliveira2022-04-203-20/+57
* Fixes around clients that must be obeyed. Replica report disk errors in PING....Oran Agra2022-04-208-23/+26
* Stop RDB child before flushing and parsing the RDB in Diskless replication to...menwen2022-04-201-10/+14
* Optimized `hdr_value_at_percentile` (#10606)yoav-steinberg2022-04-2010-148/+204
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-208-0/+50
* Tests: improve skip tags around maxmemory and resp3 (#10597)Oran Agra2022-04-194-17/+24
* 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-192-1/+6