summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Setup dependabot for github-actions and codespell (#9857)Matthieu MOREL2022-01-044-4/+4
* Print error messages in monitor/pubsub when errors occurs (#10050)Binbin2022-01-041-3/+10
* Fix C11_ATOMIC detection on GNU Make 4.3 (#10033)王辉2022-01-041-2/+4
* Ban snapshot-creating commands and other admin commands from transactions (#1...guybe72022-01-049-9/+28
* use startEvictionTimeProc() in config set maxmemory (#10019)zhaozhao.zz2022-01-043-7/+11
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-0312-570/+1199
* Fix OOM error not raised of functions (#10048)Meir Shpilraien (Spielrein)2022-01-031-1/+4
* Implement clusterbus message extensions and cluster hostname support (#9530)Madelyn Olson2022-01-026-49/+358
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-0217-76/+756
* Make sure replicas don't write their own replies to the replication link (#10...yoav-steinberg2022-01-021-0/+11
* Report slot to keys map size in MEMORY STATS in cluster mode (#10017)Joey from AWS2022-01-023-1/+14
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-0210-89/+395
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-0211-128/+264
* Constrain error message to just node-id (#10022)Madelyn Olson2021-12-311-1/+1
* Fix when the master connection is disconnected, replication retry read indefi...sundb2021-12-311-1/+3
* Modules: Mark all APIs non-experimental (#9983)Viktor Söderqvist2021-12-301-7/+0
* redis-cli: Add -X option and extend --cluster call take arg from stdin (#9980)Binbin2021-12-301-15/+83
* Module API doc formatting from #9656 (#10026)Viktor Söderqvist2021-12-301-0/+2
* Add missing metadata to the commands SSOT files. (#10016)Itamar Haber2021-12-2964-211/+451
* Safe and organized exit when receiving sigterm while loading (#10003)perryitay2021-12-281-2/+9
* Remove incomplete fix of a broader problem (#10013)guybe72021-12-281-3/+0
* Check somaxconn system settings on macOS, FreeBSD and OpenBSD. (#9972)David CARLIER2021-12-282-1/+37
* Adds utils/gen-commands-json.py (#9958)Itamar Haber2021-12-271-2/+2
* santize dump payload: fix carsh when zset with NAN score (#10002)Binbin2021-12-261-0/+7
* Add FUNCTION DUMP and RESTORE. (#9938)Meir Shpilraien (Spielrein)2021-12-269-33/+367
* Changed fuction name to be case insensitive. (#9984)Meir Shpilraien (Spielrein)2021-12-261-2/+26
* redis-cli: Add OUTPUT_JSON format type (#9954)Yuta Hongo2021-12-231-7/+89
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-2316-341/+305
* Allow most CONFIG SET during loading, block some commands in async-loading (#...Oran Agra2021-12-2230-34/+84
* There is mismach between function sdssplitlen() comments and implementation (...Hongcai Ren2021-12-221-6/+4
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-2117-66/+68
* Add --version support for redis-check-rdb (#9971)yancz20002021-12-211-0/+19
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-2116-292/+52
* Fix recent daily CI test failures (#9966)Binbin2021-12-202-2/+2
* Fix some nonsense came from LGTM (#9962)Binbin2021-12-195-9/+11
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-198-18/+73
* COMMAND: Use underscores instead of hyphens in attributes (#9959)guybe72021-12-181-8/+8
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-168-24/+234
* Add FUNCTION FLUSH command to flush all functions (#9936)Meir Shpilraien (Spielrein)2021-12-166-0/+122
* Command table: Sorted subcommands (#9951)guybe72021-12-161-78/+78
* Multiparam config get. (#9914)yoav-steinberg2021-12-163-43/+40
* Throw error on too long unix domain socket file path (#9826)ranshid2021-12-152-2/+7
* Auto-generate the command table from JSON files (#9656)guybe72021-12-15384-2343/+23464
* Use `server.dirty++` instead if `forceCommandPropagation` on FUNCTION command...Meir Shpilraien (Spielrein)2021-12-151-2/+6
* in line 3749 resetServerSaveParams will set the param to null,so no need (#9943)丽媛自己动2021-12-151-1/+0
* Error message improvement for CONFIG SET command (#9924)Wen Hui2021-12-151-4/+12
* Fix possible int overflow when hashing an sds. (#9916)yoav-steinberg2021-12-132-4/+4
* Redact ACL SETUSER arguments if the user has spaces (#9935)Madelyn Olson2021-12-131-6/+6
* Fix the server log when client use Multiparam Config Set (#9919)Wen Hui2021-12-091-2/+7
* Santize dump payload: fix crash when stream with duplicate consumes (#9918)sundb2021-12-081-0/+5