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)"
Alpine install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-redis.sh)"
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.confLinks
This post is licensed under CC BY 4.0 by the author.