2

Yesterday I downloaded redis from github in zip format. In the first place everything seems working fine: the redis-server started up fine, the installing of the service was also going well. But as soon as I started the redis-cli.exe nothing happens, I just get a blank dos window. I also tried connecting using the c# client, but I couldn't connect at all.

I didn't change anything int the .conf files, so the redis.windows.conf is the same file as the .conf file from github.

redis-server.exe

Redis-cli.exe

I hope someone can help me further.

Luuk Verhagen
  • 350
  • 1
  • 5
  • 13
  • Try running redis-server.exe (without config file) from command-line to see its output and then try to connect with redis-cli.exe - if doesn't work check your firewall (though it is using localhost by default, so this would be rather unlikely, but still possible) – Tomasz Poradowski Aug 07 '18 at 21:20
  • Tried just running redis-server.exe Still doesn't work – oshan2csd Apr 23 '20 at 10:24

0 Answers0