Describe the bug
When overwritting an existing key, it is possible that ThingsDB keep the key in memory even after the key is removed
To Reproduce
.t = thing();
.t['this is a test'] = 'abc';
.t['this is a test'] = 'def';
Expected behavior
Clean memory