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.
+
+
+