diff options
Diffstat (limited to 'redis/cluster.py')
-rw-r--r-- | redis/cluster.py | 3 |
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, ), |