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.