Skip to content

Commit

Permalink
Merge pull request #190 from drygdryg/master
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Dec 18, 2023
2 parents 0946fdc + 3409535 commit a613ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limits/aio/storage/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def __init__(
- ``async+redis://[:password]@host:port``
- ``async+redis://[:password]@host:port/db``
- ``async+rediss://[:password]@host:port``
- ``async+unix:///path/to/sock`` etc...
- ``async+redis+unix:///path/to/sock?db=0`` etc...
This uri is passed directly to :meth:`coredis.Redis.from_url` with
the initial ``async`` removed, except for the case of ``async+redis+unix``
Expand Down

0 comments on commit a613ac3

Please sign in to comment.