Debian 13 support
please
Hi this is in the oven 🙂
Aug 19, bad
Hi @adamiBs Please add trixie to BUILD_DISTS
Hi @adamiBs Please add
trixietoBUILD_DISTS
If you want a temporarly solution you can fallback to redis bookworm repository for debian trixie. I am using it in production without issues.
sudo apt-get install lsb-release curl gpg
curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg
sudo chmod 644 /usr/share/keyrings/redis-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb bookworm main" | sudo tee /etc/apt/sources.list.d/redis.list
sudo apt-get update
sudo apt-get policy redis
sudo apt-get install redis
If you want a temporarly solution
For Trixie, we can just apt install redis-server which is 8.0.2 if you don't need new features.
If you want a temporarly solution
For Trixie, we can just
apt install redis-serverwhich is 8.0.2 if you don't need new features.
Yeah but you will miss redis modules and new features unluckily
Hello! Is there any ETA on this? Would love to start using Debian 13 but cannot until the Redis repo is available.
It's supported
https://packages.redis.io/deb/dists/trixie/Release