I have done a poc on spring data redis by using jedis connection factory and redis template which is working fine and getting results fast with single node, but now i want to use master to write and child for read to improve reading performance so can any one help me to configure these information in applicationcontext.xml.
Asked
Active
Viewed 562 times
0
-
Could you provide the code you already wrote ? – perror Aug 24 '15 at 06:51
-
There is actually now configuration option for master/write slave/read available for spring-data-redis. Please have a look at http://stackoverflow.com/questions/29527738/spring-data-redis-master-slave-config. If you want to join the discussion, there's an issue for that open in [mp911de/lettuce](https://github.com/mp911de/lettuce/issues/114). – Christoph Strobl Aug 25 '15 at 06:04
-
thanks for your quick reply. – Balaji Aug 25 '15 at 09:34
-
Hi I have intergrate sentinal configuration in spring data redis with below code – Balaji Aug 25 '15 at 10:59