Skip to content

Commit

Permalink
Explaining hiredis upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Jul 13, 2023
1 parent 8e138ba commit 0175fe8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ Hiredis

Hiredis is used by Sentinel, `redis-cli` and `redis-benchmark`. Like Redis, uses the SDS string library, but not necessarily the same version. In order to avoid conflicts, this version has all SDS identifiers prefixed by `hi`.

1. `git subtree pull --prefix deps/hiredis https://github.com/redis/hiredis.git <version-tag> --squash`<br>
This should hopefully merge the local changes into the new version.
2. Conflicts will arise (due to our changes) you'll need to resolve them and commit.

Linenoise
---

Expand Down

0 comments on commit 0175fe8

Please sign in to comment.