Redis emulator Docker image to be used for testing.
docker pull ghcr.io/ridedott/redis-emulator:latest
docker run ridedott/redis-emulator:latest
These instructions will get you an instance of the Redis emulator running on your local machine for testing purposes.
Minimal requirements to set up the project:
- Docker
- Make sure to authenticate to Github Package registry.
docker build .
See CONTRIBUTING.md.