• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Accessing Redis from local cli

ralph22

New Pleskian
Hello,
I'm running my Redis server via Docker image, all works perfectly fine, my CMS'es use it no problem.

However, I'm looking for a way to access it from my local machine, either via redis-cli or Redis Insight Mac app.

I've tried my Plesk server IP and Redis port but cannot get the connection working.

Do I need anything extra on my Redis (or Docker) configuration to access the server from outside Plesk environment?
 
start redis-cli (for Redis running as docker container) with:
docker exec -it containername redis-cli
(as containername, use the value you entered in the Plesk-Interface while settingup the docker-container)
 
Back
Top