Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make RedisAsyncCommands.select() and auth() async #1118

Closed
ikkyuland opened this issue Sep 12, 2019 · 0 comments
Closed

Make RedisAsyncCommands.select() and auth() async #1118

ikkyuland opened this issue Sep 12, 2019 · 0 comments
Labels
type: breaking Breaking change type: feature A new feature
Milestone

Comments

@ikkyuland
Copy link

Feature Request

Is your feature request related to a problem? Please describe

I have an issue when call RedisAsyncCommands.select(???) after .setAutoFlushCommands(false) , it will hang and timeout.

Describe the solution you'd like

I want RedisAsyncCommands.select(???) return RedisFuture (make it async like other method).

Describe alternatives you've considered

I may use RedisCommands (sync) and wrap by Future (FYI: I use lettuce in Scala).
A clear and concise description of any alternative solutions or features you've considered.

Teachability, Documentation, Adoption, Migration Strategy

This should benefit to user that use lettuce as pipeline

@ikkyuland ikkyuland added the type: feature A new feature label Sep 12, 2019
@mp911de mp911de changed the title Make RedisAsyncCommands.select() to be async method for Pipeline purpose. Make RedisAsyncCommands.select() and auth() async Oct 27, 2019
@mp911de mp911de added this to the 6.0 M1 milestone Oct 27, 2019
@mp911de mp911de closed this as completed Oct 27, 2019
@mp911de mp911de added the type: breaking Breaking change label Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: breaking Breaking change type: feature A new feature
Projects
None yet
Development

No branches or pull requests

2 participants