Change README to support new config option SESSION_URI

This commit is contained in:
Sander
2022-03-10 14:46:22 +02:00
parent 13fcc653c6
commit 9d02429aee
2 changed files with 28 additions and 14 deletions
+2 -1
View File
@@ -224,7 +224,8 @@ class RedisSessionInterface(SessionInterface):
.. note::
Creates a single Redis connection, you might prefer
pooling instead (see ``aioredis.Redis.create_redis_pool``)
pooling instead (see the `aioredis` documentation
for connection pool examples).
"""
if self.backend is None:
import aioredis