How to Install and Uninstall lua-nginx-redis Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "lua-nginx-redis" package

Please follow the instructions below to install lua-nginx-redis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lua-nginx-redis

2. Uninstall "lua-nginx-redis" package

Please follow the guidance below to uninstall lua-nginx-redis on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lua-nginx-redis $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua-nginx-redis package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lua-nginx-redis
Priority: optional
Section: universe/interpreters
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Ulises Vitulli
Architecture: all
Version: 0.20-1
Depends: nginx-extras
Filename: pool/universe/l/lua-nginx-redis/lua-nginx-redis_0.20-1_all.deb
Size: 12256
MD5sum: 39b2a75b904462c6cb7618538c62bc7b
SHA1: b7c49790f14eece8a54f460794b50e38b20ce31e
SHA256: 00b0a46eee6ae85cbf9ce19b075d6a99b395a74114c3bd01eeaa367b4beb68b5
Description-en: Pure Lua redis client driver for the nginx embedded Lua language
This modules provides a pure Lua redis driver implementation for the
embedded nginx's Lua interpreter.
.
Because this module is based on the ngx_lua's cosocket API, it inherits
the advantage of a real nonblocking behaviour running effectively on the
underlying nginx server ultra-fast technology design, allowing Web
developers making use of the Lua programming language to script and
construct extremely high-performance web applications capable to handle
10K+ connections.
.
Note that this module works for both nginx (provided by nginx-extras)
and the OpenResty bundle.
Description-md5: b26ae873b440303f49b0278351b8d2f7
Homepage: https://github.com/agentzh/lua-resty-redis
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu