From 2c076a8c028030b6a2be6147c00865ed783eecfc Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 26 Jun 2012 21:39:40 +0300 Subject: [PATCH] add docs on SRP connector --- .../src/reference/docbook/reference/redis.xml | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/src/reference/docbook/reference/redis.xml b/docs/src/reference/docbook/reference/redis.xml index 851323551..4ca0db9a5 100644 --- a/docs/src/reference/docbook/reference/redis.xml +++ b/docs/src/reference/docbook/reference/redis.xml @@ -161,7 +161,7 @@ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> - ]]> @@ -176,6 +176,29 @@ +
+ Configuring SRP connector + + SRP (an acronym for Sam's Redis Protocol) is the forth, open-source connector supported by + Spring Redis through the org.springframework.data.redis.connection.srp package. + + By now, its configuration is probably easy to guess:: + + + + + +]]> + + Needless to say, the configuration is quite similar to that of the other connectors. + +
+