I have installed redis-cli
on my Windows 10 Enterprise
using node npm and it is now installed at the location:
AppDataRoamingnpmnode_modulesredis-cli
I have also added the following folder to my PATH Variable:
%USERPROFILE%AppDataRoamingnpm
I am still getting the below error:
C:Usersmyuser>redis-cli
'redis-cli' is not recognized as an internal or external command,
operable program or batch file.
2
Answers
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.
Try
rdcli
instead ofredis-cli
.The usage is in the README file