From 0192ebdb69e9af05d46bc8bbbca63c536602704f Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 18 Jan 2011 20:52:27 +0200 Subject: [PATCH] DATAKV-22 + wire in the message listener documentation --- src/docbkx/reference/redis-messaging.xml | 5 +---- src/docbkx/reference/redis.xml | 4 +++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/docbkx/reference/redis-messaging.xml b/src/docbkx/reference/redis-messaging.xml index 28fc9b7c1..a8b53c2dc 100644 --- a/src/docbkx/reference/redis-messaging.xml +++ b/src/docbkx/reference/redis-messaging.xml @@ -2,9 +2,7 @@
-
- Introduction - + Redis Messaging/PubSub 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 @@ The package org.springframework.data.keyvalue.redis.connection and org.springframework.data.keyvalue.redis.listener provide the core functionality for using Redis messaging. -
Sending/Publishing messages diff --git a/src/docbkx/reference/redis.xml b/src/docbkx/reference/redis.xml index 9ac5b7482..c2c39453e 100644 --- a/src/docbkx/reference/redis.xml +++ b/src/docbkx/reference/redis.xml @@ -1,7 +1,7 @@ - + Redis support One of the key value stores supported by SDKV is Redis. @@ -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).
+ +
Roadmap ahead