Files
spring-data-redis/src/main/java/org/springframework
Tamil Selvan 0fdea07294 DATAREDIS-1062 - Disable select dbIndex in case dbIndex is 0.
When shareNativeConnection was set to false and enabled connection pooling before executing each Redis command, select dbIndex command was executed. Selecting the database can be superfluous when the connection already uses the right database index.

Original pull request: #496.
2019-11-22 12:59:47 +01:00
..