Fix potentially incorrect errno usage
errno may be reset by the previous call to redisLog, so capture the original value for proper error reporting.
Please register or sign in to comment
errno may be reset by the previous call to redisLog, so capture the original value for proper error reporting.