You should be able to delete that with the Erlang client.
{ok, C} = riak:local_client(),
C:delete(<<"110605172211401242">>, <<>>).
Sean Cribbs
Developer Advocate
Basho Technologies, Inc.
http://basho.com/
On Jun 6, 2011, at 5:57 PM, Jon Brisbin wrote:
>
> I accidentally created an entry with
I accidentally created an entry with a key of "" (blank) with the PB client.
Oddly enough, it let me do it and I see it in the list of keys:
"keys":["110605172211401242",""]
But I can't delete it now.
Is there a way to delete this entry (besides deleting the bitcask directory)?
Thanks!