Changelog
- 7706577 Merge pull request #151 from rueian/improve-reconnect
- aad31d3 Merge pull request #154 from rueian/sync-mode-ping
- ba8001d feat: add AlwaysPipelining option
- 3748f2e feat: not reset mux if the underlying pipe is closed in purpose
- ce1c2cf feat: ping redis proactively even when not pipelining, reduce unnecessary pings by checking the
recvs
counter - 9e18fa6 feat: refine RESP version detection to support kvrocks 2.2.0
- a918983 feat: reset mux if the underlying pipe is closed
- e0b466d feat: trim ERR prefix of redis error message to accommodate
ERR NOSCRIPT
message from kvrocks - d3b3668 perf: apply fieldalignment