We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cace47e commit 14c4333Copy full SHA for 14c4333
README.rst
@@ -80,9 +80,9 @@ Available session storages are:
80
* ``aiohttp_session.redis_storage.RedisStorage(redis_pool)`` -- stores
81
JSON encoded data in *redis*, keeping only the redis key (a random UUID) in
82
the cookie. ``redis_pool`` is a ``aioredis`` pool object, created by
83
- ``await aioredis.create_resid_pool(...)`` call.
+ ``await aioredis.create_redis_pool(...)`` call.
84
85
- Requires ``aioredis`` library (olny versions ``1.0+`` are supported::
+ Requires ``aioredis`` library (only versions ``1.0+`` are supported)::
86
87
$ pip install aiohttp_session[aioredis]
88
0 commit comments