Michal, I think you misread the previous posts regarding Redis. No one had suggested a pure python implementation of the Redis server. The question was about a pure python client, which as far as I can tell redis-py satisfies. It is a pure python client which would make it easier to use from something like Maya, where you don't need any compiled extensions.
I very much agree with you that a pure python Redis server would be slow :-) On Sat Nov 22 2014 at 8:47:38 AM Michal Doniec <[email protected]> wrote: > No such thing as pure python redis. It would be extremely slow. Redis-py > is just a library which allows to talk to redis server from python. Redis > is also gimped under windows. > > > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/01ef5fdf-2046-4b63-9d07-e2f434ad9fb1%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/01ef5fdf-2046-4b63-9d07-e2f434ad9fb1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA3-PCj%3DMU8MzZeq8tvVVkzZhn3Vpo8gkGpK3Oy%2Bgrmk1g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
