Skip to content

Database index not applied to Jedis client #2053

Closed
@s-sathish

Description

@s-sathish

Hi Team, Opening this issue in regard with redis/jedis#2523

As per this https://github.com/redis/jedis/blob/master/src/main/java/redis/clients/jedis/BinaryClient.java#L124
setDb should be called only after SELECT(db) command

Shouldn't jedis.getClient().select(getDatabase()); called before connecting the client ?
Please provide inputs

Thanks

Spring Data Redis: 2.5
Jedis: 3.6.0

Metadata

Metadata

Assignees

Labels

status: invalidAn issue that we don't feel is valid

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions