HI, i am creating hash with 1Million entries. Then we add/delete the entries. Wondering when i delete the entries do we resize the hash size in the redis server. I tried to read the code, but could not see shrinking of size...

Can someone please give me pointer...

Comment From: itamarhaber

AFAIK, the internal dict data structure does not scale down (shrink). Resizing only happens when the structure needs to be scaled up.

Keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis server. Questions should be directed to the community: