mt4-server
mt4-server copied to clipboard
How/where do i get the redis-cli.exe?
In the README you are using the redis-cli.exe to send commands.
Where do I find it? Or if it need to be compiled, how to go about it?
I didn't find an redis-cli.exe, but I found this,
and installed the node version using:
npm install -g redis-cli
Note sure this will work though...