Hi,
I'm having issues with fetching data from the hive.
I inserted some data, using:
["serverRestart", 9999, "1"] call EPOCH_server_hiveSET;
That worked fine, and when I checked redis, the data was set in there.
However, when I try and retrieve it with:
_response = ["serverRestart", 9999] call EPOCH_server_hiveGET;
I get the following error:
22:17:43 Error Undefined variable in expression: epoch_server_hiveget
Can anyone help me with this issue, is it a a mistake on my behalf, or are there other people getting the same issue?
Thanks,
Cloud