daybologic / telegram-bot

Multipurpose bot for Telegram
Other
1 stars 0 forks source link

Memcached #1

Open daybologic opened 1 year ago

daybologic commented 1 year ago

You should implement memcached within telegram-bot, especially for %pid_id and for caching images sent, via their ID to save bandwidth and time.

daybologic commented 1 year ago

The extension cache which is stored in-process is probably something you need to shove in Memcached too

daybologic commented 1 year ago

branch i/1 started; memcached added to DI Container and untested.