mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 11:25:54 +00:00
Oops.
This commit is contained in:
parent
e135b1732f
commit
e58f968735
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
"""
|
||||
This module has redis storage for finite-state machine based on `aioredis <https://github.com/aio-libs/aioredis>`_ driver
|
||||
|
||||
"""
|
||||
|
||||
import typing
|
||||
|
|
@ -17,7 +16,7 @@ class RedisStorage(BaseStorage):
|
|||
|
||||
Usage:
|
||||
|
||||
.. codeblock:: python3
|
||||
.. code-block:: python3
|
||||
|
||||
storage = RedisStorage('localhost', 6379, db=5)
|
||||
dp = Dispatcher(bot, storage=storage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue