Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'release-2.8.17' into 2.8
Conflicts:
	bin/release/redis-2.8.17.zip
  • Loading branch information
orangemocha committed Dec 23, 2014
2 parents a87bca3 + a659c7c commit 8d5716c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
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
@@ -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 8d5716c

Please sign in to comment.