mirror of
https://github.com/predis/predis.git
synced 2026-09-26 19:25:45 +00:00
Added testing with SSL authentication using CN (#1627)
* Added testing with SSL authentication using CN * Update CHANGELOG.md * Codestyle changes * Fixed broken tests * Fixed hybdrid tests * Fixed SSL tests * Fixed array merging * Updated README.md * Updated spelling list * Added support for Redis 8.6 * Codestyle changes and test fixes * Fixed hybdrid tests * Updated CHANGELOG.md and composer.json * Fixed XINFO tests
This commit is contained in:
committed by
GitHub
parent
a24a7be9b4
commit
d8a99ef674
@@ -531,6 +531,9 @@ class RedisStrategyTest extends PredisTestCase
|
||||
|
||||
/* cluster */
|
||||
'CLUSTER' => 'keys-fake',
|
||||
|
||||
/* control */
|
||||
'ACL' => 'keys-fake',
|
||||
];
|
||||
|
||||
if (isset($type)) {
|
||||
|
||||
Reference in New Issue
Block a user