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.