mirror of
https://github.com/predis/predis.git
synced 2026-09-18 14:28:54 +00:00
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:
committed by
GitHub
parent
0703c3cae6
commit
95e802430d
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user