Define rule to trigger an event

Hello,
I’m looking for a way to trigger an event when a specific condition has matched.
For example when a value of a specific key is greater then N I want to trigger an event
Another way is to poll or to subscribe to the commands via Keyspace Notifications but I think it’s not efficient.
Thank you in advance,
Vlad

Hello,

You can look at Redis Gears this will allow you to capture event easily and add some logic based on specific condition using Filter.

Test it, and let the community know if this is working for you.

Regards
Tug