Hello,<br>I have created a Twisted version of redis.py. <br>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.<br>
<br>I have translated all of the doc tests in redis.py to Trial unit tests, and they are all passing. <br><br>Version 0.1.1 is available on <a href="http://pypi.python.org/pypi/txredis/0.1.1">pypi</a>, and here is the <a href="http://ooici.net:82/?p=txredis.git;a=summary">source code</a> git repository. <br>
<br>To the Twisted gurus, feedback on the implementation is very welcome. I would like to make this is a solid client library.<br><br>Thank you,<br>Dorian Raymer<br>