unstable
Move common topology change handling into the cluster layer (#15197)
Fix typos and replace 'codespell' with 'typos' (#15230)
Fix unloadable RDB when XSETID lowers entries_added (#15489)
Fix ACL key checks for SORT, GEORADIUS/GEORADIUSBYMEMBER, and XREAD/XREADGROUP (#15478)
Implement the new Redis Array type (#15162)
Adding AGPLv3 as a license option to Redis! (#13997)
Fix signed overflow in BITFIELD i64 checks (#15545)
Optimize BITOP operations with AVX512 (#14770)
Fix use-after-free in handleClientsBlockedOnKey (#15594)
Introduce hinted hash templates (#15364)
Strip CRLF from error and simple string replies (#15496)
Hold GCRA out of the release (#15191)
Remove unnecessary `-ERR` and `\r\n` for addReplyErrorFormat in extractLongLatOrReply() (#14995)
tests:remove flaky SAMPLE 1000 case from hotkeys biased-access test (#15285)
Fix MurmurHash64A overflow in HyperLogLog with 2GB+ entries
Make INFO command variadic (#6891)
Implement sdiffcard command (#15278)
Fix client output buffer memory tracking not accounting for copy-avoided bulk string references (#14934)
Fix COMMAND GETKEYS for PFMERGE with no source keys (#14942)
Add per key memory accounting (#14363)
Add printing for LATENCY related tests (#12514)
Fix flaky lazyfree stream test by using explicit stream IDs (#15585)
Improve test suite to handle external servers better. (#9033)
Handle active-defrag thresholds where upper <= lower (#15513)
Skip the stale Unix socket test under Valgrind (#15571)
Fix overflowing memory unit conversions (#15390)
Check user's oom_score_adj write permission for oom-score-adj test (#13111)
Reduce memory allocation overhead (#15096)
Fix timeout waiting for blocked clients in pause test (#14716)
Print version info before running the test
Fix some flakiness tests (#14303)
Add DENYOOM flag to SUBSCRIBE, PSUBSCRIBE and SSUBSCRIBE commands
Async IO Threads (#13695)
flushSlavesOutputBuffers should not write to replicas scheduled to drop (#12242)
Fix signed integer overflow in scan count parameter (#14982)
Tests: Do not save an RDB by default and add a SIGTERM default AOFRW test (#12064)
Add total command argument count to SLOWLOG GET reply (#15347)
Replace fast_float C++ library with pure C implementation (#14661)
Add TLS peer certificate name (SAN) verification for server-to-server connections (#15492)
Fix ACL key-name leak in BCAST client-side caching invalidations (#15371)
Run large-memory tests as solo. (#10626)
CLIENT UNBLOCK should't be able to unpause paused clients (#14164)