"vscode:/vscode.git/clone" did not exist on "44686bf984ae11b939a3f590bade62e14b111344"
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