Re: [Twisted-Python] txRedis - Redis Client for Twisted

2009-10-21 Thread Terry Jones
Hi Dorian > I have created a Twisted version of redis.py. Cool! I'll certainly take a look. Thanks for releasing it. BTW, it would be good to get this into https://launchpad.net/tx, presumably by mirroring to Launchpad. Terry ___ Twisted-Python mail

[Twisted-Python] txRedis - Redis Client for Twisted

2009-10-21 Thread Dorian Raymer
Hello, I have created a Twisted version of redis.py. I needed an asynchronous version of the python client for use in Twisted based projects, and I have not seen any other efforts on this front. Please let me know if I completely overlooked an existing Twisted+Redis Client project. I have translat