diff --git a/newrelic/hooks/datastore_redis.py b/newrelic/hooks/datastore_redis.py index af14746692..3b1a63910d 100644 --- a/newrelic/hooks/datastore_redis.py +++ b/newrelic/hooks/datastore_redis.py @@ -28,10 +28,10 @@ "blmpop", "bzmpop", "client", - "command", "command_docs", "command_getkeysandflags", "command_info", + "command", "debug_segfault", "expiretime", "failover", @@ -41,6 +41,10 @@ "hexpiretime", "hgetdel", "hgetex", + "hotkeys_get", + "hotkeys_reset", + "hotkeys_start", + "hotkeys_stop", "hpersist", "hpexpire", "hpexpireat", @@ -77,8 +81,8 @@ "sentinel_set", "sentinel_slaves", "shutdown", - "sort", "sort_ro", + "sort", "spop", "srandmember", "unwatch", @@ -90,10 +94,12 @@ "vinfo", "vlinks", "vrandmember", + "vrange", "vrem", "vsetattr", "vsim", "watch", + "xcfgset", "zlexcount", "zrevrangebyscore", } diff --git a/tests/datastore_redis/test_uninstrumented_methods.py b/tests/datastore_redis/test_uninstrumented_methods.py index 87a6a4ac0d..34f20b3301 100644 --- a/tests/datastore_redis/test_uninstrumented_methods.py +++ b/tests/datastore_redis/test_uninstrumented_methods.py @@ -26,6 +26,7 @@ "MODULE_CALLBACKS", "MODULE_VERSION", "NAME", + "RESPONSE_CALLBACKS", "add_edge", "add_node", "append_bucket_size", @@ -72,6 +73,7 @@ "load_document", "load_external_module", "lock", + "maint_notifications_config", "name", "nodes", "parse_response", @@ -80,7 +82,6 @@ "register_script", "relationship_types", "response_callbacks", - "RESPONSE_CALLBACKS", "sentinel", "set_file", "set_path", diff --git a/tests/datastore_rediscluster/test_uninstrumented_rediscluster_methods.py b/tests/datastore_rediscluster/test_uninstrumented_rediscluster_methods.py index c926a2ae21..658c5d6519 100644 --- a/tests/datastore_rediscluster/test_uninstrumented_rediscluster_methods.py +++ b/tests/datastore_rediscluster/test_uninstrumented_rediscluster_methods.py @@ -67,6 +67,7 @@ "load_document", "load_external_module", "lock", + "maint_notifications_config", "name", "nodes", "parse_response",