All Templates / Storage
Redis
Redis key-value data store
Redis
bitnami/redis:7.2.5
Just deployed
/bitnami
Redis key-value store deployed with the bitnami/redis Docker image.
Reference the REDIS_URL
variable to connect to Redis (e.g. ${{Redis.REDIS_URL}}
) from another service in your project.
Connect to the database from outside of Railway using the TCP Proxy.
In a terminal, for example:
## login
redis-cli -h TCP_PROXY_DOMAIN -p TCP_PROXY_PORT
## authenticate
AUTH REDIS_PASSWORD
By default, data is persistence is configured with AOF disabled in favor of RDB snapshotting with the following schedule:
save 3600 1
save 300 100
save 60 10000
Read more about persistence options in the Redis docs.
Reference the bitnami/redis environment variables for information on how to update your Redis service configuration.
Template Content
Redis
bitnami/redis:7.2.5Details
Railway Templates
Created on Sep 8, 2023
5088 total projects
2916 active projects
100% success on recent deploys
Storage
More templates in this category