We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JedisConnectionFactory.setDatabase(…)
1 parent 5063143 commit 6a1d7f8Copy full SHA for 6a1d7f8
src/main/java/org/springframework/data/redis/connection/jedis/JedisConnectionFactory.java
@@ -681,8 +681,8 @@ public int getDatabase() {
681
* Sets the index of the database used by this connection factory. Default is 0.
682
*
683
* @param index database index.
684
- * @deprecated since 2.0, configure the client name using {@link RedisSentinelConfiguration} or
685
- * {@link RedisStandaloneConfiguration}.
+ * @deprecated since 2.0, configure the database index using {@link RedisStandaloneConfiguration} or
+ * {@link RedisSentinelConfiguration}.
686
*/
687
@Deprecated
688
public void setDatabase(int index) {
0 commit comments