pyTelegramBotAPI icon indicating copy to clipboard operation
pyTelegramBotAPI copied to clipboard

remove optional dependency aioredis

Open dotlambda opened this issue 1 year ago • 2 comments

Description

The functionality was integrated into redis.

Describe your tests

No change to code made.

Checklist:

  • [ ] I added/edited example on new feature/change (if exists)
  • [x] My changes won't break backward compatibility
  • [ ] I made changes both for sync and async

dotlambda avatar Mar 05 '24 04:03 dotlambda

@coder2020official ?

Badiboy avatar Mar 16 '24 09:03 Badiboy

Shouldn't we then change the imports in the storages

coder2020official avatar Mar 20 '24 17:03 coder2020official

#2321 drops aioredis usage and uses redis.asyncio

coder2020official avatar Jul 19 '24 16:07 coder2020official