You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've one quick question: I've read through the documentation and I'm not sure if the approach below is valid.
I would like to create just one store (redis, memory or whatever).
Then I would like to pass the same store object to different limiters (each one with different time limit configuration). Is this a supported approach in terms of concurrency or should each limiter own its own store object?
thanks in advance for your time
Regards.
The text was updated successfully, but these errors were encountered:
Hello and many thanks for your wonderful work!
I've one quick question: I've read through the documentation and I'm not sure if the approach below is valid.
I would like to create just one store (redis, memory or whatever).
Then I would like to pass the same store object to different limiters (each one with different time limit configuration). Is this a supported approach in terms of concurrency or should each limiter own its own store object?
thanks in advance for your time
Regards.
The text was updated successfully, but these errors were encountered: