2018-09-21 23:04:35 +03:00
|
|
|
====================
|
|
|
|
|
Finite state machine
|
|
|
|
|
====================
|
|
|
|
|
|
|
|
|
|
Storage
|
|
|
|
|
=======
|
|
|
|
|
Coming soon...
|
|
|
|
|
|
|
|
|
|
Available storage's
|
|
|
|
|
-------------------
|
|
|
|
|
Coming soon...
|
|
|
|
|
|
|
|
|
|
Memory storage
|
|
|
|
|
~~~~~~~~~~~~~~
|
2020-09-14 22:56:11 +03:00
|
|
|
|
|
|
|
|
.. autoclass:: aiogram.contrib.fsm_storage.memory.MemoryStorage
|
|
|
|
|
:show-inheritance:
|
2018-09-21 23:04:35 +03:00
|
|
|
|
|
|
|
|
Redis storage
|
|
|
|
|
~~~~~~~~~~~~~
|
2020-09-14 22:56:11 +03:00
|
|
|
|
|
|
|
|
.. autoclass:: aiogram.contrib.fsm_storage.redis.RedisStorage
|
|
|
|
|
:show-inheritance:
|
|
|
|
|
|
|
|
|
|
Mongo storage
|
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
.. autoclass:: aiogram.contrib.fsm_storage.mongo.MongoStorage
|
|
|
|
|
:show-inheritance:
|
|
|
|
|
|
2018-09-21 23:04:35 +03:00
|
|
|
|
|
|
|
|
Rethink DB storage
|
|
|
|
|
~~~~~~~~~~~~~~~~~~
|
2020-09-14 22:56:11 +03:00
|
|
|
|
|
|
|
|
.. autoclass:: aiogram.contrib.fsm_storage.rethinkdb.RethinkDBStorage
|
|
|
|
|
:show-inheritance:
|
|
|
|
|
|
2018-09-21 23:04:35 +03:00
|
|
|
|
|
|
|
|
Making own storage's
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
Coming soon...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
States
|
|
|
|
|
======
|
|
|
|
|
Coming soon...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
State utils
|
|
|
|
|
===========
|
|
|
|
|
Coming soon...
|
|
|
|
|
|
|
|
|
|
State
|
|
|
|
|
-----
|
|
|
|
|
Coming soon...
|
|
|
|
|
|
|
|
|
|
States group
|
|
|
|
|
------------
|
|
|
|
|
Coming soon...
|