All Templates / Storage

Redis

Redis

Redis key-value data store

Deploy Redis

Redis

bitnami/redis:7.2.5

Just deployed

/bitnami

Overview

Redis key-value store deployed with the bitnami/redis Docker image.

How to use

Reference the REDIS_URL variable to connect to Redis (e.g. ${{Redis.REDIS_URL}}) from another service in your project.

Connecting externally

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

Data persistence

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

Deploy Now

Details

Railway Templates

Created on Sep 8, 2023

5088 total projects

2916 active projects

100% success on recent deploys

Storage



More templates in this category

View Template
ReadySet

ReadySet

A lightweight caching engine for Postgres


Milo

View Template
EdgeDB

EdgeDB

EdgeDB template based on their Docker deployment guide


Ajit Krishna

View Template
Apache Kvrocks

Apache Kvrocks

A drop-in replacement for Redis to store data on a volume.


Bram