redis
OfficielleApplication Docker from Nodiaque's Repository
Vue d'ensemble
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. Based on official Redis Docker image.
You must create the config file first located at /mnt/user/appdata/redis/conf/redis.conf.
See following link to get the files
https://redis.io/docs/latest/operate/oss_and_stack/management/config/
If you want to use redis-full.conf, you must change the "Post Arguments" accordingly and refer to https://hub.docker.com/_/redis
There's currently a bug with the template the path for /config isn't properly set. It must be /mnt/user/appdata/redis/conf/
Be sure to chmod to nobody:users the appdata folder and all files.
Install Redis on Unraid in a few clicks.
Find Redis in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open Apps on Unraid Find an app Click Install
Exigences
Config File must be created at appdata/conf/redis.conf (unless you change mapping) https://redis.io/docs/latest/operate/oss_and_stack/management/config/
Liens
Détails
Référentiel
redisDernière mise à jour2026-05-28
Première vue2018-05-06
Arguments d'exécution
- Réseau
bridge- Coquille
sh- Privilégié
- false
- Paramètres supplémentaires
--user 99:100
Configuration du modèle
Redis PortPorttcp
This is Redis default connection port.
- Cible
- 6379
- Défaut
- 6379
- Valeur
- 6379
Database dumb folderPathrw
- Cible
- /data
- Défaut
- /mnt/user/appdata/redis/db/
- Valeur
- /mnt/user/appdata/redis/db/
Config folderPathrw
- Cible
- /config
- Défaut
- /mnt/user/appdata/redis/conf/
- Valeur
- /mnt/user/appdata/redis/conf/