Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Describe the bug
I connect to a remote redis-server. Later if i disconnect the remote device from network,
redis_clientstill saysis_connected=trueOS: ubuntu18,04
Aarch 64
cpp_redis:
4.4.0-beta.1andmasterLogs:
Once i unplug my remote device with redis-server from network, I expect another callback, and the
redis_client.is_connected()should returnfalse.Am I understanding it wrong. How to get informed if redis_client connection is lost?