"vscode:/vscode.git/clone" did not exist on "904bd0400c08ed33bcfb93388fde838a45aa8386"
redis-cli: stop showing incorrectly selected DB
Previously redis-cli would happily show "-1" or "99999" as valid DB choices. Now, if the SELECT call returned an error, we don't update the DB number in the CLI. Inspired by @anupshendkar in #1313 Fixes #566, #1313
Please register or sign in to comment