From fbbedcf5936f6016db0871bcfec3ee158924249e Mon Sep 17 00:00:00 2001 From: Madelyn Olson <34459052+madolson@users.noreply.github.com> Date: Wed, 3 May 2023 10:35:28 -0700 Subject: Fix name of module API in documentation (#12119) API incorrectly uses ExecutionUnit instead of Notification. --- src/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.c b/src/module.c index 561677e7e..4ceef7cef 100644 --- a/src/module.c +++ b/src/module.c @@ -8554,7 +8554,7 @@ void moduleReleaseGIL(void) { * that the notification code will be executed in the middle on Redis logic * (commands logic, eviction, expire). Changing the key space while the logic * runs is dangerous and discouraged. In order to react to key space events with - * write actions, please refer to `RM_AddPostExecutionUnitJob`. + * write actions, please refer to `RM_AddPostNotificationJob`. * * See https://redis.io/topics/notifications for more information. */ -- cgit v1.2.1