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

Provide API and visibility in order to extend RedisClient and its connections #33

Closed
mp911de opened this issue Feb 3, 2015 · 2 comments
Milestone

Comments

@mp911de
Copy link
Collaborator

mp911de commented Feb 3, 2015

Some scenarios and users need to alter behavior of the redis client (see #31). This is currently not possible. It's required therefore to be able to extend the client and inject custom behavior.

This can be implemented by subclassing RedisClient and providing own implementations of the Redis...ConnectionImpl classes.

@mp911de mp911de added this to the Lettuce 3.1 milestone Feb 3, 2015
@mp911de
Copy link
Collaborator Author

mp911de commented Feb 3, 2015

@kichik, this one is for you. HTH

@kichik
Copy link
Contributor

kichik commented Feb 16, 2015

Thanks Mark! This will make it super easy for us to fix such issues in the future without reflection voodoo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants