summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding missing test cases for linsert command (#12040)Wen Hui2023-04-131-0/+9
* | Update reply_schema details for info and hset commands json files accordingly...Wen Hui2023-04-132-0/+2
* | Print IP and port on Possible SECURITY ATTACK detected (#12024)Binbin2023-04-121-1/+7
* | Don't pass --fail-commands-not-all-hit to validator if we don't run the full ...Binbin2023-04-121-3/+105
* | Add RM_ReplyWithErrorFormat that can support format (#11923)Binbin2023-04-126-2/+53
* | Attempt to solve MacOS CI issues in GH Actions (#12013)Oran Agra2023-04-1222-109/+143
* | Add ZREMRANGEBYLEX basics tests to fix reply-schemas daily (#12021)Binbin2023-04-111-0/+40
* | Use dummy allocator to make accesses defined as per standard (#11982)sundb2023-04-106-37/+118
* | Add RM_RdbLoad and RM_RdbSave module API functions (#11852)Ozan Tezcan2023-04-098-19/+563
* | Increase threshold for flaky cache reclaim test (#12004)Oran Agra2023-04-051-7/+7
* | Add help message for client setinfo (#11995)bodong.ybd2023-04-041-0/+4
* | Document syslog directives in sentinel.conf. (#11889)Thomas Fline2023-04-041-0/+10
* | check for known-slave in sentinel rewrite config (#11775)Subhi Al Hasan2023-04-043-4/+10
* | Fix local clients detection (#11664)gx2023-04-041-1/+1
* | Changed activeExpireCycle server.masterhost check to iAmMaster in beforeSleep...Binbin2023-04-041-1/+1
* | redis-cli - handle sensitive command redaction for variadic CONFIG SET (#11975)Wen Hui2023-04-021-6/+9
* | Disconnect pub-sub subscribers when revoking `allchannels` permission (#11992)Slava Koyfman2023-04-022-0/+21
* | Reimplement cli hints based on command arg docs (#10515)Jason Elbaum2023-03-3015-9888/+12015
* | Fixed tracking of command duration for multi/eval/module/wait (#11970)Madelyn Olson2023-03-295-1/+14
* | Overhauls command summaries and man pages. (#11942)Itamar Haber2023-03-29390-784/+783
* | Fix fork done handler wrongly update fsync metrics and enhance AOF_ FSYNC_ALW...Binbin2023-03-294-13/+64
* | Clang: fix for -flto argument (#11961)Rafi Einstein2023-03-271-2/+7
* | Fix redis-cli cluster test timing issue (#11887)Binbin2023-03-261-1/+1
* | Add COMMAND COUNT test to cover reply-schemas-validator test (#11971)Binbin2023-03-262-6/+9
* | ignore latency errors in the schema validation CI (#11958)Oran Agra2023-03-231-2/+2
* | Add needs:reset for the test (#11959)Ozan Tezcan2023-03-231-2/+2
* | Fix reply schema validator with RESET command (#11953)Oran Agra2023-03-221-0/+4
* | fix CLIENT SETINFO to use error replies instead of status replies (#11952)Oran Agra2023-03-222-5/+5
* | Replcae sentinel commands sanity check with infrastructure work test (#11950)Binbin2023-03-221-3/+15
* | add 7.2 history details to xinfo json files (#11949)Oran Agra2023-03-223-1/+15
* | update help.h (#11948)Oran Agra2023-03-221-32/+52
* | Allow clients to report name and version (#11758)Igor Malinovskiy2023-03-225-11/+149
* | Module commands to have ACL categories. (#11708)Roshan Khatri2023-03-2110-5/+297
* | Fix race in temp rdb delete shutdown test (#11840)Binbin2023-03-211-3/+8
* | Add missing master_reboot flag in sentinel instance info (#11888)Binbin2023-03-211-0/+2
* | Avoid assertion when MSETNX is used with the same key twice (CVE-2023-28425) ...Oran Agra2023-03-202-3/+10
* | Fix new subscribe mode test in reply-schemas-validator (#11939)Binbin2023-03-202-0/+7
* | passwords printed in the crash log (#11930)polaris-alioth2023-03-201-0/+6
* | Don't run command filter on blocked command reprocessing (#11895)Shaya Potter2023-03-203-4/+59
* | redis-cli: Accept commands in subscribed mode (#11873)Viktor Söderqvist2023-03-193-56/+298
* | Remove unnecessary `fsync` when sentinel flushs config file (#11910)Wang Yuan2023-03-191-15/+7
* | Fix compile lto-wrapper warning for aarch64 (#11926)Rong Tao2023-03-171-1/+1
* | Minor fix to print, set to str (#11934)Binbin2023-03-171-3/+3
* | Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-1621-105/+1025
* | Fix usleep compilation warning in auth.c (#11925)Binbin2023-03-161-0/+4
* | Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-1612-24/+23
* | Custom authentication for Modules (#11659)KarthikSubbarao2023-03-1511-103/+1057
* | Fix WAITAOF mix-use last_offset and last_numreplicas (#11922)Binbin2023-03-153-5/+86
* | Use older string format to support earlier python versions (#11920)Ozan Tezcan2023-03-151-4/+4
* | Fix WAITAOF reply when using last_offset and last_numreplicas (#11917)Binbin2023-03-153-33/+98