summaryrefslogtreecommitdiff
path: root/redis/cluster.py
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2022-12-14 11:17:51 +0200
committerGitHub <noreply@github.com>2022-12-14 11:17:51 +0200
commit6487f9555ba2d08083a081df9b65b642427361fa (patch)
tree26e741fb2fdd7200c20f34185ec6f09d633e0f4c /redis/cluster.py
parent3a121bef7bbc5bb5f07b119b0eef2f7527a38eda (diff)
downloadredis-py-6487f9555ba2d08083a081df9b65b642427361fa.tar.gz
Add support for certain LATENCY commands (#2503)
* add latency commands * fix tests in cluster
Diffstat (limited to 'redis/cluster.py')
-rw-r--r--redis/cluster.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/redis/cluster.py b/redis/cluster.py
index 0b2c4f1..cd559b6 100644
--- a/redis/cluster.py
+++ b/redis/cluster.py
@@ -265,6 +265,9 @@ class AbstractRedisCluster:
"READWRITE",
"TIME",
"GRAPH.CONFIG",
+ "LATENCY HISTORY",
+ "LATENCY LATEST",
+ "LATENCY RESET",
],
DEFAULT_NODE,
),