NoSQL

How to run Redis on windows

0
(0)
  1. Install Docker
  2. Open command line and run the following command. docker run –name rdb -p 6379:6379 redis
  3. Open another command line and run the following command. docker exec -it rdb redis-cli
  4. Now you can execute any of the redis commands.

Sorry if this post was too short. 🙂

 

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

As you found this post useful...

Follow us on social media!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Tagged
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments