[pylons-discuss] redis debugging?

2018-06-19 Thread 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 t

Re: [pylons-discuss] redis debugging?

2018-06-19 Thread Thierry Florac
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 Le mer. 20 juin 2018 à 00:20, Jonathan Vanasc