On 26 March 2015 at 17:14, Victor Stinner <[email protected]> wrote:
> James Saryerwinnie wrote an article: > http://jamesls.com/writing-redis-in-python-with-asyncio-part-1.html > > I just saw it in the Python Weekly mailing list. > > Pulsar has a fully functional redis server built on asyncio. http://quantmind.github.io/pulsar/apps/ds.html Some benchmarks for the SET command (pypy to the rescue) https://gist.github.com/lsbardel/8068579 lua scripting not available but possible. I would be great to have python scripting! Regards -- http://lucasbardella.com
