Update deprecation description of JedisConnectionFactory.setDatabase(…).
Mention database index instead of client name. Closes #2831
This commit is contained in:
@@ -681,8 +681,8 @@ public class JedisConnectionFactory implements InitializingBean, DisposableBean,
|
|||||||
* Sets the index of the database used by this connection factory. Default is 0.
|
* Sets the index of the database used by this connection factory. Default is 0.
|
||||||
*
|
*
|
||||||
* @param index database index.
|
* @param index database index.
|
||||||
* @deprecated since 2.0, configure the client name using {@link RedisSentinelConfiguration} or
|
* @deprecated since 2.0, configure the database index using {@link RedisStandaloneConfiguration} or
|
||||||
* {@link RedisStandaloneConfiguration}.
|
* {@link RedisSentinelConfiguration}.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public void setDatabase(int index) {
|
public void setDatabase(int index) {
|
||||||
|
|||||||
Reference in New Issue
Block a user