"vscode:/vscode.git/clone" did not exist on "a117fd2a44ab5157499794543a7a46d2132ef872"
Fix assert technical correctness
dictAdd returns DICT_OK, not REDIS_OK. They both have the same underlying values, so it works even though the code is technically wrong. Fixes #1512
Please register or sign in to comment