我需要知道何时在Redis商店的特定键上写入数据. 有没有办法使用Node.js监听Redis关键事件,还是必须使用pub / sub实用程序? 在第二种情况下,最好的方法是什么? Is there any way to listen to R
有没有办法使用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的解决方案.