From 3cb6507aec7cf886b2fead4a6a47833acadb5385 Mon Sep 17 00:00:00 2001 From: Nathaniel Blakely Date: Thu, 18 Aug 2022 13:51:05 -0700 Subject: [PATCH] Fix typo work -> word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80e2cc2e7c..f5ad9a4191 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Alternatively, you might want to look at [Async connections](https://redis.readt ### Redis Commands -There is built-in support for all of the [out-of-the-box Redis commands](https://redis.io/commands). They are exposed using the raw Redis command names (`HSET`, `HGETALL`, etc.) except where a work (i.e del) is reserved by the language. The complete set of commands can be found [here](https://github.com/redis/redis-py/tree/master/redis/commands), or [the documentation](https://redis.readthedocs.io/en/stable/commands.html). +There is built-in support for all of the [out-of-the-box Redis commands](https://redis.io/commands). They are exposed using the raw Redis command names (`HSET`, `HGETALL`, etc.) except where a word (i.e del) is reserved by the language. The complete set of commands can be found [here](https://github.com/redis/redis-py/tree/master/redis/commands), or [the documentation](https://redis.readthedocs.io/en/stable/commands.html). ## Advanced Topics