mirror of
https://github.com/predis/predis.git
synced 2026-09-15 04:47:01 +00:00
Added support for HOTKEYS container command (#1630)
* 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 HOTKEYS container command * Added ignoring for PHPUnit package * Update CHANGELOG.md, codestyle fixes, mark tests as relay-incompatible * Added RESP3 test, fixed response parsing * Removed redundant tests * Added cluster test * Fix assertion
This commit is contained in:
committed by
GitHub
parent
53504469d7
commit
861bde010a
@@ -41,7 +41,7 @@ jobs:
|
||||
run: |
|
||||
# Mapping of original redis versions to client test containers
|
||||
declare -A redis_clients_version_mapping=(
|
||||
["8.6"]="8.6-rc1-21356658603-debian-amd64"
|
||||
["8.6"]="custom-21651605017-debian-amd64"
|
||||
["8.4"]="8.4.0"
|
||||
["8.2"]="8.2.2-pre"
|
||||
["8.0"]="8.0.2"
|
||||
|
||||
Reference in New Issue
Block a user