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
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!