diff options
Diffstat (limited to 'databases/py-python-memcached/pkg-descr')
-rw-r--r-- | databases/py-python-memcached/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-python-memcached/pkg-descr b/databases/py-python-memcached/pkg-descr index 3804812b2422..a2cef794518c 100644 --- a/databases/py-python-memcached/pkg-descr +++ b/databases/py-python-memcached/pkg-descr @@ -1,4 +1,4 @@ -The API takes advantage of the server's opaque flag support and sets its +The API takes advantage of the server's opaque flag support and sets its "complex" flag whenever the object being stored or retrieved isn't a plain scalar. In that case, the Storable module is used to freeze and thaw the value automatically going in and out of the memcached. |