summaryrefslogtreecommitdiff
path: root/pymemcache
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2019-01-08 08:04:32 -0800
committerJon Parise <jon@pinterest.com>2019-01-08 08:05:40 -0800
commitb088a4f3dc2ef79fd02658e1092333763d8904bf (patch)
tree94130b382b8a78a50cb9cc51d1238f84d85bfcf4 /pymemcache
parent1fb4cd8c847e810ed46b6a822bd69b9010e0177e (diff)
downloadpymemcache-b088a4f3dc2ef79fd02658e1092333763d8904bf.tar.gz
Improve the cache_memlimit documentation
Diffstat (limited to 'pymemcache')
-rw-r--r--pymemcache/client/base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pymemcache/client/base.py b/pymemcache/client/base.py
index 558650c..dcad2ff 100644
--- a/pymemcache/client/base.py
+++ b/pymemcache/client/base.py
@@ -665,7 +665,8 @@ class Client(object):
The memcached "cache_memlimit" command.
Args:
- A number of megabytes to set as the new memlimit
+ memlimit: int, the number of megabytes to set as the new cache memory
+ limit.
Returns:
If no exception is raised, always returns True.