avito-tech / go-transaction-manager

Transaction manager for GoLang
MIT License
231 stars 14 forks source link

Redis #16

Closed maranqz closed 1 year ago

maranqz commented 2 years ago

Add processing of https://github.com/go-redis/redis

There is a problem, go-redis open and close transaction inside closure. To solve it, we can start goroutine for closure to getting transaction and stop it after Commit or Rollback of Transaction.