Skip to content

Commit

Permalink
Merge pull request #2568 from Seeker32/fix
Browse files Browse the repository at this point in the history
fix: Redis keyspace notifications
  • Loading branch information
Snailclimb authored Dec 23, 2024
2 parents efa2641 + ab15a79 commit de23581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database/redis/redis-delayed-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Redis 中有很多默认的 channel,这些 channel 是由 Redis 本身向它

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

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

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

Expand Down

0 comments on commit de23581

Please sign in to comment.