We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JedisConnectionFactory.setDatabase(…)
I need to set the database index programmatically. I came across the following method where the Javadoc needs to be updated.
https://github.com/spring-projects/spring-data-redis/blob/main/src/main/java/org/springframework/data/redis/connection/jedis/JedisConnectionFactory.java#L497-L500