Files
spring-data-redis/docs/src/reference/docbook/introduction/requirements.xml
Christoph Strobl 3a49fd14e5 DATAREDIS-266 - Update Documentation.
Updated links in javadoc. Added API javadoc with references to the redis commands. Updated reference manual. Updated Readme and contributing guide.
Updated (SCM and developer information in) gradle build and template.mf bundle manifest.

Original pull request: #38
2014-02-18 10:35:30 +01:00

11 lines
555 B
XML

<chapter xml:id="requirements" xmlns="http://docbook.org/ns/docbook" version="5.0">
<title>Requirements</title>
<para>Spring Data Redis 1.2.x binaries requires JDK level 6.0 and above,
and <ulink url="http://projects.spring.io/spring-framework/">Spring Framework</ulink>
3.2.8 and above.</para>
<para>
In terms of key value stores, <ulink url="http://redis.io">Redis</ulink> 2.6.x or higher
is required. Spring Data Redis is currently tested against the latest 2.6 and 2.8 releases.
</para>
</chapter>