Add doc on minimally supported Redis version 2.4

This commit is contained in:
Jennifer Hickey
2013-08-01 18:44:16 -07:00
parent c318f24c13
commit e1d2a7952a

View File

@@ -5,7 +5,7 @@
and <ulink url="http://www.springsource.org/documentation">Spring Framework</ulink>
3.0.x and above.</para>
<para>
In terms of key value stores, <ulink url="http://redis.io">Redis</ulink> 2.2.x
is required (though 2.4 or higher is recommended).
In terms of key value stores, <ulink url="http://redis.io">Redis</ulink> 2.4.x or higher
is required. Spring Data Redis is currently tested against the latest 2.4 and 2.6 releases.
</para>
</chapter>