Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0175fe82
Commit
0175fe82
authored
Jul 13, 2023
by
Chayim I. Kirshen
Browse files
Explaining hiredis upgrade
parent
8e138ba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
deps/README.md
View file @
0175fe82
...
...
@@ -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
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment