mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
25 lines
538 B
ReStructuredText
25 lines
538 B
ReStructuredText
Storages for FSM
|
|
================
|
|
|
|
You can create you own storage by extending :class:`aiogram.dispatcher.storage.BaseStorage` or use default storages:
|
|
|
|
Simple in-memory storage
|
|
------------------------
|
|
|
|
.. automodule:: aiogram.contrib.fsm_storage.memory
|
|
:members:
|
|
:show-inheritance:
|
|
|
|
Redis storage
|
|
-------------
|
|
|
|
.. automodule:: aiogram.contrib.fsm_storage.redis
|
|
:members:
|
|
:show-inheritance:
|
|
|
|
RethinkDB storage
|
|
-----------------
|
|
|
|
.. automodule:: aiogram.contrib.fsm_storage.rethinkdb
|
|
:members:
|
|
:show-inheritance:
|