erikdubbelboer / phpRedisAdmin

Simple web interface to manage Redis databases.
http://dubbelboer.com/phpRedisAdmin/
3.11k stars 666 forks source link

bug-web #175

Open jeffaryhe opened 2 years ago

jeffaryhe commented 2 years ago

image image

I use rendis cluster version 5.0. If there is a bug in the web page, how can I deal with it

erikdubbelboer commented 2 years ago

I just noticed Dockerhub doesn't support automated builds anymore and the phpRedisImage there was stuck at 1.31.2. I have push 1.17.0 to Dockerhub now which contains a lot of bugfixes. Can you please update your image and try again?

jeffaryhe commented 2 years ago

image image error

erikdubbelboer commented 2 years ago

Are you sure the Docker container can reach the redis instance? I don't see host networking for example. For more information on how to reach something from with within a Docker container see: https://stackoverflow.com/a/24326540/17143396

jeffaryhe commented 2 years ago

image I use redis5 0, supports multiple DB switching 。docker erikdubbelboer/phpredisadmin:v1.17.0

erikdubbelboer commented 2 years ago

When the phpRedisAdmin container is running can you do docker ps to find the ID of the container. And then do docker exec -it <container ID here> bash. And then ping $REDIS_1_HOST. What are you getting then? This tests if you can reach the redis server from within the phpRedisAdmin container.

jeffaryhe commented 2 years ago

![Uploading image.png…]()

erikdubbelboer commented 2 years ago

You clicked submit too quickly, it was still uploading your screenshot.