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

Add data caching #1

Open
appellation opened this issue Aug 1, 2020 · 1 comment
Open

Add data caching #1

appellation opened this issue Aug 1, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@appellation
Copy link
Member

appellation commented Aug 1, 2020

Add caching so each request doesn't necessarily result in a REST call to Discord. This will involve several things:

  • Redis(?) checks for each request
  • Direct ingest from the gateway
  • Cache bypass/override options
@appellation appellation added the enhancement New feature or request label Aug 1, 2020
@appellation appellation assigned appellation and xDimGG and unassigned appellation Aug 2, 2020
@AriaFantom
Copy link

Can we use Discord Events to update or revalidate the data? Like when User updates their update it emits a event so using that can we update the cache stored in redis of that specific user cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants