mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* add `redis` to `community` train * add extra validation * add error message * enclose pattern in squotes * bump common
9 lines
536 B
Markdown
9 lines
536 B
Markdown
# Redis
|
|
|
|
[Redis](https://redis.io/). The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker.
|
|
|
|
> When application is installed, a container will be launched with **root** privileges.
|
|
> This is required in order to apply the correct permissions to the `Redis` directories.
|
|
> Afterward, the `Redis` container will run as a **non**-root user (`1001`) and root group.
|
|
> All mounted storage(s) will be `chown`ed only if the parent directory does not match `1001` user.
|