File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ For release notes related to original Redis project - please see 00-RELEASENOTES
6
6
7
7
--------------------------------------------------------
8
8
9
+ 2020-05-02: Redis 5.0.9 for Windows
10
+ https://github.com/tporadowski/redis/releases/tag/v5.0.9
11
+
12
+ First release of Redis 5.x for Windows, updated to be in sync with antirez/5.0.9.
13
+
14
+ --------------------------------------------------------
15
+
9
16
2020-01-26: Redis 4.0.14.2 for Windows
10
17
https://github.com/tporadowski/redis/releases/tag/v4.0.14.2
11
18
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ msbuild RedisServer.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64
13
13
msbuild RedisServer.sln -t:RedisCli -p:Configuration=%CONFIGURATION% ;Platform=x64;Machine=x64
14
14
msbuild RedisServer.sln -t:RedisBenchmark -p:Configuration=%CONFIGURATION% ;Platform=x64;Machine=x64
15
15
16
- rem cd msi
17
- rem msbuild RedisMsi.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64
18
- rem cd ..
16
+ cd msi
17
+ msbuild RedisMsi.sln -t:Rebuild -p:Configuration=%CONFIGURATION% ;Platform=x64
18
+ cd ..
You can’t perform that action at this time.
0 commit comments