amakawa / redic

Lightweight Redis Client
MIT License
120 stars 14 forks source link

Transaction using both Redic and Redis (redis-rb) with hiredis as driver #7

Closed phuongnd08 closed 4 years ago

phuongnd08 commented 9 years ago

Hi there, I know this sounds like a homework, but is there a way I can start a transaction that contains both a Redic and Redis (with hiredis as driver) that modify data in an atomic manner (same as Redis#multi but both Redic and Redis involved)?

soveran commented 4 years ago

I think this can't be supported.