-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Shorten the key_prefix
Let's say we want to count 200K users or tokens, it implies the double of the counters (past and current minute) multiply that by 18 (key_prefix length), maybe we can use something like nrm.
(4e5 * 18)/1024^26MB vs 1MB(4e5 * 3)/1024^2
Uncouple ngx from measure function
It can be useful outside of nginx, we can change the function signature to also receive the current_time in seconds.
Generate docs
lucasrodcosta
Metadata
Metadata
Assignees
Labels
No labels