diff options
Diffstat (limited to 'redis/sentinel.py')
-rw-r--r-- | redis/sentinel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/sentinel.py b/redis/sentinel.py index c9383d3..025ab39 100644 --- a/redis/sentinel.py +++ b/redis/sentinel.py @@ -190,7 +190,7 @@ class Sentinel(SentinelCommands): """ Execute Sentinel command in sentinel nodes. once - If set to True, then execute the resulting command on a single - node at random, rather than across the entire sentinel cluster. + node at random, rather than across the entire sentinel cluster. """ once = bool(kwargs.get("once", False)) if "once" in kwargs.keys(): |