Aiogram 3.7: proper way to separate user storages
I’m creating a Telegram bot with Aiogram 3.7. The bot will naturally be used by multiple users and must support persistent data storage. I implement storage via Aiogram’s inbuilt FSM mechanism using a Redis storage: