Post

Redis

Redis is an open-source, in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker.

Redis

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/redis.sh)"
CPU: 1 cores RAM: 1024 MB Disk: 4 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-redis.sh)"
CPU: 1 cores RAM: 256 MB Disk: 1 GB OS: Alpine 3.23

Configuration

Config file:

1
Debian /etc/redis/redis.conf | Alpine: /etc/redis.conf

Notes

Redis Configuration: nano /etc/redis/redis.conf or in Alpine: nano /etc/redis.conf

This post is licensed under CC BY 4.0 by the author.