"vscode:/vscode.git/clone" did not exist on "491d908b0a9a08c571ce7bdf30371749d16b84b7"
Use exit code 1 on error in redis-cli (#10468)
On error, redis-cli was returning `REDIS_ERR` on some cases by mistake. `REDIS_ERR` is `-1` which becomes `255` as exit code. This commit changes it and returns `1` on errors to be consistent.
Please register or sign in to comment