From 7ab6b824c771df8298cbe1b512a80116d005ec33 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Sat, 16 Mar 2024 09:20:31 +0800 Subject: fix: typos Signed-off-by: guoguangwu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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); -- cgit v1.2.3