Is there a way to get all keys and values for a limiter? #171
mauriciocirelli
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@mauriciocirelli Hey, there is no such functionality now. Could you share your code with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear,
I would like to create a view in my admin website showing all keys and their values.
Currently, using redis, I have an option with redisScan to do that..
But it would be great if we could do that directly on the rateLimiter object.
Is there any way to do it?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions