1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

12 Commits

Author SHA1 Message Date
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
AmirW
bc9fa71031 Revert "there is no redis.asyncio.__version__"
This reverts commit dd1ec4da730473b3da67dfd32118df9c8357ee49.
2023-07-11 20:32:45 +03:30
AmirW
dd1ec4da73 there is no redis.asyncio.__version__
-fixes #2010
2023-07-09 19:49:36 +03:30
_run
7bf87a306a
Update redis_storage.py 2023-04-03 01:00:48 +05:00
_run
85bd174fdc
Update redis_storage.py 2022-08-30 12:26:34 +04:00
Ananth Bhaskararaman
b86c38367a
Import aioredis from redis module too
aioredis is available in redis-py as of version 4.2.0rc1: https://github.com/aio-libs/aioredis-py#-aioredis-is-now-in-redis-py-420rc1-
Try importing from the new package as well.
2022-08-28 17:32:56 +05:30
Badiboy
91b665ea94 Poll type parameter parse fix
Plus some typo
2022-05-15 00:59:35 +03:00
coder2020official
f9cd0d7e08 Avoid circular import 2022-05-02 14:45:43 +05:00
coder2020official
836130a718 Allow only state objects 2022-05-02 02:08:48 +05:00
_run
cd4a9add68 Fix States 2022-02-02 14:44:02 +04:00
Badiboy
4166fb229e Code base cleanup 2022-01-24 22:38:35 +03:00
_run
a3cda2e0ff Updated sync and async. Fixes and new features. 2022-01-24 17:15:04 +04:00