summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_commands.py')
-rw-r--r--tests/test_commands.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py
index 2be8923..21f2597 100644
--- a/tests/test_commands.py
+++ b/tests/test_commands.py
@@ -3455,6 +3455,10 @@ class TestRedisCommands:
assert resp == [0, None, 255]
@skip_if_server_version_lt('4.0.0')
+ def test_memory_malloc_stats(self, r):
+ assert r.memory_malloc_stats()
+
+ @skip_if_server_version_lt('4.0.0')
def test_memory_stats(self, r):
# put a key into the current db to make sure that "db.<current-db>"
# has data