Watch updates in redis graph
I've recently discovered that redis has a property graph model implementation called redis graph and it's amazing. One thing that I really miss for my use-case though, is the ability to "watch" the data. In typical redis data structures I…