Skip to content

Cache stats in Redis to avoid db connections #252

@karpet

Description

@karpet

We can leverage Redis to cache things that do not change often, like stats. This should reduce DB load and HTTP requests.

  • provision Redis at Heroku
  • add Docker example of running Redis locally
  • refactor /api endpoints to use Redis
  • refactor /stats to use Redis

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