HarukaNetwork / HarukaX

Telegram bot written in Go, built to scale.
Other
31 stars 31 forks source link

Implement Caching #5

Closed soekarnohatta closed 4 years ago

soekarnohatta commented 4 years ago

I used BigCache for admins because if the bot has many users, redis will slow down(latency). I also give redis as a second option(just change a bit code and it will use redis as the cacher).

jumatberkah commented 4 years ago

@soekarnohatta finally