redis

redis

Oficial

Aplicación Docker from Nodiaque's Repository

Visión general

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

Requisitos

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/

Detalles

Repositorio
redis
Última actualización2026-05-28
Visto por primera vez2018-05-06

Argumentos en tiempo de ejecución

Red
bridge
Concha
sh
Privilegiado
false
Parámetros adicionales
--user 99:100

Configuración de plantillas

Redis PortPorttcp

This is Redis default connection port.

Objetivo
6379
Por defecto
6379
Valor
6379
Database dumb folderPathrw
Objetivo
/data
Por defecto
/mnt/user/appdata/redis/db/
Valor
/mnt/user/appdata/redis/db/
Config folderPathrw
Objetivo
/config
Por defecto
/mnt/user/appdata/redis/conf/
Valor
/mnt/user/appdata/redis/conf/