Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
fbbedcf5
Unverified
Commit
fbbedcf5
authored
May 03, 2023
by
Madelyn Olson
Committed by
GitHub
May 03, 2023
Browse files
Fix name of module API in documentation (#12119)
API incorrectly uses ExecutionUnit instead of Notification.
parent
5e3be1be
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
fbbedcf5
...
...
@@ -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_AddPost
ExecutionUnit
Job`.
* write actions, please refer to `RM_AddPost
Notification
Job`.
*
* See https://redis.io/topics/notifications for more information.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment