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

Redis rake tasks #25

Closed
wants to merge 6 commits into from
Closed

Conversation

javidjamae
Copy link
Contributor

This PR adds a set of rake tasks that can be used along with the RedisRepository.

@javidjamae
Copy link
Contributor Author

@mgsnova What are your thoughts on this PR?

@javidjamae
Copy link
Contributor Author

@mgsnova Never mind, I'm closing this. It has a few issues and I don't have time to dig into it right now.

@javidjamae javidjamae closed this Jan 14, 2015
@mgsnova
Copy link
Owner

mgsnova commented Jan 15, 2015

Sorry for the late response. I'm not sure if it will be good having that much special functionality for redis, or any other data source. The other would than lack this functionality.

@javidjamae
Copy link
Contributor Author

@mgsnova - I was actually thinking that I could expose (most of) the same functionality for the other repositories and make the tasks look like:

rake feature:enable[asdf]
rake feature:list
rake feature:switch[asdf]
rake feature:disable[asdf]
etc...

If you're open to having it be available across all the repositories, and throw an unsupported exception when you can't do a particular operation with a given repository, then I'll take another look at it down the road.

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.

None yet

2 participants