redis

redis

Official

Docker app from Nodiaque's Repository

Overview

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 the Apps tab on your Unraid server Search Community Apps for Redis Review the template variables and paths Click Install

Requirements

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/. There's currently a bug with the template the path for /config isn't properly set. It must be /mnt/user/appdata/redis/conf/

Download Statistics

10,870,770,693
Total Downloads
130,179,092
This Month
110,085,427
Avg / Month

Total Downloads Over Time

Loading chart...

Details

Repository
redis
Last Updated2026-06-24
First Seen2018-05-06

Runtime arguments

Network
bridge
Shell
sh
Privileged
false
Extra Params
--user 99:100

Template configuration

Redis PortPorttcp

This is Redis default connection port.

Target
6379
Default
6379
Value
6379
Database dumb folderPathrw
Target
/data
Default
/mnt/user/appdata/redis/db/
Value
/mnt/user/appdata/redis/db/
Config folderPathrw
Target
/config
Default
/mnt/user/appdata/redis/conf/
Value
/mnt/user/appdata/redis/conf/