objectComputeSize(): skiplist nodes have different sizes.
The size of the node depends on the node level, however it is not stored into the node itself, is an implicit information, so we use zmalloc_size() in order to compute the sorted set size.
Please register or sign in to comment