Swap Redis out of docker-compose in favour of valkey
Feature Request
Ric Harvey
·
1 year ago
·
edited
In order to support a full open source deployment we should swap the redid component for valkey: https://valkey.io which is a drop in replacement. I've tested this on a local deployment and it works fine.
Docker Image:
https://hub.docker.com/r/valkey/valkey
You can customize the docker compose file and replace the Redis component with Valkey.
Also take a look at Dragonfly (https://www.dragonflydb.io/), it's really interesting!