Redis 6 Installation & Setup on Ubuntu 20.04 | Redis 6 ACP Setup | How to Install Redis on Ubuntu



Redis 6 Installation & Setup on Ubuntu 20.04 | Redis 6 ACP Setup | How to Install Redis on Ubuntu

Redis 6 Installation & Setup on Ubuntu 20.04 | Redis 6 ACP Setup | How to Install Redis on Ubuntu

Redis 6 Installation & Setup with Access Control List (ACL) on Ubuntu. This is a standalone installation which we would be using for our initial POC using Spring Boot & Redis.

Chapters:
00:00 Introduction
00:30 Download Redis
01:00 Installation Steps
01:52 Redis Make & Make Test
02:21 TCL Issue
03:02 Verify Redis Version
03:15 Redis Server Failed
04:00 Redis Server Started Successfully
04:20 Redis CLI Basic Commands
05:44 Redis ACL Introduction
06:20 ACL Setup Command
07:28 Redis CLI with Created User
07:56 Thank You

References:
Redis Installation & ACL Command Page:
https://redis.io/topics/quickstart
https://redis.io/topics/acl
https://redis.io/commands/acl-users
https://redis.io/commands/acl-setuser

The solution to TCL Issue During make test:
sudo tar xzvf tcl8.6.1-src.tar.gz -C/usr/local/
cd /usr/local/tcl8.6.1/unix/
sudo ./configure
sudo make
sudo make install
OR
sudo apt-get install tcl

Ubuntu Check Version: lsb_release -a

#Redis #Ubuntu #ACL

Comments are closed.