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

More templates in this category

View Template
ReadySet

ReadySet

A lightweight caching engine for Postgres


View Template
Flare

Flare

A modern, lightning-fast file sharing platform built for self-hosting


View Template
EdgeDB

EdgeDB

EdgeDB template based on their Docker deployment guide