Skip to content

Commit

Permalink
fix comment for set_many
Browse files Browse the repository at this point in the history
  • Loading branch information
opapy committed Aug 15, 2018
1 parent 0ac3dc7 commit 8ce0737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymemcache/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ def set_many(self, values, expire=0, noreply=None):
Returns:
Returns a list of keys that failed to be inserted.
If noreply is True, alwais returns empty list.
"""
# TODO: make this more performant by sending all the values first, then
# waiting for all the responses.
Expand Down

0 comments on commit 8ce0737

Please sign in to comment.