-
Notifications
You must be signed in to change notification settings - Fork 95
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
Document RedisNg #152
Comments
RedisNG is basically an more optimized version of Redis. It contains a few breaking changes compared to the old Redis Storage. |
Thank you for answering.
I see, so it's safe to use it (production-ready)? Question is: supporting both (
Is it possible to create a migration-script or upgrade guide for users switching to new |
Currently, it is not planned to remove the old
(Same goes for APCng) |
Hey @LKaemmerling ,
I'm using the artprima/prometheus-metrics-bundle Symfony bundle (which is built on this library) and need to add
\RedisCluster
support. Currently it fails connecting to multiple hosts (like a redis-cluster). I also noticed lack of predis support in #79. Well, I cannot add support for redis, but need to add support for\RedisCluster
.Starting to taking a deep look at this code, I noticed an undocumented
RedisNg
which you already suggested as (production-ready?) to ppl: #92, #98, #105. Looks like it's the next generation (focus on performance), but backwards-incompatible toRedis
, is it?Could you please share some thoughts on this, so I could propose a documentation/PR?
Thank you in advance!
The text was updated successfully, but these errors were encountered: