Unverified Commit fbbedcf5 authored by Madelyn Olson's avatar Madelyn Olson Committed by GitHub
Browse files

Fix name of module API in documentation (#12119)

API incorrectly uses ExecutionUnit instead of Notification.
parent 5e3be1be
......@@ -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.
*/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment