Kong / lua-resty-counter

Lock-free counter for OpenResty
22 stars 11 forks source link

adds support for init_ttl in new() and reset() #6

Closed Abhishekvrshny closed 3 years ago

Abhishekvrshny commented 3 years ago
CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

Abhishekvrshny commented 3 years ago

The ttl setting applies to all keys in the shared_dict though. Not sure if that would be a right contract.