phpRedisAdmin icon indicating copy to clipboard operation
phpRedisAdmin copied to clipboard

bug-web

Open jeffaryhe opened this issue 3 years ago • 7 comments

image image

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

jeffaryhe avatar Jan 25 '22 07:01 jeffaryhe

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?

erikdubbelboer avatar Jan 26 '22 05:01 erikdubbelboer

image image error

jeffaryhe avatar Jan 26 '22 06:01 jeffaryhe

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

erikdubbelboer avatar Jan 26 '22 06:01 erikdubbelboer

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

jeffaryhe avatar Jan 26 '22 07:01 jeffaryhe

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.

erikdubbelboer avatar Jan 27 '22 03:01 erikdubbelboer

Uploading image.png…

jeffaryhe avatar Jan 27 '22 03:01 jeffaryhe

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

erikdubbelboer avatar Jan 27 '22 03:01 erikdubbelboer