mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 20:50:22 +03:00
Add telethon-session-redis by @ezdev128 to community session impl list
This commit is contained in:
parent
7e65221a26
commit
d0e994abf5
|
@ -43,7 +43,8 @@ Telethon contains two implementations of the abstract ``Session`` class:
|
|||
|
||||
There are other community-maintained implementations available:
|
||||
|
||||
* `telethon-session-sqlalchemy <https://github.com/tulir/telethon-session-sqlalchemy/>`_: stores all sessions in a single database via SQLAlchemy.
|
||||
* `SQLAlchemy <https://github.com/tulir/telethon-session-sqlalchemy>`_: stores all sessions in a single database via SQLAlchemy.
|
||||
* `Redis <https://github.com/ezdev128/telethon-session-redis>`_: stores all sessions in a single Redis data store.
|
||||
|
||||
Creating your own storage
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue
Block a user