Daniel Berger

Results 47 comments of Daniel Berger

@taganaka Also interested in this. Is there any technical reason this won't work with Redis 5?

Hm, I'm guessing we could just put a rescue block around the definition like so: ```ruby if linux64? || solaris? begin attach_function(:statvfs, :statvfs64, %i[string pointer], :int) attach_function(:statvfs, %i[string pointer], :int)...

I agree with @NickLaMuro that we should stick with "unknown" since that's the current behavior.

Side note, I'm having difficulty telling what codeclimate is upset about. There's no analysis there atm.

@NickLaMuro Ok, try rebasing and see if it triggers another build. I tried to request one but it didn't seem to actually do anything.