DEV Community

Mohan Sharma
Mohan Sharma

Posted on

How to run Redis on Windows

  1. Download Redis from here Alt Text
  2. Unzip zip file.
  3. You will see redis-server.exe and redis-cli.exe
  4. Run redis-server.exe by double clicking that. Alt Text
  5. Minimize that windows and start redis-cli.exe
  6. Type ping it should response pong. Alt Text

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

If this article connected with you, consider tapping ❤️ or leaving a brief comment to share your thoughts!

Okay