Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Made private send methods in RedisNativeClient protected#115

Merged
mythz merged 1 commit into
ServiceStack:masterfrom
wyvernzora:master
Dec 13, 2012
Merged

Made private send methods in RedisNativeClient protected#115
mythz merged 1 commit into
ServiceStack:masterfrom
wyvernzora:master

Conversation

@wyvernzora
Copy link
Copy Markdown
Contributor

Making certain methods protected allows access to low level IO of redis client for fine-tuned extension of client via inheriting RedisClient class. I think it would be better to set these methods as protected instead of private so that people who need more low level communication with Redis database have a chance to implement them by inheriting RedisClient class.

Making certain methods protected allows access to low level IO of redis client for fine-tuned extension of client via inheriting RedisClient class.
mythz added a commit that referenced this pull request Dec 13, 2012
Made private send methods in RedisNativeClient protected
@mythz mythz merged commit ae68200 into ServiceStack:master Dec 13, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants