Redis
The Railway Redis database service allows you to provision and connect to a Redis database with zero configuration.
Connect
When you run railway run
in a project with the Redis database service installed, we inject several environment variables.
- REDISHOST
- REDISUSER
- REDISPORT
- REDISPASSWORD
- REDIS_URL
Connect to your Redis container using your library of choice and supplying the appropriate environment variables.
Image
The Redis database service uses the bitnami/redis:6.0 docker image.
Was this page helpful?
Edit this file on GitHub