"vscode:/vscode.git/clone" did not exist on "3d892104776cf05b4d334ec7bb91822035769b8d"
Change prototype of connect callback
This commit adds a status argument to the connect callback. It will be called in the event of an unsuccessful connection as well, where the status argument is set to REDIS_ERR. It is set to REDIS_OK otherwise.
Please register or sign in to comment