soulbird commented on code in PR #9291:
URL: https://github.com/apache/apisix/pull/9291#discussion_r1164956488
##########
apisix/plugins/limit-count/limit-count-redis-cluster.lua:
##########
@@ -112,5 +113,5 @@ function _M.incoming(self, key)
return 0, remaining, ttl
end
-
+_M.script = script
Review Comment:
If you want to export this, it's better to put it in init.lua, don't refer
to each other between parallel files. But it doesn't seem appropriate to put it
in init.lua, so let's keep it as it is
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]