Closed awsmsrc closed 10 years ago
Awesome. I'm going to take a look. I'm currently off the grid. I'm working aon a brand new release. Would you like to discuss some of the new features?
For sure, I really wanna get involved in more open source projects! Definitely time to give back. I work remotely and don't have set hours at work so hit me up when ever is good for you
hi @elcuervo, any updates? Feel free to tell me to leave you alone ;)
Not at all! I've been off the grid. I'll look at it today. I promise. :)
On 04/01/2014, at 20:36, lukeroberts1990 notifications@github.com wrote:
hi @elcuervo, any updates? Feel free to tell me to leave you alone ;)
— Reply to this email directly or view it on GitHub.
I wanted to use MockRedis in our test environment.
MinuteMan was checking the class of the passed in Redis object and instantiating a Redis object if it wasnt of type Redis
Not specifying this allows for passing in mock objects and potentially other data stores.
This pr still accepts a hash of options, instantiates a new redis client if none was passed or simply uses what the programmer specifies
I had to specify a redis var on the Minuteman class in the test helper.
I think the specified redis is not being used in operation.rb as that is a class level var? But in all honesty I havent had much time to test that theory. and it seems like a different issue to my use case.
PS, Thanks for the awesome gem! This has given us some great insight at work!