I see that there’s a port of memcache client for gevent (https://github.com/hjlarsson/gevent-memcache), but it has not been updated since August 2010. Do you guys have any recommendation on a memcache client for using in gevent?
I see that there’s a port of memcache client for gevent (https://github.com/hjlarsson/gevent-memcache), but it
Share
Found one, released and maintained by the guys at http://www.esn.me
https://github.com/esnme/ultramemcache
They also have a faster JSON decoder as well, coded in C with python binding.