DATAKV-22
+ wire in the message listener documentation
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||
<section>
|
||||
<section id="redis:pubsub:intro">
|
||||
<title>Introduction</title>
|
||||
|
||||
<title>Redis Messaging/PubSub</title>
|
||||
<para>Spring Data provides dedicated messaging integration for Redis,
|
||||
very similar in functionality and naming to the JMS integration in
|
||||
Spring Framework; in fact, users familiar with the JMS support in Spring, should
|
||||
@@ -22,7 +20,6 @@
|
||||
<para>The package <literal>org.springframework.data.keyvalue.redis.connection</literal> and
|
||||
<literal>org.springframework.data.keyvalue.redis.listener</literal> provide
|
||||
the core functionality for using Redis messaging.</para>
|
||||
</section>
|
||||
|
||||
<section id="redis:pubsub:publish">
|
||||
<title>Sending/Publishing messages</title>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||
<chapter id="redis">
|
||||
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" id="redis">
|
||||
<title>Redis support</title>
|
||||
|
||||
<para>One of the key value stores supported by SDKV is <ulink url="http://code.google.com/p/redis/">Redis</ulink>.
|
||||
@@ -318,6 +318,8 @@
|
||||
development to production environments transparent and highly increases testability (the Redis implementation can just as well be replaced with an in-memory one).</para>
|
||||
</section>
|
||||
|
||||
<xi:include href="redis-messaging.xml"/>
|
||||
|
||||
<section id="redis:future">
|
||||
<title>Roadmap ahead</title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user