Discussion:
[pylons-discuss] redis debugging?
Jonathan Vanasco
2018-06-19 22:20:13 UTC
Permalink
i've been toying with a debugtoolbar for redis connections.

the big issue is that python's redis doesn't have any sort of logging or
callback facility

as a workaround, i've been using a proxy class as a logger... which
requires manually wrapping/replacing the redis client objects.

because of that, i'm not inclined to build anything for a public release
myself. it's just all wonky stuff.

does anyone else have a need for this and interested in collaborating? if
so, i'll try to pull stuff out to a public repo.
--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss+***@googlegroups.com.
To post to this group, send email to pylons-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/e74e7337-97c7-4fe6-8235-6402287fc5bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thierry Florac
2018-06-20 05:56:38 UTC
Permalink
Hi Jonathan!
For sure I would be interested by such a debug toolbar extension which
could provide the same kind of information that we have for SQLAlchemy.
Of course if I can help or collaborate in coding or testing, just ask! ;)
Best regards,
Thierry
Post by Jonathan Vanasco
i've been toying with a debugtoolbar for redis connections.
the big issue is that python's redis doesn't have any sort of logging or
callback facility
as a workaround, i've been using a proxy class as a logger... which
requires manually wrapping/replacing the redis client objects.
because of that, i'm not inclined to build anything for a public release
myself. it's just all wonky stuff.
does anyone else have a need for this and interested in collaborating? if
so, i'll try to pull stuff out to a public repo.
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/pylons-discuss/e74e7337-97c7-4fe6-8235-6402287fc5bc%40googlegroups.com
<https://groups.google.com/d/msgid/pylons-discuss/e74e7337-97c7-4fe6-8235-6402287fc5bc%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
http://www.imagesdusport.com -- http://www.ztfy.org
--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss+***@googlegroups.com.
To post to this group, send email to pylons-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAPX_VWCUGCqOLe8LaNGHJFoLscpBLQthZn4bgkGqTZdPGKjUHQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Jonathan Vanasco
2018-06-22 22:52:55 UTC
Permalink
great! i'll try to split some of my test stuff out and put it on github.
--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss+***@googlegroups.com.
To post to this group, send email to pylons-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/18910aaf-0f6c-4eb3-8dd1-2a64a811b1f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...