There was an error while loading. Please reload this page.
1 parent 9d62ead commit 2afb579Copy full SHA for 2afb579
src/main/asciidoc/reference/redis-messaging.adoc
@@ -119,7 +119,7 @@ The preceding example uses the Redis namespace to declare the message listener c
119
<map>
120
<entry key-ref="messageListener">
121
<bean class="org.springframework.data.redis.listener.ChannelTopic">
122
- <constructor-arg value="chatroom">
+ <constructor-arg value="chatroom"/>
123
</bean>
124
</entry>
125
</map>
0 commit comments