Nate Wiger
Nate Wiger
A little more info, this is triggered by the symlink call (the only one) in /usr/local/lib/ruby/gems/1.9.1/gems/bundler-0.7.2/lib/bundler/bundle.rb: ``` def expand_vendored_gem(spec, options) add_spec(spec) FileUtils.mkdir_p(@path.join("gems")) File.symlink(spec.location, @path.join("gems", spec.full_name)) end ``` Looks like the...
Sounds interesting! Would definitely accept a patch for this. CC @tmsrjs
Sorry for my delay. Can you see if manually overriding the `redis_prefix` works? class Service2 < Service self.redis_prefix = 'service2' end
CC @tmsrjs seems like this one may either be a complex issue, or not a bug at all.
Unfortunately this is not an issue with redis-objects, it's because redis.rb changed multi to return a Redis::Future object. There's another ticket in here open on it. I can't revert the...
Open to any changes - @tmsrjs ?
Probably just passing thru all options to the redis command would work
I do not believe this is currently supported, but it seems like a great addition. I would be willing to accept a patch with tests to add this functionality. We...
Jamie, sorry if I'm being dense - can you be a bit more specific? Thanks
Ahh, I get it now... if someone can spin a patch I'll pull it in - thanks!