How to Install and Uninstall perl-Mojo-Redis Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "perl-Mojo-Redis" package

This tutorial shows how to install perl-Mojo-Redis on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Mojo-Redis

2. Uninstall "perl-Mojo-Redis" package

Learn how to uninstall perl-Mojo-Redis on openSuSE Tumbleweed:

$ sudo zypper remove perl-Mojo-Redis

3. Information about the perl-Mojo-Redis package on openSuSE Tumbleweed

Information for package perl-Mojo-Redis:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Mojo-Redis
Version : 3.29-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 144.0 KiB
Installed : No
Status : not installed
Source package : perl-Mojo-Redis-3.29-1.10.src
Upstream URL : https://metacpan.org/release/Mojo-Redis
Summary : Redis driver based on Mojo::IOLoop
Description :
Mojo::Redis is a Redis driver that use the Mojo::IOLoop, which makes it
integrate easily with the Mojolicious framework.
It tries to mimic the same interface as Mojo::Pg, Mojo::mysql and
Mojo::SQLite, but the methods for talking to the database vary.
This module is in no way compatible with the 1.xx version of 'Mojo::Redis'
and this version also tries to fix a lot of the confusing methods in
'Mojo::Redis2' related to pubsub.
This module is currently EXPERIMENTAL, and bad design decisions will be
fixed without warning. Please report at
https://github.com/jhthorsen/mojo-redis/issues if you find this module
useful, annoying or if you simply find bugs. Feedback can also be sent to
'[email protected]'.