2

I have installed redis-cli on my Windows 10 Enterprise using node npm and it is now installed at the location:

AppData\Roaming\npm\node_modules\redis-cli

I have also added the following folder to my PATH Variable:

%USERPROFILE%\AppData\Roaming\npm

I am still getting the below error:

C:\Users\myuser>redis-cli
'redis-cli' is not recognized as an internal or external command,
operable program or batch file.
meallhour
  • 13,921
  • 21
  • 60
  • 117

2 Answers2

0

I also had the same problem with redis-cli, then my colleague advised me to use Memurai. That's Redis for Windows alternative. It works great. Highly recommended.

SimonFarron
  • 242
  • 1
  • 4
0

Try rdcli instead of redis-cli. The usage is in the README file

Ahmet Keskin
  • 1,025
  • 1
  • 15
  • 25