"vscode:/vscode.git/clone" did not exist on "86555ae0f7cc45abac7f758d72bf456e90793b46"
change return type to be consistant (#12479)
Currently rdbSaveMillisecondTime, rdbSaveDoubleValue api's return type is int but they return the value directly from rdbWriteRaw function which has the return type of ssize_t. As this may cause overflow to int so changed to ssize_t.
Please register or sign in to comment