• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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