Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Buildly Core Caching #286

Open
jefmoura opened this issue Jan 14, 2020 · 0 comments
Open

Implement Buildly Core Caching #286

jefmoura opened this issue Jan 14, 2020 · 0 comments
Labels

Comments

@jefmoura
Copy link
Member

jefmoura commented Jan 14, 2020

Story

Cache stores data so that future requests for that data can be served faster, so it helps to reduce database access and dramatically increase site performance. We would like to start implementing a simple Buildly Core Caching system, so developers can improve more the performance of their application.

Tasks

  1. Implement Memcached connection Implement Memcached connection #283
  2. Implement RedisCache connection Implement RedisCache connection #284
  3. Implement per-service cache Implement per-service cache #285
  4. Add cache health check Add cache health check #296
@jefmoura jefmoura added the Epic label Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant