"vscode:/vscode.git/clone" did not exist on "96e5c026a8d94b43aa0f804537891d149bbb9fa7"
Add support for SO_REUSEADDR
[This introduces some new API functions.] * Adds new flag to the connection context indicating SO_REUSEADDR should be set. * Adds max number of retries constant for when connect() hits EADDRNOTAVAIL. * Adds new function, redisAsyncConnectBindWithReuse(), letting clients enable this functionality. [Removed trailing whitespace in new header lines.] Closes #264
Please register or sign in to comment