A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/redis/redis-debian below:

GitHub - redis/redis-debian: Debian packaging

This repository holds the debian/ package configuration and handles automation tasks for creating source packages and pushing them to ppa:redislabs/redis.

The Debian package is derived from work done by Chris Lea.

Redis Open Source - Install using Debian Advanced Package Tool (APT)

Run the following commands:

sudo apt-get update
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 $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list
sudo apt-get update
sudo apt-get install redis

Tip

Redis will not start automatically, nor will it start at boot time. To do this, run the following commands.

sudo systemctl enable redis-server
sudo systemctl start redis-server

Tip

To install an earlier version, say 7.4.2, run the following command:

sudo apt-get install redis=6:7.4.2-1rl1~jammy1

You could view the available versions by running apt policy redis.

Supported Operating Systems

Redis officially tests the latest version of this distribution against the following OSes:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4