I want to use Redis as my prime data source for some application, which basically required the transaction support.
I want to use Multi/Watch and exec for some redis set of commands.
Is phalcon redis wrapper support redis transaction? Or how can be achive this at freamwork level.