Hello,
On 12/05/15 16:32, Juha Heinanen wrote:
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.
Cheers, Daniel