amphp / redis

Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.

Home Page:https://amphp.org/redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial connect failure does not allow reuse of object

trowski opened this issue · comments

RemoteExecutor and Subscriber (and perhaps others) null their internal connection if a connection is lost, but if the connection fails initially it does not null the connection promise and cannot be reused.