• Vincent Pelletier's avatar
    Drop TODOs. · c9d67d04
    Vincent Pelletier authored
    Concurrency handling is not required, because a single MemcachedDict should
    not be accessed outside a Zope transaction, which is itself bound to a
    specific thread.
    Pickling a connection is not needed, ERP5Type.Core.MemcachedPlugin is all
    we need to serialise.
    c9d67d04
MemcachedTool.py 12.8 KB