From 6487f9555ba2d08083a081df9b65b642427361fa Mon Sep 17 00:00:00 2001 From: dvora-h <67596500+dvora-h@users.noreply.github.com> Date: Wed, 14 Dec 2022 11:17:51 +0200 Subject: Add support for certain LATENCY commands (#2503) * add latency commands * fix tests in cluster --- redis/cluster.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'redis/cluster.py') 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, ), -- cgit v1.2.1