my goal is to use Redis pub/sub (hopefully using this library) to send messages upon an update or insert of a Redis key.
Does this library go low-level enough for that? How can I invoke an nrp.emit upon a Redis key/value update?
Is the best way to do this using keyspace notifications?
http://redis.io/topics/notifications
Please let me know, thanks