Redisgraph: Redis event notifications (react to data updates)

Created on 12 Jul 2020  路  1Comment  路  Source: RedisGraph/RedisGraph

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:

  • dynamo streams
  • redis keyspace events
  • rethinkdb
enhancement

Most helpful comment

Currently RedisGraph doesn't trigger Key space notifications, but it's on our plan to add it.

>All comments

Currently RedisGraph doesn't trigger Key space notifications, but it's on our plan to add it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

p1nox picture p1nox  路  3Comments

esokullu picture esokullu  路  3Comments

esokullu picture esokullu  路  6Comments

K-Jo picture K-Jo  路  9Comments

sidenAlex picture sidenAlex  路  3Comments