当前位置 : 主页 > 网页制作 > Nodejs >

使用Node.js监听Redis上的关键事件

来源:互联网 收集:自由互联 发布时间:2021-06-16
我需要知道何时在Redis商店的特定键上写入数据. 有没有办法使用Node.js监听Redis关键事件,还是必须使用pub / sub实用程序? 在第二种情况下,最好的方法是什么? Is there any way to listen to R
我需要知道何时在Redis商店的特定键上写入数据.
有没有办法使用Node.js监听Redis关键事件,还是必须使用pub / sub实用程序?
在第二种情况下,最好的方法是什么?

Is there any way to listen to Redis key events using Node.js or do I
have to use the pub/sub utilities?

据我所知,redis本身并不支持key change notifications yet,尽管还有其他alternatives包括基于pub / sub的解决方案.

网友评论