mirror of
https://github.com/kennethreitz-archive/redis-docs.git
synced 2026-06-05 15:30:19 +00:00
27 lines
960 B
ReStructuredText
27 lines
960 B
ReStructuredText
`|Redis Documentation| <index.html>`_
|
||
**UnstableSource: Contents**
|
||
`Get the latest Redis source code <#Get%20the%20latest%20Redis%20source%20code>`_
|
||
`Unstable code <#Unstable%20code>`_
|
||
`Stable code <#Stable%20code>`_
|
||
UnstableSource
|
||
==============
|
||
|
||
Get the latest Redis source code
|
||
================================
|
||
|
||
Unstable code
|
||
-------------
|
||
|
||
The development version of Redis is
|
||
`hosted here at Github <http://github.com/antirez/redis/tree/master>`_,
|
||
have fun cloning the source code with Git. If you are not familar
|
||
with Git just use the **download** button to get a tarball.
|
||
Stable code
|
||
-----------
|
||
|
||
**Warning:** the development source code is only intended for
|
||
people that want to develop Redis or absolutely need the latest
|
||
features still not available on the stable releases. You may have a
|
||
better experience with the
|
||
`latest stable tarball <http://code.google.com/p/redis/downloads/list>`_.
|
||
.. |Redis Documentation| image:: redis.png |