Why Redis database use in limit-count plugin instead of etcd one? #7931
rakesh-308
started this conversation in
General
Replies: 1 comment 4 replies
-
limit-count requires high frequency reads and writes to the database, and etcd is not as good as redis in this scenario. A quick glance at other project implementations shows that redis is also used as the database in cluster limit-count. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Came across this "policy" attribute in limit-count plugin. I wonder why etcd was not used to store persistent limit count information rather than redis as etcd was already there and it is highly consistent and distributed, light weight database
Beta Was this translation helpful? Give feedback.
All reactions