Skip to content

Commit

Permalink
NOP - updated info files for Go 1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Joubin Houshyar committed Mar 30, 2012
1 parent 228820b commit 76a8560
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ Also am not sure regarding the efficiency of the implementation (for the obvious
The code is consolidated into a single 'redis' package and various elements of it are usable independently (for example if you wish to roll your own API but want to use the raw bytes protocol handling aspects).

# Compliance
Refer to compliance_note.txt.

Both Go and Redis are dynamic projects and present a challenge in fully covering the possible combinations in the wild. Given the release of Go 1, this project will focus on Go 1 based Redis compatibility; we'll deal with the far off prospect of renewed major weekly changes in Go if and when that arises.

Current status is compatible with Redis 2.4.n (2.4.9 tested) and Go 1. Redis feature set is not fully covered and is WIP.

(Always refer to compliance_note.txt for current (accurate) status for specific branches.)


# Getting started:

Expand Down
4 changes: 2 additions & 2 deletions compliance_note.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Redis:
2.4.9

Go:
Go version weekly.2012-03-22
Go1 (Release 1.0)

Test platform
darwin/amd64

--
March 27, 2012
March 30, 2012
bushwick/nyc

0 comments on commit 76a8560

Please sign in to comment.