1.8.0 - 2023-12-12
- add Redis 7 to testing
- bump GitHub Actions service
actions/checkout
to versionv4
- remove Redis 4 from testing
- fix position of adding the Docker
--rm
flag to be added before starting the Redis server, because the--rm
flag would be passed to the Redis server instead of Docker
1.7.0 - 2023-09-04
- add
redis-password
for start Redis with Authentication
- update versions in README
1.6.0 - 2023-07-27
- add
redis-remove-container
option adding the--rm
flag to the resultingdocker run … --rm
command which starts the Redis container
- update versions in README
1.5.0 - 2023-02-14
- use a custom Redis image: useful if you need to run an alternative Redis image like Redis Stack
- uses
redis
as the default Docker image
- uses
1.4.0 - 2021-12-28
- use a custom name for the Redis container: this is helpful when starting multiple Redis instances
1.3.0 - 2021-12-27
- start Redis instance on a custom port
1.2.0 - 2021-01-08
- version check before starting the Redis container: fall back to
latest
when no Redis version is defined for the workflow - run tests on pull requests
- refined wording in Readme
1.1.0 - 2019-12-18
- switched from a Node.js workflow to a Docker-based workflow
- reduces noise in the repo by removing the Node.js dependencies and only relying on a shell script
1.0.0
release 🚀 🎉