mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
Explaining hiredis upgrade
This commit is contained in:
parent
8e138ba44f
commit
0175fe8219
4
deps/README.md
vendored
4
deps/README.md
vendored
@ -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
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user