Open fatihbm opened 2 years ago
Could you give us your config?
Sorry, I couldn't know how can I do it because I use this with apisix. I don't use any special configuration. Maybe following links give you any ideas.
https://apisix.apache.org/docs/apisix/2.7/plugins/limit-count https://github.com/apache/apisix/blob/d4154bc0a02511f77785a965a4f6285b700997dd/apisix/plugins/limit-count/limit-count-redis-cluster.lua#L41
Hi, I have an interesting issue I wanna use the Redis cluster for the high available proxy cache but something is wrong and I couldn't find the reason. I printed an extra error.log for a better understanding of this. You can see this on lines 107 and 111. After doing this, when I open the error.log, I noticed the strange situation that you can see below. The IP and port information are correct in the first six lines, but these are incorrect in the following lines. So the port numbers are right, but the IP addresses somehow change to 127.0.0.1.
Has anyone encountered this before? What is your suggestion for a solution? Ps. The log was generated to only one HTTP request.
rediscluster.lua
http error logs;