Thanks for the links, it's very interesting to see that a pure Python implementation it isn't too far compare to the speed of official Redis implementation. It should be interesting to see the behaviour you have with more clients and requests: if you continue to keep same difference or if Python implementation falls down.
-- Ludovic Gasc (GMLudo) http://www.gmludo.eu/ On Thu, Mar 26, 2015 at 11:51 PM, Luca Sbardella <[email protected]> wrote: > > 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 >
