Skip to content

Commit

Permalink
Move release binaries to release page
Browse files Browse the repository at this point in the history
Adopting the suggestions at microsoftarchive#172
We no longer commit the binaries into the repo.
Instead, we create periodic releases on the release page.
  • Loading branch information
orangemocha committed Dec 16, 2014
1 parent 08e4226 commit 3b1d4ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ Redis on Windows

## Redis 2.8 Branch

- This is a port for Windows based on Redis 2.8. The latest version merged in 2.8.14.
- This is a port for Windows based on Redis 2.8.
- 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.
- 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
zip file.
- 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.
- Signed binaries can be downloaded using Nuget and Chocolatey.
- There is a replacement for the UNIX fork() API that simulates the copy-on-write behavior using a memory mapped file.
- Because Redis makes some assumptions about the values of File Descriptors, we have built a virtual file descriptor mapping layer.
Expand Down
6 changes: 2 additions & 4 deletions bin/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
!release
!debug
!release/*
!debug/*
release/
debug/
Binary file removed bin/release/redis-2.8.17.zip
Binary file not shown.

0 comments on commit 3b1d4ec

Please sign in to comment.