..
cluster
Fix tls port update not reflected in CLUSTER SLOTS ( #13966 )
2025-05-27 15:39:09 +03:00
moduleapi
Fix module loadex command crash due to invalid config ( #13653 )
2025-04-22 13:49:12 +03:00
type
Fix incorrect lag due to trimming stream via XTRIM or XADD command ( #13958 )
2025-05-27 15:39:09 +03:00
acl-v2.tcl
Fix Read/Write key pattern selector (CVE-2024-51741)
2025-01-06 16:03:47 +02:00
acl.tcl
Fixed a bug where sequential matching ACL rules weren't compressed ( #12472 )
2023-08-10 09:58:53 +03:00
aofrw.tcl
Attempt to solve MacOS CI issues in GH Actions ( #12013 )
2023-04-12 09:19:21 +03:00
auth.tcl
Limiting output buffer for unauthenticated client (CVE-2025-21605)
2025-04-23 08:09:40 +00:00
bitfield.tcl
Add BITFIELD_RO basic tests for non-repl use cases ( #12187 )
2023-05-18 12:16:46 +03:00
bitops.tcl
Run large-memory tests as solo. ( #10626 )
2022-04-24 17:29:35 +03:00
client-eviction.tcl
Attempt to solve MacOS CI issues in GH Actions ( #12013 )
2023-04-12 09:19:21 +03:00
dump.tcl
Fix SPOP/RESTORE propagation when doing lazy free ( #12320 )
2023-06-16 08:14:11 -07:00
expire.tcl
Optimize SET PXAT to reduce calls of rewriteClientCommandVector ( #12316 )
2023-06-15 10:07:47 +03:00
functions.tcl
Tests: Add missing key declaration in scripts ( #11134 )
2022-08-16 22:04:22 +03:00
geo.tcl
adding geo command edge cases tests ( #12274 )
2023-06-20 12:50:03 +03:00
hyperloglog.tcl
Hyperloglog avoid allocate more than 'server.hll_sparse_max_bytes' bytes of memory for sparse representation ( #11438 )
2022-11-28 17:35:31 +02:00
info-command.tcl
Make INFO command variadic ( #6891 )
2022-02-08 13:14:42 +02:00
info.tcl
Use cross-platform-actions for FreeBSD support. ( #12732 )
2025-01-06 16:03:47 +02:00
introspection-2.tcl
Fix possible crash due to OOM panic on invalid command ( #13380 )
2025-01-06 16:03:47 +02:00
introspection.tcl
Sanitizer reported memory leak for '--invalid' option or port number is missed cases to redis-server. ( #12322 )
2023-06-20 10:07:29 +03:00
keyspace.tcl
Prevent pattern matching abuse (CVE-2024-31228)
2024-10-02 22:13:33 +03:00
latency-monitor.tcl
Fix Uninitialised value error in createSparklineSequence (LATENCY GRAPH) ( #11892 )
2023-03-09 12:05:50 +02:00
lazyfree.tcl
attempt to fix tracking test issue with external tests due to lazy free ( #9722 )
2021-11-02 16:42:53 +02:00
limits.tcl
Improve test suite to handle external servers better. ( #9033 )
2021-06-09 15:13:24 +03:00
maxmemory.tcl
postpone the initialization of oject's lru&lfu until it is added to the db as a value object ( #11626 )
2023-05-24 09:40:11 +03:00
memefficiency.tcl
Fixed crashes due to missed slotToKeyInit() and missed expires_cursor reset ( #13315 )
2024-06-18 18:02:22 +08:00
multi.tcl
multi.tcl: reset readraw at the end of the test ( #12123 )
2023-05-04 11:58:31 +03:00
networking.tcl
Add reply_schema to command json files (internal for now) ( #10273 )
2023-03-11 10:14:16 +02:00
obuf-limits.tcl
Add reply_schema to command json files (internal for now) ( #10273 )
2023-03-11 10:14:16 +02:00
oom-score-adj.tcl
Fix oom-score-adj test due to no permission ( #12887 )
2025-01-06 16:03:47 +02:00
other.tcl
Support TLS service when "tls-cluster" is not enabled and persist both plain and TLS port in nodes.conf ( #12233 )
2023-06-26 07:43:38 -07:00
pause.tcl
Fix potential infinite loop of RANDOMKEY during client pause ( #13863 )
2025-04-22 13:49:12 +03:00
printver.tcl
Print version info before running the test
2011-05-20 11:44:54 +02:00
protocol.tcl
Add reply_schema to command json files (internal for now) ( #10273 )
2023-03-11 10:14:16 +02:00
pubsub.tcl
Fix broken protocol when PUBLISH emits local push inside MULTI ( #12326 )
2023-06-20 20:41:41 +03:00
pubsubshard.tcl
Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications ( #11875 )
2023-03-12 17:50:44 +02:00
querybuf.tcl
Pause cron to prevent premature shrinking in querybuf test ( #12126 )
2023-05-04 13:02:08 +03:00
quit.tcl
flushSlavesOutputBuffers should not write to replicas scheduled to drop ( #12242 )
2023-06-12 14:05:34 +03:00
replybufsize.tcl
Introduce debug command to disable reply buffer resizing ( #10360 )
2022-03-01 14:40:29 +02:00
scan.tcl
improve performance for scan command when matching pattern or data type ( #12209 )
2023-06-27 16:43:46 +03:00
scripting.tcl
Fix lua bit.tohex (CVE-2024-31449)
2024-10-02 22:13:33 +03:00
shutdown.tcl
Tests: Do not save an RDB by default and add a SIGTERM default AOFRW test ( #12064 )
2023-04-18 16:14:26 +03:00
slowlog.tcl
minor optimization for slowlog get ( #12103 )
2023-04-25 10:17:21 +03:00
sort.tcl
Update sort_ro reply_schema to mention the null reply ( #12534 )
2023-09-06 20:56:15 +03:00
tls.tcl
Add support for reading encrypted keyfiles. ( #8644 )
2021-03-22 13:27:46 +02:00
tracking.tcl
Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications ( #11875 )
2023-03-12 17:50:44 +02:00
violations.tcl
Run large-memory tests as solo. ( #10626 )
2022-04-24 17:29:35 +03:00
wait.tcl
WAITAOF: Update fsynced_reploff_pending just before starting the initial AOFRW fork ( #12620 )
2023-10-18 10:44:10 +03:00