Files
redis-docs/docs/RoadMap.rst
T
Kenneth Reitz 525e9fd3d3 all into sphinx
2011-04-06 13:27:48 -04:00

37 lines
1.1 KiB
ReStructuredText
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
`|Redis Documentation| <index.html>`_
**RoadMap: Contents**
  `Road Map (ROUGH DRAFT) <#Road%20Map%20(ROUGH%20DRAFT)>`_
    `Features added in past versions <#Features%20added%20in%20past%20versions>`_
    `1.1 / 1.2 <#1.1%20/%201.2>`_
    `0.x / 1.0 <#0.x%20/%201.0>`_
RoadMap
=======
Road Map (ROUGH DRAFT)
======================
The up to date, raw Road Map for Redis is part of the source code,
you can find it here:
`http://github.com/antirez/redis/raw/master/TODO <http://github.com/antirez/redis/raw/master/TODO>`_
Features added in past versions
-------------------------------
1.1 / 1.2
---------
- `Ordered Set (ZSET) <DataTypes.html>`_
- `Multibulk Commands <MultiBulkCommands.html>`_
- In memory integer encoding of `integers <DataTypes.html>`_.
Memory saving of 20% or more with datasets using high number of
integer IDs.
- Enhanced `EXPIRE <ExpireCommand.html>`_ algorithm.
0.x / 1.0
---------
- TODO: Add 1.0 Features. This is important for clarity in
`SupportedLanguages <SupportedLanguages.html>`_
.. |Redis Documentation| image:: redis.png