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

Code simplification #122

Merged
merged 8 commits into from
Sep 25, 2017
Merged

Code simplification #122

merged 8 commits into from
Sep 25, 2017

Conversation

KarelCemus
Copy link
Owner

  • major simplification of Module
  • major simplification of Components
  • removed Binder, replaced by Provider; instead of binding all RedisInstance with Guice, it defines a resolver to resolve externally provided custom RedisInstance instead. This enables us to work directly with the Instance instead of a binder.
  • introduced RedisCaches aggregating all available APIs of a single named cache.
  • internal parts such as a connector are no longer registered with a Guice neither available within Components

@KarelCemus KarelCemus merged commit ba27667 into master Sep 25, 2017
@KarelCemus KarelCemus deleted the refactoring branch September 25, 2017 13:41
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

Successfully merging this pull request may close these issues.

1 participant