Atomic transactions with Redis Object Mapper?
I've been using josiahcarlson's Redis Object Mapper (ROM) to work with my data in Redis. I need certain operations to be done as transactions, i.e. either all writes are done or none are done (auto rollback in case of any…