mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Regenerate API
This commit is contained in:
parent
125fc22ff9
commit
02f1d3555e
47 changed files with 810 additions and 87 deletions
23
docs/dispatcher/finite_state_machine/storages.rst
Normal file
23
docs/dispatcher/finite_state_machine/storages.rst
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
########
|
||||
Storages
|
||||
########
|
||||
|
||||
Storages out of the box
|
||||
=======================
|
||||
|
||||
MemoryStorage
|
||||
-------------
|
||||
|
||||
.. autoclass:: aiogram.dispatcher.fsm.storage.memory.MemoryStorage
|
||||
:members: __init__, from_url
|
||||
:member-order: bysource
|
||||
|
||||
RedisStorage
|
||||
------------
|
||||
|
||||
.. autoclass:: aiogram.dispatcher.fsm.storage.redis.RedisStorage
|
||||
:members: __init__, from_url
|
||||
:member-order: bysource
|
||||
|
||||
Writing own storages
|
||||
====================
|
||||
Loading…
Add table
Add a link
Reference in a new issue