Split hiredis from Redis and use it directly#9176
Split hiredis from Redis and use it directly#9176suquark merged 2 commits intoray-project:masterfrom
Conversation
|
Can one of the admins verify this patch? |
|
Test PASSed. |
why? |
| "*.h", | ||
| "adapters/*.h", |
There was a problem hiding this comment.
That would pull in the examples/ directory which we don't want. (Unless you mean I should use exclude?)
|
|
||
| cc_library( |
There was a problem hiding this comment.
comment why this is needed? (vs. directly merge it to cc_library(name = "hiredis"...
There was a problem hiding this comment.
Oops I thought I kept the note for this, thanks for catching!
|
@simon-mo We can't pull them because they're incompatible with some of the patches on our side and I haven't managed to find a way to get them working on Windows so far (whether with or without our patches). |
Why are these changes needed?
The upstream hiredis repo is separate from that of Redis, and it has been updated with various Windows patches recently.
We can't pull in the Windows patches quite yet, but this PR switches to that repo to allow us to update them independently in the future.
Checks
scripts/format.shto lint the changes in this PR.