Skip to content

Problem with Redisson and Elasticache #422

Discussion options

You must be logged in to vote

What is request rate on single key? Currently all Redis integrations is built on top of Compare-and-swap paradigm. CAS should works good with high request rate when requests are well distributed across keys, and obviously CAS sucks for fat keys. If you have per user limits I suppose that it should works with accaptable latency, but if you have per country or single limit for all users it will not work without special settings from this package. And obviously, replacing Redisson by Lettuci will not help, because architecure is still the same. Currently,I am awaiting for next major Redis release 8.0, which will provide Javascript functions, and it will helpfull to replace not scallable CAS …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@williamjvr
Comment options

Answer selected by williamjvr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants