ABOUT
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.
infoRedis Configuration: `nano /etc/redis/redis.conf` or in Alpine: `nano /etc/redis.conf`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM4 GB disk
Config pathDebian /etc/redis/redis.conf | Alpine: /etc/redis.conf
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/redis.sh'; sha='dd11f1931894f389825b05c8bd5f3d91c3ccf6106f8c1aec73e70cd7dda75ba1'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/redis.shSHA-256 dd11f1931894f389825b05c8bd5f3d91c3ccf6106f8c1aec73e70cd7dda75ba1 alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Config pathDebian /etc/redis/redis.conf | Alpine: /etc/redis.conf
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-redis.sh'; sha='2f72edde9a59e2fc7dfacf48d06c3c349f0658d95c1202ad71c9525f2d9adc76'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-redis.shSHA-256 2f72edde9a59e2fc7dfacf48d06c3c349f0658d95c1202ad71c9525f2d9adc76 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.