Im pretty new to Redis and im trying to implement redis using spring data redis making redis as a storage database.We have a master and two slaves and we included readOnly configuration from slave(SLAVE_PREFFERED).
Now, I would like to know if there is a way to know which redis node is being used to query the data when my application is using the database.
Thanks.