Help Center> Distributed Cache Service> FAQs> Client and Network Connection> What Should I Do If Access to DCS Fails After Server Disconnects?
Updated on 2022-08-10 GMT+08:00

What Should I Do If Access to DCS Fails After Server Disconnects?

Analysis: If persistent connections ("pconnect" in Redis terminology) or connection pooling is used and connections are closed after being used for connecting to DCS instances, errors will be returned at attempts to reuse the connections.

Solution: When using pconnect or connection pooling, do not close the connection after the end of a request. If the connection is dropped, re-establish it.

Client and Network Connection FAQs

more