skip to Main Content

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


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

    Login or Signup to reply.
  2. Try rdcli instead of redis-cli.
    The usage is in the README file

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search