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?
-- juha
Hello,
On 12/05/15 16:32, Juha Heinanen wrote:
assigning $null to $sht(...) will remove the item from hash table.
Cheers, Daniel
On 13/05/15 06:59, Juha Heinanen wrote:
Just add content to the docs about what you find missing.
Cheers, Daniel