Home >Database >Redis >How to start redis using cmd

How to start redis using cmd

藏色散人
藏色散人Original
2019-06-11 10:56:445696browse

How to start redis using cmd

Redis is an open source, network-enabled, memory-based, optionally persistent key-value store database written in ANSI C. Starting in June 2015, the development of Redis was sponsored by Redis Labs, and between May 2013 and June 2015, its development was sponsored by Pivotal. Prior to May 2013, its development was sponsored by VMware. [4][5] According to data from the monthly ranking website DB-Engines.com, Redis is the most popular key-value storage database.

Recommended: "Redis Video Tutorial"

How to start redis with cmd?

cmd steps to start redis:

1. Run cmd

2. Then go to the redis path

3. Run the command:

redis-server redis.windows.conf

How to start redis using cmd

The above is the detailed content of How to start redis using cmd. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn