Added testing with SSL connection (#1624)

* Added testing with SSL connection

* Update CHANGELOG.md

* Revert changes

* Codestyle fixes

* Add version restriction

* Fixed issue with connecting to SSL port to check redis version

* Mark tests as relay-incompatible

* Codestyle fixes
This commit is contained in:
Vladyslav Vildanov
2026-01-20 17:45:10 +02:00
committed by GitHub
parent 0703c3cae6
commit 95e802430d
5 changed files with 251 additions and 6 deletions
+1
View File
@@ -71,6 +71,7 @@ services:
command: ${REDIS_EXTRA_ARGS:---enable-debug-command yes --enable-module-command yes --tls-auth-clients optional --save "" --requirepass "foobar"}
ports:
- "6372-6377:6372-6377"
- "27379-27384:27379-27384"
volumes:
- "./dockers/cluster:/redis/work"
profiles: