dingmaotu / mt4-server

Turn MetaTrader Terminal into a Redis compatible server with ZMQ sockets
Apache License 2.0
163 stars 94 forks source link

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

Open eabase opened 3 years ago

eabase commented 3 years ago

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 commented 3 years ago

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