Skip to content

Commit 8d5716c

Browse files
committed
Merge branch 'release-2.8.17' into 2.8
Conflicts: bin/release/redis-2.8.17.zip
2 parents a87bca3 + a659c7c commit 8d5716c

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ Redis on Windows
1111

1212
## Redis 2.8 Branch
1313

14-
- This is a port for Windows based on Redis 2.8. The latest version merged in 2.8.14.
14+
- This is a port for Windows based on Redis 2.8.
1515
- There is support for the 64-bit version. We have dropped official support for the 32-bit version, though you can build it from source if desired.
16-
- The binaries (unsigned) have been moved to a zip file in the \bin folder to make them easier to find. The Release build automatically updates the
17-
zip file.
16+
- You can download the latest binaries (unsigned) from [http://github.com/MSOpenTech/redis/releases](http://github.com/MSOpenTech/redis/releases "Release page"). For releases prior to 2.8.17.1, the binaries can found in a zip file inside the source archive, under the bin/release folder.
1817
- Signed binaries can be downloaded using Nuget and Chocolatey.
1918
- There is a replacement for the UNIX fork() API that simulates the copy-on-write behavior using a memory mapped file.
2019
- Because Redis makes some assumptions about the values of File Descriptors, we have built a virtual file descriptor mapping layer.

bin/.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
!release
2-
!debug
3-
!release/*
4-
!debug/*
1+
release/
2+
debug/

bin/release/redis-2.8.17.zip

-1.26 MB
Binary file not shown.

0 commit comments

Comments
 (0)