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

Use interfaces to easy DI and Unit testing #48

Merged
merged 3 commits into from
Jul 29, 2014
Merged

Use interfaces to easy DI and Unit testing #48

merged 3 commits into from
Jul 29, 2014

Conversation

cchacin
Copy link

@cchacin cchacin commented Jul 19, 2014

Related to #47

@cchacin
Copy link
Author

cchacin commented Jul 23, 2014

@mrniko What do you think about this suggestion?

@mrniko mrniko added this to the 1.2 milestone Jul 24, 2014
@mrniko mrniko self-assigned this Jul 24, 2014
@mrniko
Copy link
Member

mrniko commented Jul 24, 2014

Good idea. But, because of interface name convention used in Redisson, all interfaces begins with 'R'. We need to give a better name than IRedisson.

@cchacin
Copy link
Author

cchacin commented Jul 24, 2014

RRedisson sounds good to you?

@cchacin
Copy link
Author

cchacin commented Jul 26, 2014

@mrniko RRedisson sounds good to you?

@mrniko
Copy link
Member

mrniko commented Jul 28, 2014

What you thinking about RedissonClient?

@cchacin
Copy link
Author

cchacin commented Jul 28, 2014

Agreed

@cchacin
Copy link
Author

cchacin commented Jul 28, 2014

@mrniko Done!

mrniko pushed a commit that referenced this pull request Jul 29, 2014
Use interfaces to easy DI and Unit testing
@mrniko mrniko merged commit 050fe84 into redisson:master Jul 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants