Skip to content

Commit fde03fb

Browse files
n8wbdvora-h
andauthored
Fix typo work -> word (#2341)
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 parent 031b208 commit fde03fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Alternatively, you might want to look at [Async connections](https://redis.readt
6363

6464
### Redis Commands
6565

66-
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).
66+
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).
6767

6868
## Advanced Topics
6969

0 commit comments

Comments
 (0)