Hi,
I have multiple Htables, Is it possible to Reload all the Htables at one time via jsonrpc:
As of Now I am using the below command to Reload one htable at a time.
{"jsonrpc": "2.0","method": "htable.reload","params": ["b"],"id": 123}
Input Please?