summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce socket shutdown into connection type, used if a fork is active (#11...Binbin2022-11-045-4/+37
* Retain ACL categories used to generate ACL for displaying them later (#11224)Madelyn Olson2022-11-031-127/+102
* Block some specific characters in module command names (#11434)Binbin2022-11-031-3/+37
* Fix XSETID with max_deleted_entry_id issue (#11444)Wen Hui2022-11-021-0/+5
* Fix command BITFIELD_RO and BITFIELD argument json file, add some test cases ...Wen Hui2022-11-023-2/+4
* Print IP and port on cluster bus message sanity check (#11443)Binbin2022-11-011-4/+12
* Re-design cluster link send buffer to improve memory management (#11343)Brennan2022-11-014-173/+162
* Don't process file events if AE_FILE_EVENTS isn't set. (#11428)xbasel2022-10-291-0/+5
* Refactor and (internally) rebrand from pause-clients to pause-actions (#11098)Moti Cohen2022-10-279-115/+122
* RM_Call - only enforce OOM on scripts if 'M' flag is sent (#11425)Shaya Potter2022-10-273-2/+9
* fix: reducing duplicate header file definitions (#11437)AntiTopQuark2022-10-261-2/+0
* Fix command GEOHASH and GEOPOS argument doc, mark member as optional (#11417)Wen Hui2022-10-253-4/+6
* Cleanup: Remove redundant arg from moduleCreateArgvFromUserFormat (#11426)guybe72022-10-241-10/+10
* Set errno in case XADD with partial ID fails (#11424)guybe72022-10-241-0/+3
* Fix sentinel function that compares hostnames (if failed resolve) (#11419)Moti Cohen2022-10-231-3/+9
* Fix wrong tips when the user pass wrong # of arguments to redis.set_repl(). (...qetu37902022-10-231-1/+1
* Make PFMERGE source key optional in docs, add tests with one input key, add t...Binbin2022-10-223-2/+3
* Fix crash due to to reuse iterator entry after list deletion in module (#11383)sundb2022-10-221-13/+22
* fix the size of variable merge_sz in quicklist.c (#11285)FutabaRio2022-10-191-3/+3
* Blocked module clients should be aware when a key is deleted (#11310)guybe72022-10-189-128/+174
* Avoid saving module aux on RDB if no aux data was saved by the module. (#11374)Meir Shpilraien (Spielrein)2022-10-185-16/+71
* keyIsExpired checks server.loading before calling getExpire (#11393)Shuning2022-10-181-3/+3
* fix malloc macro in listpack.c (#11398)DarrenJiang132022-10-181-5/+5
* Bump codespell from 2.2.1 to 2.2.2 in /.codespell (#11399)Binbin2022-10-181-1/+1
* Unify ACL failure error messaging. (#11160)Shaya Potter2022-10-165-49/+32
* Fix wrong replication on cluster slotmap changes with module KSN propagation ...Meir Shpilraien (Spielrein)2022-10-161-1/+9
* Fixes build warning when CACHE_LINE_SIZE is already defined. (#11389)David CARLIER2022-10-161-0/+6
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-158-19/+34
* MIGTATE with AUTH that contains "keys" is getting wrong key names in migrateG...C Charles2022-10-131-6/+26
* Improve linux overcommit check and warning (#11357)Oran Agra2022-10-131-2/+5
* Fix crash on RM_Call inside module load (#11346)Meir Shpilraien (Spielrein)2022-10-123-18/+25
* Fix typo in scan commands complexity statement (#11370)Nikita Tolkachev2022-10-114-6/+6
* Fix TIME command microseconds overflow under 32-bits (#11368)Binbin2022-10-091-1/+1
* Fix redis-benchmark hang when it fails to connect to redis (#11366)yancz20002022-10-091-1/+1
* Freeze time sampling during command execution, and scripts (#10300)Binbin2022-10-0912-72/+61
* `RedisModule_ResetDataset` should not clear the functions. (#11268)Meir Shpilraien (Spielrein)2022-10-091-1/+1
* fix arm build warning due to new compiler optimizations (#11362)Oran Agra2022-10-072-2/+4
* Added authentication failure and access denied metrics (#11288)aradz442022-10-073-0/+49
* Improve BLMPOP/BZMPOP/WAIT timeout overflow handling and error messages (#11338)Moti Cohen2022-10-061-2/+13
* Pass -flto flag to the linker (#11350)Ozan Tezcan2022-10-063-5/+9
* Stabilize cluster hostnames tests (#11307)Madelyn Olson2022-10-033-1/+5
* register debug support on illumos/solaris. (#11335)David CARLIER2022-10-023-1/+37
* Change compiler optimizations to -O3 -flto (#11207)Maria Markova2022-10-023-3/+5
* code, typo and comment cleanups (#11280)Binbin2022-10-027-9/+8
* fix some commands json file (#11201)Huang Zhw2022-10-026-12/+99
* Update CLUSTER NODES help message (#11341)Binbin2022-09-301-1/+1
* Add redis-cli hints to ACL DRYRUN, COMMAND GETKEYS, COMMAND GETKEYSANDFLAGS (...Huang Zhw2022-09-291-2/+12
* Update sentinel-config.json to consistent with Config Get and Set operation (...Wen Hui2022-09-292-6/+3
* Avoid crash on crash report when a bad function pointer was called (#11298)Meir Shpilraien (Spielrein)2022-09-291-22/+58
* Fix the missing server.dirty increment and redundant signalModifiedKey in ser...sundb2022-09-282-38/+21