Comment 9 for bug 1600394

Revision history for this message
Brant Knudson (blk-u) wrote :

Also, it's pretty easy to get the actual value from memcache, for example:

>>> import memcache
>>> mc = memcache.Client(['127.0.0.1:11211'], debug=0)
>>> len(mc.get('1921523d6734d44e88ed58dfc76ef681a36b8e9b')[0])
911