Skip to content

Commit 8ce0737

Browse files
committed
fix comment for set_many
1 parent 0ac3dc7 commit 8ce0737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymemcache/client/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ def set_many(self, values, expire=0, noreply=None):
310310
311311
Returns:
312312
Returns a list of keys that failed to be inserted.
313+
If noreply is True, alwais returns empty list.
313314
"""
314315
# TODO: make this more performant by sending all the values first, then
315316
# waiting for all the responses.

0 commit comments

Comments
 (0)