From: "RadosÅ‚aw BuÅ‚at" Date: 2009-04-05T06:57:07+09:00 Subject: Re: [ANN] Localmemcache-0.2.0: The beauty of memcached. For local data. Blazingly fast. On Sat, Apr 4, 2009 at 7:50 PM, Sven C. Koehler wrote: > Hmm... Can you see the namespace in /var/tmp/localmemcache/ ? Yes $ ls /var/tmp/localmemcache/ foo.lmc viewcounters.lmc > Can you see the key in $lm.keys()? Yes, but they are duplicated after setting on the same key: >> $lm = LocalMemCache.new :namespace => "viewcounters" => # >> $lm.keys => [] >> $lm[:foo] = 1 => 1 >> $lm[:foo] => nil >> $lm.keys => ["foo"] >> $lm[:foo] = 2 => 2 >> $lm[:foo] => nil >> $lm.keys => ["foo", "foo"] > Does ``du -h /var/tmp/localmemcache/viewcounters.lmc'' show that there's > content in the file? > $ du -h /var/tmp/localmemcache/viewcounters.lmc 20K /var/tmp/localmemcache/viewcounters.lmc -- Pozdrawiam Rados³aw Bu³at http://radarek.jogger.pl - mój blog