Daniel-Constantin Mierla writes:
there exists
rpc command htable.delete that can be used to delete a key
from htable. is there a way to delete a key in the config file like
assigning $null to it or do i need to use sht_rm_name_re function that
feels like an overkill?
assigning $null to $sht(...) will remove the item from hash table.
Ok thanks. I tried to find about that in pv wiki. I'll check again and
if is is not mentioned, I'll add it.
-- Juha