When you want to connect your Redis from a remote host using Redis Tools, you need to make following settings are configured: I assume you have already installed Redis on your server if you not you can follow this post – How to Install and Secure Redis on Ubuntu 22.04? Binding Redis to Allow Connect […]
Redis
How To Install and Secure Redis on Ubuntu 22.04?
Install Redis: Login to your Ubuntu Server and make sure it is ready to install new packages: Install redis-server: Update Redis Directive Setting: Change supervised from no to systemd since you are on Ubuntu Restart Redis Service: Setup Redis Password: To make your Redis service secure it is always better to setup strong password Remove […]