Open pzystorm opened 5 years ago
Hi there @pzystorm how are you? are you using redis cluster?
Did you allocated memory for the slots
:
lua_shared_dict redis_cluster_slot_locks 100k;
Can you also make it work through the docker-compose
we provided? If yes then it might be related to something missing in your nignx.conf you can look at the example to see what's missing.
Hi I have setup everything as described. I call the website f.ex. like this: www.foo.de/ratechecker?token=foo Inside nginx i have defined the location /ratechecker with redis like your example:
Now I get the error
Line 506 is this last line of this code passage:
Between the empty line I have inserted this:
It outputs:
ok 12182 ok ngx_rate_measuring_{foo}_20
But slot_item is nil...Can someone help me? Whats wrong?