| 1 | <?page |
|---|
| 2 | wintitle=>download |
|---|
| 3 | body<= |
|---|
| 4 | |
|---|
| 5 | <?h1 Download Server h1?> |
|---|
| 6 | |
|---|
| 7 | <p>The server is licensed under the BSD License.</p> |
|---|
| 8 | |
|---|
| 9 | <p>Main (1.2.x) series:</p> |
|---|
| 10 | |
|---|
| 11 | <ul> |
|---|
| 12 | <li><a |
|---|
| 13 | href="http://memcached.googlecode.com/files/memcached-1.2.8.tar.gz">memcached-1.2.8.tar.gz</a> |
|---|
| 14 | (<a href="dist/memcached-1.2.8.tar.gz">backup link</a>) -- April |
|---|
| 15 | 10th, 2009 [<a href="news.bml">Changes</a>] |
|---|
| 16 | </ul> |
|---|
| 17 | |
|---|
| 18 | <p>Release candidate for next stable (1.4.x) series:</p> |
|---|
| 19 | |
|---|
| 20 | <ul> |
|---|
| 21 | <li><a |
|---|
| 22 | href="http://code.google.com/p/memcached/downloads/list?q=label:RC">latest release</a> (<a href="dist/memcached-1.4.0-rc1.tar.gz">backup link</a>) (please help test!) |
|---|
| 23 | </ul> |
|---|
| 24 | |
|---|
| 25 | <p>Subversion</p> |
|---|
| 26 | |
|---|
| 27 | <ul> |
|---|
| 28 | <li><a href="http://code.sixapart.com/svn/memcached/">Subversion repository (not used for the server software anymore)</a> [<a href="http://code.sixapart.com/trac/memcached/log">svn log</a>] |
|---|
| 29 | </ul> |
|---|
| 30 | |
|---|
| 31 | <p>Git</p> |
|---|
| 32 | <ul><a href="http://github.com/memcached/memcached/tree/master">Git development tree</a></ul> |
|---|
| 33 | |
|---|
| 34 | <ul><a href="http://consoleninja.net/code/memcached/memcached.git">Git stable |
|---|
| 35 | tree</a> [<a |
|---|
| 36 | href="http://consoleninja.net/gitweb/gitweb.cgi?p=memcached.git;a=summary">gitweb</a>] |
|---|
| 37 | </ul> |
|---|
| 38 | |
|---|
| 39 | <ul><a href="http://github.com/dustin/memcached/tree/master">Dustin salling's |
|---|
| 40 | tree (master binary protocol branch)</a> |
|---|
| 41 | </ul> |
|---|
| 42 | |
|---|
| 43 | <ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's |
|---|
| 44 | tree (master storage engine branch)</a> |
|---|
| 45 | </ul> |
|---|
| 46 | |
|---|
| 47 | <p>Quick git tutorial: |
|---|
| 48 | git clone http://consoleninja.net/code/memcached/memcached.git<br /> |
|---|
| 49 | 'master' is tracking stable upstream.<br /> |
|---|
| 50 | create a branch:<br /> |
|---|
| 51 | git checkout -b newbranch<br /> |
|---|
| 52 | work work work<br /> |
|---|
| 53 | git commit -a<br /> |
|---|
| 54 | update the tree:<br /> |
|---|
| 55 | git pull<br /> |
|---|
| 56 | <br /> |
|---|
| 57 | Working with a branch tree:<br /> |
|---|
| 58 | git clone git://github.com/dustin/memcached.git<br /> |
|---|
| 59 | git branch -r (show remote branches)<br /> |
|---|
| 60 | git checkout --track -b lbinary dustin/binary<br /> |
|---|
| 61 | etc.<br /> |
|---|
| 62 | |
|---|
| 63 | <a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN |
|---|
| 64 | users</a><br /> |
|---|
| 65 | <a href="http://git.or.cz/#documentation">Git documentation</a><br /> |
|---|
| 66 | <br /> |
|---|
| 67 | <?h1 Download Client APIs h1?> |
|---|
| 68 | <p>The client APIs, licensed individually, are available for download on the <a href="apis.bml">Client APIs</a> page.</p> |
|---|
| 69 | |
|---|
| 70 | |
|---|
| 71 | <=body |
|---|
| 72 | page?> |
|---|