summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/resty.limit.count.lua
blob: 9c05c45c66de7c9f27b7b3aeb4ca3f4ac9f12b9b (plain)
1
2
3
4
5
6
7
---@meta
resty_limit_count={}
function resty_limit_count.uncommit(self, key) end
function resty_limit_count.incoming(self, key, commit) end
resty_limit_count._VERSION="0.06"
function resty_limit_count.new(dict_name, limit, window) end
return resty_limit_count