Spellcheck (#302)

* spelling, take1

* some spelling fixes

* one more
This commit is contained in:
Chayim 2022-07-11 11:03:16 +03:00 committed by GitHub
parent b4c20b2f8f
commit bc2199f2d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 109 additions and 8 deletions

View file

@ -52,7 +52,7 @@ Use the "unix" prefix to connect to Redis over Unix domain sockets:
### To Learn More
To learn more about the URL format that Redis OM Python uses, consult [redis-py's URL documentation](https://redis-py.readthedocs.io/en/stable/#redis.Redis.from_url).
To learn more about the URL format that Redis OM Python uses, consult the [redis-py URL documentation](https://redis-py.readthedocs.io/en/stable/#redis.Redis.from_url).
**TIP:** The URL format is the same if you're using async or sync mode with Redis OM (i.e., importing `aredis_om` for async or `redis_om` for sync).