-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Make it easy to log request/responses #2854
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
Comments
|
This is great, on high loaded Redis server you can't easily use |
Why doesn't this issue receive more support/comments? Maybe the alternative is https://redis-py.readthedocs.io/en/stable/opentelemetry.html ? |
Redis was no longer open-source? |
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.
Version: What redis-py and what redis version is the issue happening on?
Redis-py 4.6.0
Redis 6.2.10
Platform: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure)
MacOS
Description: Description of your issue, stack traces from errors and code that reproduces the issue
I'd like to log request/responses from the client (and can't find how to do it after trying very hard ;)). Looking for equivalent functionality of
httpx
:Is there a way to achieve this with redis-py, otherwise wdyt about adding a feature that makes this easy?
The text was updated successfully, but these errors were encountered: