summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove the NONDETERMINISTIC_OUTPUT flag from most CLUSTER sub-commands. (#11157)Huang Zhw2022-08-2817-112/+16
* Removing old redundant code from bio.c (#11136)Moti Cohen2022-08-263-42/+4
* Correct grammatical error in for DENIED error message (#11192)Paul Menzel2022-08-261-1/+1
* Fix assertion when a key is lazy expired during cluster key migration (#11176)Oran Agra2022-08-243-8/+28
* Bump codespell from 2.1.0 to 2.2.1 in /.codespell (#11184)Binbin2022-08-243-3/+3
* Cleanup in GETDEL: Strings are never freed lazily (#11175)Brad Dunbar2022-08-241-6/+3
* Reverts most of the changes of #10969 (#11178)Meir Shpilraien (Spielrein)2022-08-245-140/+34
* Merge: Fully abstract connection and make TLS dynamically loadable (#9320)Oran Agra2022-08-2420-815/+1480
|\
| * Build TLS as a loadable moduleOran Agra2022-08-2310-153/+215
| * Introduce redis module ctx flag 'server startup'zhenwei pi2022-08-222-8/+1
| * Introduce redis module ctx flag 'server startup' & 'sentinel'zhenwei pi2022-08-222-1/+16
| * Add listeners info string for 'INFO' commandzhenwei pi2022-08-223-7/+32
| * Introduce .listen into connection typezhenwei pi2022-08-228-121/+213
| * Use connection name of stringzhenwei pi2022-08-2211-122/+154
| * Introduce unix socket connection typezhenwei pi2022-08-227-24/+177
| * Abstract accept handlerzhenwei pi2022-08-227-50/+62
| * Use socketFds for unixzhenwei pi2022-08-222-11/+13
| * Fully abstract connection typezhenwei pi2022-08-227-43/+72
| * Introduce TLS specified APIszhenwei pi2022-08-225-15/+56
| * Introduce pending data for connection typezhenwei pi2022-08-225-17/+57
| * Introduce connection layer frameworkzhenwei pi2022-08-229-36/+169
| * Introduce connAddrzhenwei pi2022-08-2212-62/+79
| * Reorder methods for ConnectionTypezhenwei pi2022-08-223-26/+53
| * Move 'connGetSocketError' to 'anetGetError'zhenwei pi2022-08-225-14/+12
| * Move several conn functions to connection.hzhenwei pi2022-08-222-40/+34
| * Rename connection.c to socket.czhenwei pi2022-08-222-1/+1
* | [PERF] use snprintf once in addReplyDouble (#11093)Ariel Shtul2022-08-231-6/+22
* | Replaces a made-up term with a real one (#11169)Itamar Haber2022-08-225-8/+8
|/
* Changes "lower" to "capital" in GEO units history notes (#11164)Itamar Haber2022-08-215-8/+8
* Support setlocale via CONFIG operation. (#11059)yourtree2022-08-213-1/+19
* Adds historical note about lower-case geo units support (#11162)Itamar Haber2022-08-215-3/+35
* Fix CLUSTERDOWN issue in cluster reshard unblock test (#11139)Binbin2022-08-181-2/+2
* Repurpose redisCommandArg's name as the unique ID (#11051)guybe72022-08-1860-368/+357
* Fix memory leak in moduleFreeCommand (#11147)Binbin2022-08-181-1/+18
* Fix replication inconsistency on modules that uses key space notifications (#...Meir Shpilraien (Spielrein)2022-08-1810-67/+186
* Trim rdb loading code for pre-release formats (#11058)Oran Agra2022-08-156-102/+52
* Optimization in t_hash.c: Avoid looking for a same field twice by using dictA...kmy20012022-08-141-20/+16
* Add missing lua_pop in luaGetFromRegistry (#11097)sundb2022-08-143-25/+8
* Fix overflow in redis-benchmark (#11102)Ozan Tezcan2022-08-111-8/+2
* fix the client type in trackingInvalidateKey() (#11052)DarrenJiang132022-08-101-1/+1
* fix typos around dict funtions of cstring (#11092)judeng2022-08-091-8/+8
* acl: bitfield with get and set|incrby can be executed with readonly permissio...Huang Zhw2022-08-071-3/+16
* Optimize the performance of multi-key commands in cluster mode (#11044)judeng2022-08-041-12/+11
* errno cleanup around rdbLoad (#11042)Binbin2022-08-045-10/+10
* Avoid the sdslen() on shared.crlf given we know its size beforehand. Improve ...filipe oliveira2022-08-043-6/+5
* Reuse checkGoodReplicasStatus in script.c (#11078)Jie Liang Ang2022-08-041-5/+1
* Adding parentheses and do-while(0) to macros (#11080)Moti Cohen2022-08-039-21/+22
* Return ASAP when lua error is string (#11075)sundb2022-08-031-0/+1
* Fix function load error message (#10964)Wen Hui2022-08-021-4/+4
* Fix wrong commands json docs for CLIENT KILL (#10970)Rudi Floren2022-08-012-70/+95