What kind of approach could one take to be notified of graph updates, would keyspace notification or a similar system actually work ?
If i CREATE a node, i'd like redis to inform me using subscriptions. While this can be implemented manually when we control the queries, it become harder when queries are not defined beforehand.
Existing stuff:
Currently RedisGraph doesn't trigger Key space notifications, but it's on our plan to add it.
Most helpful comment
Currently RedisGraph doesn't trigger Key space notifications, but it's on our plan to add it.