You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if data structure saved into rdb file is compressed by lzf algorithm, what we get a valueSize is not the actual value size in memory, it's the compressed serial string length. am I right?
The text was updated successfully, but these errors were encountered:
if data structure saved into rdb file is compressed by lzf algorithm, what we get a valueSize is not the actual value size in memory, it's the compressed serial string length. am I right?
Year,you're right.readRdbIntLength and readRdbLength handle this.Actually we can get the original length,Maybe we should use original length.
if data structure saved into rdb file is compressed by lzf algorithm, what we get a
valueSize
is not the actual value size in memory, it's the compressed serial string length. am I right?The text was updated successfully, but these errors were encountered: