"app/vscode:/vscode.git/clone" did not exist on "971c4b569b84d74de2799d8c4f22e07173b05907"
XADD - skip rewrite the id arg if it was given and is valid. (#9599)
When calling `XADD` with a predefined id (instead of `*`) there's no need to run the code which replaces the supplied id with itself. Only when we pass a wildcard id we need to do this. For apps which always supply their own id this is a slight optimization.
Please register or sign in to comment