How to Install and Uninstall redis Package on openSUSE Leap

Last updated: May 17,2024

1. Install "redis" package

Please follow the guidelines below to install redis on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install redis

2. Uninstall "redis" package

Here is a brief guide to show you how to uninstall redis on openSUSE Leap:

$ sudo zypper remove redis

3. Information about the redis package on openSUSE Leap

Information for package redis:
------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : redis
Version : 6.2.6-150400.3.25.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 4.3 MiB
Installed : No
Status : not installed
Source package : redis-6.2.6-150400.3.25.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.