summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update group and consumer description in json file for Unifying Stream comman...Wen Hui2022-09-087-16/+16
* Optimize setGenericCommand(): no need to remove the expiration entry when 'ex...Mingyi Kang2022-09-071-1/+2
* fix semantic uncorresponding in comment of ziplist example (#11141)*caco2022-09-071-1/+1
* Added API to initialize dictionary iterators without memory allocation (#11245)tmoshaiov2022-09-072-9/+27
* Use cached value correctly inside connectionTypeTls() (#11236)Ozan Tezcan2022-09-061-3/+7
* Fix typo in DEBUG REPLYBUFFER RESIZING commentShogo Hayashi2022-09-061-1/+1
* Correctly handle scripts with shebang (not read-only) on a cluster replica (#...chendianqiang2022-09-051-3/+4
* Add a dry run flag to RM_Call execution (#11158)Shaya Potter2022-09-051-0/+11
* zmalloc api set malloc attributes for api giving non aliased pointers. (#11196)David CARLIER2022-09-051-15/+15
* Improve cmd_flags for script/functions in RM_Call (#11159)Shaya Potter2022-08-283-20/+29
* bugfix:del keys in slot replicate to replica, and trigger other invalidations...weimeng2022-08-281-0/+5
* fix hincrbyfloat not to create a key if the new value is invalid (#11149)chendianqiang2022-08-281-0/+4
* 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