Event/Notification for pattern subscribe in redis modules

Hello, Is it possible to get notified through redis module when a pattern subscribe has been received? I have a requirement for application specific logic based on the channel on which the data is being published. The publish itself is also done from redis module.

TIA.

You might want to check RedisGears examples see:
https://oss.redis.com/redisgears/examples.html#reliable-keyspace-notification
https://oss.redis.com/redisgears/examples.html#keyspace-notification-processing