actix / actix-redis

Redis actor and middleware for Actix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reconnect to redis

fafhrd91 opened this issue · comments

RedisActor needs to be able to reconnect to redis server. This requires changes in actix

Yeah, that's a good idea. it is also necessary to generalize this idea to all actors who connect to a database (postgresql, mysql...)

implemented