summaryrefslogtreecommitdiff
path: root/deps/README.md
diff options
context:
space:
mode:
authorJiayuan Chen <mrpre@163.com>2020-07-10 21:02:18 +0800
committerGitHub <noreply@github.com>2020-07-10 16:02:18 +0300
commitaf39d750cd6af99774b606899794bef405c32429 (patch)
treeff1219654763805904b1fd93314ba9421ed91344 /deps/README.md
parentd792db7948c9de9c4ac3b7669fac2dbc9eb7b173 (diff)
downloadredis-af39d750cd6af99774b606899794bef405c32429.tar.gz
Fix typo in deps README (#7500)
Diffstat (limited to 'deps/README.md')
-rw-r--r--deps/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/README.md b/deps/README.md
index 685dbb40d..f923c06ad 100644
--- a/deps/README.md
+++ b/deps/README.md
@@ -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:
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.
4. Check manually that redis-cli and redis-benchmark behave as expecteed, since we have no tests for CLI utilities currently.