How to Install and Uninstall redis Package on openSuSE Tumbleweed

Last updated: September 29,2024

1. Install "redis" package

This guide covers the steps necessary to install redis on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install redis

2. Uninstall "redis" package

This is a short guide on how to uninstall redis on openSuSE Tumbleweed:

$ sudo zypper remove redis

3. Information about the redis package on openSuSE Tumbleweed

Information for package redis:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : redis
Version : 7.2.4-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 5.8 MiB
Installed : No
Status : not installed
Source package : redis-7.2.4-2.1.src
Upstream URL : https://redis.io
Summary : Persistent key-value database
Description :
redis is an advanced key-value store. It is similar to memcached but the dataset
is not volatile, and values can be strings, exactly like in memcached,
but also lists, sets, and ordered sets. All this data types can be manipulated
with atomic operations to push/pop elements, add/remove elements, perform server
side union, intersection, difference between sets, and so forth. Redis supports
different kind of sorting abilities.