Skip to content

Two separate RedisStore.with_client() instances created in app.py #95

Description

@deyna256

api/app.py:23–24 creates two independent Redis clients — one for default store and one for rate_limit store — that connect to the same Redis instance. Each client maintains its own TCP connection and buffers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    debtAccumulated shortcuts and workaroundsperformancePerformance and resource efficiency

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions