We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9cef9 commit 40b0ff2Copy full SHA for 40b0ff2
dubbo-test/dubbo-test-examples/src/main/java/com/alibaba/dubbo/examples/redis/redis-consumer.xml
@@ -21,7 +21,7 @@
21
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
22
http://dubbo.apache.org/schema/dubbo http://dubbo.apache.org/schema/dubbo/dubbo.xsd">
23
24
- <dubbo:application name="memcached-consumer"/>
+ <dubbo:application name="redis-consumer"/>
25
26
<dubbo:reference id="cache" interface="java.util.Map" url="redis://10.20.153.10:6379"/>
27
0 commit comments