How to Install and Uninstall golang-github-mna-redisc-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "golang-github-mna-redisc-dev" package

Please follow the steps below to install golang-github-mna-redisc-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-mna-redisc-dev

2. Uninstall "golang-github-mna-redisc-dev" package

Here is a brief guide to show you how to uninstall golang-github-mna-redisc-dev on Kali Linux:

$ sudo apt remove golang-github-mna-redisc-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-mna-redisc-dev package on Kali Linux

Package: golang-github-mna-redisc-dev
Source: golang-github-mna-redisc
Version: 1.1.7-4
Installed-Size: 149
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-gomodule-redigo-dev, golang-github-stretchr-testify-dev
Size: 31412
SHA256: 56a882d28a30f2d2440f920031663756934c3275e8e0b55745f16ccd22f920bc
SHA1: ad015af6e662568ae565336fbf9d56629d0d71f0
MD5sum: 815f0f63a13d505d38931158c893098f
Description: redis cluster client
This package contains a redis cluster client built on top of the
redigo package.
.
The design goal of redisc is to be as compatible as possible with
the redigo. As such, the Cluster type can be used as a drop-in
replacement to a redis.Pool, and the connections returned by the
cluster implement the redis.Conn interface. The package offers
additional features specific to dealing with a cluster that may
be needed for more advanced scenarios.
.
The main features are:
- Drop-in replacement for redis.Pool (the Cluster type implements
the same Get and Close method signatures).
- Connections are redis.Conn interfaces and use the redigo package
to execute commands, redisc only handles the cluster part.
- Support for all cluster-supported commands including scripting,
transactions and pub-sub.
- Support for READONLY/READWRITE commands to allow reading data
from replicas.
- Client-side smart routing, automatically keeps track of which
node holds which key slots.
- Automatic retry of MOVED, ASK and TRYAGAIN errors when desired,
via RetryConn.
- Manual handling of redirections and retries when desired, via
IsTryAgain and ParseRedir.
- Automatic detection of the node to call based on the command's
first parameter (assumed to be the key).
- Explicit selection of the node to call via BindConn when needed.
- Support for optimal batch calls via SplitBySlot.Alternatives
- redis-go-cluster
- radix v1 and v2
Description-md5:
Homepage: https://github.com/mna/redisc
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-mna-redisc/golang-github-mna-redisc-dev_1.1.7-4_all.deb