-
Notifications
You must be signed in to change notification settings - Fork 325
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
Reimplementation of the RedisProfilerStorage #301
Conversation
LGTM... do you know the reason why this was dropped in Symfony3? |
No idea, and cant find any discussion on why it was removed. |
Here's what you can read in the doc since 3.0 version. |
That documentation does not mention why it was removed. I reimplemented it in the way that was suggested, and as a part of this bundle because we already use it in our projects. Would be great if this PR could be merged! |
Interested too |
Yes, in fact support was dropped "because" without further discussion. |
Merged. |
Nice ! |
Thanks! |
@snc Could you release a new version please? |
Thanks! New version https://github.com/snc/SncRedisBundle/releases/tag/2.0.1 |
Because the built-in support for Redis as profiler datastore was dropped as of Symfony3 I reimplemented it in this bundle. It is basically a copy of the original RedisProfilerStorage and adjusted to handle the client configuration from this bundle. I also copied the phpunit test files.
Let me know if I need to do more