Skip to content

Commit de23581

Browse files
authored
Merge pull request #2568 from Seeker32/fix
fix: Redis keyspace notifications
2 parents efa2641 + ab15a79 commit de23581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/redis/redis-delayed-task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Redis 中有很多默认的 channel,这些 channel 是由 Redis 本身向它
3333

3434
我们只需要监听这个 channel,就可以拿到过期的 key 的消息,进而实现了延时任务功能。
3535

36-
这个功能被 Redis 官方称为 **keyspace notifications**作用是实时监控实时监控 Redis 键和值的变化。
36+
这个功能被 Redis 官方称为 **keyspace notifications**作用是实时监控 Redis 键和值的变化。
3737

3838
### Redis 过期事件监听实现延时任务功能有什么缺陷?
3939

0 commit comments

Comments
 (0)