Open
Description
Is it possible to integrate a Redis database into the kit?
Realtime Performance with Data Integrity
By combining Redis with PostgreSQL, we can optimize both performance and reliability:
Use Redis for fast-changing, real-time data such as combat states, cooldowns, player positions, etc.
Use PostgreSQL for persistent, structured data like player accounts, inventories, and long-term progression.
This separation ensures we don’t overload the SQL database with high-frequency operations, allowing for better scalability and responsiveness in real-time gameplay.
Metadata
Metadata
Assignees
Labels
No labels