docs(Getting Started): Fix get_redis_connection() example
This commit is contained in:
parent
490d8c1962
commit
0c923ca995
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ If you don't want to get a Redis connection from a model class, you can also use
|
|||
```python
|
||||
from redis_om import get_redis_connection
|
||||
|
||||
redis_conn = get_redis_conection()
|
||||
redis_conn = get_redis_connection()
|
||||
redis_conn.set("hello", "world")
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue