X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached.rst;h=4f85d96c470f93e99bc97e1c04f5de20ec5e6b6c;hb=bdf3398dac90a54d82aed65099290d51e92d4601;hp=b0740adc8b892a119be5ea8420c7785b839ae0fd;hpb=28c4d79e109e11d7d2a9f3189de57da28302ec68;p=awesomized%2Flibmemcached diff --git a/docs/source/libmemcached.rst b/docs/source/libmemcached.rst index b0740adc..4f85d96c 100644 --- a/docs/source/libmemcached.rst +++ b/docs/source/libmemcached.rst @@ -56,7 +56,7 @@ Objects are stored on servers by hashing keys. The hash value maps the key to a particular server. All clients understand how this hashing works, so it is possibly to reliably both push data to a server and retrieve data from a server. -Group keys can be optionally used to group sets of objects with servers. +Group keys can be optionally used to group sets of objects with servers. Namespaces are supported, and can be used to partition caches so that multiple applications can use the same memcached servers. @@ -150,7 +150,6 @@ UTILITY LIBRARIES * :doc:`libhashkit` * :doc:`libmemcachedutil` - SEE ALSO --------