This might be something simple but I cannot find answer anywhere (in the codebase included).
I have a simple Redis deployment with master + slave. How am I supposed to configure JedisPool to use master for writes and slave/master for reads?
Everything I see now tells me that I have to configure JedisPool to connect to master, but I don't see any logic that auto-detects slaves and sends "gets" there.
What am I missing?
Would appreciate your clarification. Thanks in advance. Paul