diff --git a/txredisapi.py b/txredisapi.py index 3557589..0a721eb 100644 --- a/txredisapi.py +++ b/txredisapi.py @@ -792,8 +792,7 @@ def setex(self, key, time, value): def mset(self, mapping): """ - Set the respective fields to the respective values. - HMSET replaces old values with new values. + Set the respective keys to the respective values. """ items = [] for pair in six.iteritems(mapping):