mirror of
https://github.com/predis/predis.git
synced 2026-08-22 14:31:12 +00:00
6c9de258be
* Fixed getParameter() call on array + added integration testing with Sentinel * Added sentinel.conf * Updated CHANGELOG.md * Added handling of ParametersInterface
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/%