mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* feat: aioredis v1-v2 adapters #648 * chore: aioredis version without importlib * chore: refactor _get_redis for adapter * chore: proxy Redis methods * chore: adapter.get_redis become public * fix: add missed redis methods * chore: separate get_adapter method * chore: remove method proxy * chore: add docstrings * chore: add redis deprecations * docs: correct redis storage version * chore: encoding one style * refactor: remove redundant import * fix: int version
59 lines
836 B
ReStructuredText
59 lines
836 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.RedisStorage2
|
|
: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...
|