Re: [pylons-discuss] redis debugging?

2018-06-22 Thread Jonathan Vanasco
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

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

[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