summaryrefslogtreecommitdiff
path: root/src/networking.c
Commit message (Expand)AuthorAgeFilesLines
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-271-31/+64
* Optimization: Avoid deferred array reply on ZRANGE commands BYRANK (#10337)filipe oliveira2022-02-241-4/+5
* Optimize deferred replies to use shared objects instead of sprintf (#10334)filipe oliveira2022-02-231-2/+27
* Reduce system calls of write for client->reply by introducing writev (#9934)Andy Pan2022-02-221-28/+87
* introduce dynamic client reply buffer size - save memory on idle clients (#9822)ranshid2022-02-221-3/+12
* Fix error stats and failed command stats for blocked clients (#10309)Oran Agra2022-02-211-0/+1
* Fix and improve module error reply statistics (#10278)Oran Agra2022-02-131-0/+37
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-12/+17
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-8/+14
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-171-3/+3
* Reuse temporary client objects for blocked clients by module (#9940)Ozan Tezcan2022-01-111-31/+43
* Make sure replicas don't write their own replies to the replication link (#10...Binbin2022-01-101-3/+33
* Fix crash when error [sub]command name contains | (#10082)Binbin2022-01-091-1/+1
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-0/+4
* Make sure replicas don't write their own replies to the replication link (#10...yoav-steinberg2022-01-021-0/+11
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-24/+61
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-0/+1
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-1/+1
* Allow most CONFIG SET during loading, block some commands in async-loading (#...Oran Agra2021-12-221-3/+7
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-191-6/+14
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-2/+2
* Redis Functions - Introduce script unit.meir@redislabs.com2021-12-011-3/+4
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-1/+1
* Fix CLIENT KILL kill all clients with id 0 (#9853)Binbin2021-11-291-3/+4
* QUIT is a command, HOST: and POST are not (#9798)guybe72021-11-231-1/+7
* Fix occasional RM_Call() crashes. (#9805)Yossi Gottlieb2021-11-211-3/+10
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-1/+6
* Replication backlog and replicas use one global shared replication buffer (#9...Wang Yuan2021-10-251-66/+151
* Treat subcommands as commands (#9504)guybe72021-10-201-5/+13
* Prevent unauthenticated client from easily consuming lots of memory (CVE-2021...Oran Agra2021-10-041-0/+17
* Remove argument count limit, dynamically grow argv. (#9528)yoav-steinberg2021-10-031-7/+17
* Client eviction ci issues (#9549)yoav-steinberg2021-09-261-8/+19
* Client eviction (#8687)yoav-steinberg2021-09-231-36/+200
* CLIENT LIST / INFO show resp version (#9508)Wen Hui2021-09-191-2/+3
* Fix: client pause uses an old timeout (#9477)yvette9032021-09-091-0/+1
* Fix wrong offset when replica pause (#9448)zhaozhao.zz2021-09-081-7/+11
* Format fixes and naming. SentReplyOnKeyMiss -> addReplyOrErrorObject (#9346)Meir Shpilraien (Spielrein)2021-08-101-0/+15
* Cleanup: createAOFClient uses createClient to avoid overlooked mismatches (#...Qu Chen2021-08-091-1/+1
* Allow master to replicate command longer than replica's query buffer limit (#...Qu Chen2021-08-081-1/+1
* Ignore resize threshold on idle qbuf resizing (#9322)yoav-steinberg2021-08-061-18/+0
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-2/+2
* Test infra, handle RESP3 attributes and big-numbers and bools (#9235)Oran Agra2021-07-141-10/+18
* Use accept4 on linux instead of fcntl to make a client socket non-blocking (#...Oran Agra2021-07-051-4/+0
* resize query buffer more accuratelyzhaozhao.zz2021-07-051-1/+3
* Fix CLIENT UNBLOCK crashing modules. (#9167)Yossi Gottlieb2021-07-011-1/+1
* Corrections about the new protected-mode usage. (#9143)Yossi Gottlieb2021-06-271-4/+3
* Improve bind and protected-mode config handling. (#9034)Yossi Gottlieb2021-06-221-1/+0
* Make readQueryFromClient more aggressive when reading big arg again (Followup...sundb2021-06-171-1/+1
* Remove gopher protocol support. (#9057)yoav-steinberg2021-06-161-12/+0
* Fix the wrong reisze of querybuf (#9003)sundb2021-06-151-5/+18