Replies: 1 comment
-
I just use redis sorted set. Close this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a class where I increase a limit and separately check if the limit has been reached.
`public function increaseCount()
{
$this->providerRequestsLimiter->create();
$limiter = $this->providerRequestsLimiter->create('uniqValue')->consume();
}
Beta Was this translation helpful? Give feedback.
All reactions