From 113c215554f542c4ff1104d98993f0e06bc77adf Mon Sep 17 00:00:00 2001 From: Jennifer Hickey Date: Mon, 5 Aug 2013 14:07:29 -0700 Subject: [PATCH] Update doc on usage of StringRedisConn in RedisCallbacks --- docs/src/reference/docbook/reference/redis.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/reference/docbook/reference/redis.xml b/docs/src/reference/docbook/reference/redis.xml index 6691f4128..6b59dfa0b 100644 --- a/docs/src/reference/docbook/reference/redis.xml +++ b/docs/src/reference/docbook/reference/redis.xml @@ -368,7 +368,8 @@ As with the other Spring templates, RedisTemplate and StringRedisTemplate allow the developer to talk directly to Redis through - the RedisCallback interface: this gives complete control to the developer as it talks directly to the RedisConnection. + the RedisCallback interface. This gives complete control to the developer as it talks directly to the RedisConnection. + Note that the callback receives an instance of StringRedisConnection when a StringRedisTemplate is used.