dragonflydb / dragonfly

A modern replacement for Redis and Memcached
https://www.dragonflydb.io/
Other
25.44k stars 919 forks source link

investigate memory usage with strings #3723

Open kostasrim opened 2 weeks ago

kostasrim commented 2 weeks ago

https://github.com/dragonflydb/dragonfly/actions/runs/10902172431/job/30253477949#step:12:742

I added this test as part of #3641 and it failed for string objects. I will for now only enable the new assertions for json types and investigate why it failed with strings.

kostasrim commented 1 week ago

Same for lists btw :)