Skip to content

Commit a6f79e2

Browse files
author
Costin Leau
committed
update docs
DATAREDIS-8
1 parent bb9418b commit a6f79e2

File tree

1 file changed

+1
-1
lines changed
  • docs/src/reference/docbook/reference

1 file changed

+1
-1
lines changed

docs/src/reference/docbook/reference/redis.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
<programlisting language="java"><![CDATA[public class Example {
285285
286286
// inject the actual template
287-
@Autowired
287+
@Resource(name="redisTemplate")
288288
private RedisTemplate<String, String> template;
289289
290290
// inject the template as ListOperations

0 commit comments

Comments
 (0)