-
-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Valkey #290
Comments
@HarlemSquirrel Hey, is it used widely? Would you like to add a new |
I'm not sure how widely it's used yet. Just learned about it from a co-worker through that AWS article. The GitHub project has 18k stars: https://github.com/valkey-io/valkey I'm not using this library yet but I came across it while researching for an upcoming project. We may not add any libraries for rate limiting but I wanted to see if there was any interest here in supporting Valkey since I heard some good things. 😁 |
Valkey has been launched last year by Linuxfoundation and is backed by over 40+ companies including AWS, Google, Oracle. It seems to be something very cool :) Valkey can be connected using But it could be better to have a separated connector using official fork of ioredis for valkey -> iovalkey Once again, |
I'm also interested in this - Valkey is awesome! There are 2 important clients, iovalkey and Valkey GLIDE I wanted to make a PR for both them but it seems difficult to create one RateLimtier class for both I think I'll do 2 classes, RateLimiterValkey for iovalkey, and RateLimiterGlide or RateLimiterValkeyGlide for the other |
I recently learned about Valkey so it would be awesome to have support for that here.
AWS ElastiCache recently added Valkey as well:
https://aws.amazon.com/about-aws/whats-new/2024/10/amazon-elasticache-valkey/
The text was updated successfully, but these errors were encountered: