summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorguoguangwu <guoguangwug@gmail.com>2024-03-16 09:20:31 +0800
committerMichael Grunder <michael.grunder@gmail.com>2024-03-15 20:56:25 -0700
commit7ab6b824c771df8298cbe1b512a80116d005ec33 (patch)
treea092108623949e10433a2902568f179c474c6597 /README.md
parent398e16e7cc20545a19f2af2293cc6f04310e6b7a (diff)
fix: typos
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f704641..7090455 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,7 @@ The values are not stored in the `redisContext`, so they are not automatically a
These functions return `REDIS_OK` on success.
On failure, `REDIS_ERR` is returned and the underlying connection is closed.
-To configure these for an asyncronous context (see *Asynchronous API* below), use `ac->c` to get the redisContext out of an asyncRedisContext.
+To configure these for an asynchronous context (see *Asynchronous API* below), use `ac->c` to get the redisContext out of an asyncRedisContext.
```C
int redisEnableKeepAlive(redisContext *c);