mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
59 lines
835 B
ReStructuredText
59 lines
835 B
ReStructuredText
====================
|
|
Finite state machine
|
|
====================
|
|
|
|
Storage
|
|
=======
|
|
Coming soon...
|
|
|
|
Available storage's
|
|
-------------------
|
|
Coming soon...
|
|
|
|
Memory storage
|
|
~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: aiogram.contrib.fsm_storage.memory.MemoryStorage
|
|
:show-inheritance:
|
|
|
|
Redis storage
|
|
~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: aiogram.contrib.fsm_storage.redis.RedisStorage
|
|
:show-inheritance:
|
|
|
|
Mongo storage
|
|
~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: aiogram.contrib.fsm_storage.mongo.MongoStorage
|
|
:show-inheritance:
|
|
|
|
|
|
Rethink DB storage
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: aiogram.contrib.fsm_storage.rethinkdb.RethinkDBStorage
|
|
:show-inheritance:
|
|
|
|
|
|
Making own storage's
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
Coming soon...
|
|
|
|
|
|
States
|
|
======
|
|
Coming soon...
|
|
|
|
|
|
State utils
|
|
===========
|
|
Coming soon...
|
|
|
|
State
|
|
-----
|
|
Coming soon...
|
|
|
|
States group
|
|
------------
|
|
Coming soon...
|