mt4-server icon indicating copy to clipboard operation
mt4-server copied to clipboard

How/where do i get the redis-cli.exe?

Open eabase opened this issue 5 years ago • 1 comments

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?

eabase avatar Oct 13 '20 22:10 eabase

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...

eabase avatar Oct 13 '20 23:10 eabase