"tests/vscode:/vscode.git/clone" did not exist on "b0e18f804d016dd6664c71920d6c290c0af08909"
Stop using /dev/null to find out the serialized object length
Now the rdbSave* functions return the number of bytes written (or required to write) in serializing a Redis object, writing to /dev/null and using ftell (which doesn't work on FreeBSD) isn't needed anymore.
Please register or sign in to comment