Skip to content

[Request] Redis Database support #6

Open
@focushyper

Description

@focushyper

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions