Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Discussion options

You must be logged in to vote

In order to upgrade Redis to version 7, it is necessary to use the Debian backport repositories. To do so, you need to add the backport repositories to your system's list of package sources by running the following command in the terminal:

cat <<EOF >>/etc/apt/sources.list
deb http://deb.debian.org/debian bullseye-backports main contrib non-free
deb-src http://deb.debian.org/debian bullseye-backports main contrib non-free
EOF

After adding the backport repositories, run the apt update command to update the package lists. To upgrade to Redis version 7.0.7, run the command apt -t bullseye-backports install -y redis. This will install the latest version of Redis from the backport repositories.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@malosaa
Comment options

Answer selected by malosaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants