Note: This article was first published on -- " Redis installation package (compressed package) download address for each version of Windows operating system "
Overview
In today's program development, whether it is .NET program development, .NET Core program development, .NET 5 program development, or Java, Go or other development languages, middleware technology has become increasingly mature and is often used in various application development. Middleware, such as: message middleware, cache middleware and application middleware, etc.
Common mainstream message middleware are: RabbitMQ, Kafka, RocketMQ.
Common mainstream cache middleware are: Redis, MemCached (where Redis is more widely used and common).
In view of the fact that many developers still use the Windows operating system, and the Redis official website does not provide the Redis server download for the Windows operating system version. Therefore, in order to facilitate everyone to download (especially those who have slow access to Github), this article shares the server/client installation package that can run and install Redis in Windows operating system to compress the package.
Note: This is also a Windows operating system-based Redis installation package (compressed package) generated by foreign developers using Redis source code packaging.
Included versions of Redis for Windows
The shared folder contains the following versions of Redis for Windows:
- Redis 5.0.14 for Windows
- Redis 5.0.10 for Windows
- Redis 5.0.9 for Windows
- Redis 4.0.14.2 for Windows
- Redis 4.0.14.1 for Windows
- Redis 4.0.14 for Windows
Redis download address
1. "Alibaba Cloud Disk" > Please go to the original text to extract
It is recommended to use Alibaba Cloud Disk, and the download speed is not limited (the feeling of flying).
2. Baidu network disk download link:
Please extract from the original text
Each version of Redis contains different versions of files, which are Redis installation package in .msi
format for Windows operating system and Redis green version in .zip
format. You can choose any method according to your needs. Install or run Redis.
Among them: .msi
format needs to double-click to install Redis service, and .zip
format does not need to be installed, just run redis-server.exe
command in the command line tool.
Below is a screenshot of Redis for Windows 5.0.14 running in Windows OS:
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。