| 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 href="dist/memcached-1.2.6.tar.gz">memcached-1.2.6.tar.gz</a> -- July |
|---|
| 13 | 29, 2008 [<a href="news.bml">Changes</a>] |
|---|
| 14 | </ul> |
|---|
| 15 | |
|---|
| 16 | <p>Old (1.1.x) series, now maintenance releases only:</p> |
|---|
| 17 | |
|---|
| 18 | <ul> |
|---|
| 19 | <li><a href="dist/memcached-1.1.13.tar.gz">memcached-1.1.13.tar.gz</a> -- Sep 9, 2006 [<a href="http://code.sixapart.com/svn/memcached/tags/1.1.13/ChangeLog">Changes</a>] |
|---|
| 20 | </ul> |
|---|
| 21 | |
|---|
| 22 | <p>Subversion</p> |
|---|
| 23 | |
|---|
| 24 | <ul> |
|---|
| 25 | <li><a href="http://code.sixapart.com/svn/memcached/">Subversion repository</a> [<a href="http://code.sixapart.com/trac/memcached/log">svn log</a>] |
|---|
| 26 | </ul> |
|---|
| 27 | |
|---|
| 28 | <p>Git</p> |
|---|
| 29 | |
|---|
| 30 | <ul><a href="http://consoleninja.net/code/memcached/memcached.git">Git stable |
|---|
| 31 | tree</a> [<a |
|---|
| 32 | href="http://consoleninja.net/gitweb/gitweb.cgi?p=memcached.git;a=summary">gitweb</a>] |
|---|
| 33 | </ul> |
|---|
| 34 | |
|---|
| 35 | <ul><a href="http://github.com/dustin/memcached/tree/master">Dustin salling's |
|---|
| 36 | tree (master binary protocol branch)</a> |
|---|
| 37 | </ul> |
|---|
| 38 | |
|---|
| 39 | <ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's |
|---|
| 40 | tree (master storage engine branch)</a> |
|---|
| 41 | </ul> |
|---|
| 42 | |
|---|
| 43 | <p>Quick git tutorial: |
|---|
| 44 | git clone http://consoleninja.net/code/memcached/memcached.git<br /> |
|---|
| 45 | 'master' is tracking stable upstream.<br /> |
|---|
| 46 | create a branch:<br /> |
|---|
| 47 | git checkout -b newbranch<br /> |
|---|
| 48 | work work work<br /> |
|---|
| 49 | git commit -a<br /> |
|---|
| 50 | update the tree:<br /> |
|---|
| 51 | git pull<br /> |
|---|
| 52 | <br /> |
|---|
| 53 | Working with a branch tree:<br /> |
|---|
| 54 | git clone git://github.com/dustin/memcached.git<br /> |
|---|
| 55 | git branch -r (show remote branches)<br /> |
|---|
| 56 | git checkout --track -b lbinary dustin/binary<br /> |
|---|
| 57 | etc.<br /> |
|---|
| 58 | |
|---|
| 59 | <a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN |
|---|
| 60 | users</a><br /> |
|---|
| 61 | <a href="http://git.or.cz/#documentation">Git documentation</a><br /> |
|---|
| 62 | <br /> |
|---|
| 63 | <?h1 Download Client APIs h1?> |
|---|
| 64 | <p>The client APIs, licensed individually, are available for download on the <a href="apis.bml">Client APIs</a> page.</p> |
|---|
| 65 | |
|---|
| 66 | |
|---|
| 67 | <=body |
|---|
| 68 | page?> |
|---|