mirror of
https://github.com/kennethreitz-archive/redis-docs.git
synced 2026-06-05 23:40:18 +00:00
37 lines
1.1 KiB
ReStructuredText
37 lines
1.1 KiB
ReStructuredText
`|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 |