mirror of
https://github.com/predis/predis.git
synced 2026-09-15 04:47:01 +00:00
861bde010a
* 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
Workflows
Delete runs by workflow name
gh run list --workflow 'redis-server-tests.yml' --limit 1000 --json databaseId \
| jq '.[].databaseId' \
| xargs -I % gh api --silent -X DELETE /repos/predis/predis/actions/runs/%