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

12 Commits

Author SHA1 Message Date
dd1ec4da73 there is no redis.asyncio.__version__
-fixes #2010
2023-07-09 19:49:36 +03:30
7bf87a306a Update redis_storage.py 2023-04-03 01:00:48 +05:00
c27f60b94b Make create_dir() method cross-platform instead of POSIX only.
Fix for issue #1869
2023-01-06 22:36:08 +02:00
85bd174fdc Update redis_storage.py 2022-08-30 12:26:34 +04:00
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
e689e968db Fix bug with unsaving data 2022-06-04 21:33:05 +05:00
91b665ea94 Poll type parameter parse fix
Plus some typo
2022-05-15 00:59:35 +03:00
f9cd0d7e08 Avoid circular import 2022-05-02 14:45:43 +05:00
836130a718 Allow only state objects 2022-05-02 02:08:48 +05:00
cd4a9add68 Fix States 2022-02-02 14:44:02 +04:00
4166fb229e Code base cleanup 2022-01-24 22:38:35 +03:00
a3cda2e0ff Updated sync and async. Fixes and new features. 2022-01-24 17:15:04 +04:00