I'm making a library for a project.
I want when i change value of a key in redis update the same key by the new value in my database
so i need to listen all transactions, to make it globaly and not add listener to all object one by one
Can you help me please ?