aiogram/docs/source/contrib/storages.rst
Suren Khorenyan ad651a8425 Added info about RethinkDB storage
(not sure if it has to be done manually)
2018-01-23 13:20:36 +03:00

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: