This repository contains the code for the 'Redis Beyond Caching' Medium post.
- Go 1.23
- Docker & Docker Compose
- Clone the repository
- Run
docker-compose up -d
in the root directory to start the Redis server - Run
go run main.go
in any children directory to run the code