update docs

DATAREDIS-8
This commit is contained in:
Costin Leau
2012-03-29 18:58:46 +03:00
parent bb9418bd98
commit a6f79e2675

View File

@@ -284,7 +284,7 @@
<programlisting language="java"><![CDATA[public class Example {
// inject the actual template
@Autowired
@Resource(name="redisTemplate")
private RedisTemplate<String, String> template;
// inject the template as ListOperations