We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efa2641 + ab15a79 commit de23581Copy full SHA for de23581
docs/database/redis/redis-delayed-task.md
@@ -33,7 +33,7 @@ Redis 中有很多默认的 channel,这些 channel 是由 Redis 本身向它
33
34
我们只需要监听这个 channel,就可以拿到过期的 key 的消息,进而实现了延时任务功能。
35
36
-这个功能被 Redis 官方称为 **keyspace notifications** ,作用是实时监控实时监控 Redis 键和值的变化。
+这个功能被 Redis 官方称为 **keyspace notifications** ,作用是实时监控 Redis 键和值的变化。
37
38
### Redis 过期事件监听实现延时任务功能有什么缺陷?
39
0 commit comments