Method to decrement a client's hit counter.
The identifier for a client.
Method to increment a client's hit counter.
The identifier for a client.
The number of hits and reset time for that client.
Method that initializes the store, and has access to the options passed to the middleware too.
The options used to setup the middleware.
Method to reset everyone's hit counter.
Method to reset a client's hit counter.
The identifier for a client.
Generated using TypeDoc
An interface that all hit counter stores must implement.