Erik Dubbelboer
Erik Dubbelboer
Yes pagination would definitely be a good addition for big data sets. In theory the javascript code should do ajax requests which result in SCAN operations in redis to fetch...
应该可以啊,你试试吧
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....
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...
When the phpRedisAdmin container is running can you do `docker ps` to find the ID of the container. And then do `docker exec -it bash`. And then `ping $REDIS_1_HOST`. What...
You clicked submit too quickly, it was still uploading your screenshot.
My bad. I have just released a fix for `sameorigin`. Please upgrade to `1.16.1` and try again. I don't really use this project anymore, but there were a bunch of...
That depends on how you have configured sessions on your server. See: https://www.php.net/manual/en/session.configuration.php#ini.session.save-path
I'm ok with dropping support for 1.15. I would start without compress. Shouldn't the index page and byte-range work without any change since it's still just "files"? And I would...
I'm not sure I understand what the WaitGroup is for. But I think this happens when `Add` is called after `Wait`.