Fix typo in deps README (#7500)
(cherry picked from commit af39d750cd6af99774b606899794bef405c32429)
This commit is contained in:
parent
f838df92d2
commit
b0faf6113e
2
deps/README.md
vendored
2
deps/README.md
vendored
@ -47,7 +47,7 @@ Hiredis
|
|||||||
Hiredis uses the SDS string library, that must be the same version used inside Redis itself. Hiredis is also very critical for Sentinel. Historically Redis often used forked versions of hiredis in a way or the other. In order to upgrade it is advised to take a lot of care:
|
Hiredis uses the SDS string library, that must be the same version used inside Redis itself. Hiredis is also very critical for Sentinel. Historically Redis often used forked versions of hiredis in a way or the other. In order to upgrade it is advised to take a lot of care:
|
||||||
|
|
||||||
1. Check with diff if hiredis API changed and what impact it could have in Redis.
|
1. Check with diff if hiredis API changed and what impact it could have in Redis.
|
||||||
2. Make sure thet the SDS library inside Hiredis and inside Redis are compatible.
|
2. Make sure that the SDS library inside Hiredis and inside Redis are compatible.
|
||||||
3. After the upgrade, run the Redis Sentinel test.
|
3. After the upgrade, run the Redis Sentinel test.
|
||||||
4. Check manually that redis-cli and redis-benchmark behave as expecteed, since we have no tests for CLI utilities currently.
|
4. Check manually that redis-cli and redis-benchmark behave as expecteed, since we have no tests for CLI utilities currently.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user