From 76cb5085548ebc3933317a4033a1e6b3e6e4470a Mon Sep 17 00:00:00 2001 From: Ilya Skriblovsky Date: Thu, 14 Sep 2017 22:36:08 +0300 Subject: [PATCH] Update txredisapi.py --- txredisapi.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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):