Add support for an optional event object when incrementing a counter. The event object is internally stored in Redis using a sorted set.
The event object is useful for keeping counting a single event in a specific context. For example, for a page view counter we might want to keeps track of the count for individual pages.
Add support for an optional event object when incrementing a counter. The event object is internally stored in Redis using a sorted set.
The event object is useful for keeping counting a single event in a specific context. For example, for a page view counter we might want to keeps track of the count for individual pages.