Important note
This deploys Redis without append-only file and RDB persistence. The data stored in-memory will be lost if instances reboot.
This Redis app is ideal for small, cost-conscious applications that don't require on-disk persistence. It's perfect for use cases like rate limiting, session storage, and data caching that don't require durability between reboots.
Getting started
To use your Redis app you need to grab two values from the UI: the "Internal service URL" and the value of the "REDIS_PASSWORD" variable.
The internal service URL is available on your component overview. In the example below, you would use redis.fiber-server-production.internal
as your "Redis host" in a Redis client and set the port option to 6379
.
The REDIS_PASSWORD
variable can be read in your component's "Secrets and variables" dashboard.
Advanced configuration
The Bitnami Redis image allows you to configure a ton of settings via environment variables. Support variables can be found here.
Trademark notice
Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd. Any use by FlexStack is for referential purposes only and does not indicate any sponsorship, endorsement, or affiliation between Redis Ltd.