I am seeking clarification why simulator accepts empty string key in put operation. > > > c.put('', 'v1') > > > print c.get('').value > > > v1 > > > c.put('', 'v2') > > > print c.get('').value > > > v2 Regards.