This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
pyTelegramBotAPI
Watch
1
Star
0
Fork
0
You've already forked pyTelegramBotAPI
mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced
2023-08-10 21:12:57 +03:00
Code
Releases
Activity
pyTelegramBotAPI
/
telebot
/
asyncio_storage
History
AmirW
3fd1cc41fd
there is no redis.asyncio.__version__
...
-fixes
#2010
-just check "__version__ > 2" for aioredis and not redis.asyncio
2023-07-11 20:37:22 +03:30
..
__init__.py
Updated sync and async. Fixes and new features.
2022-01-24 17:15:04 +04:00
base_storage.py
Code base cleanup
2022-01-24 22:38:35 +03:00
memory_storage.py
Avoid circular import
2022-05-02 14:45:43 +05:00
pickle_storage.py
Make create_dir() method cross-platform instead of POSIX only.
2023-01-06 22:36:08 +02:00
redis_storage.py
there is no redis.asyncio.__version__
2023-07-11 20:37:22 +03:30