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

Caching #25

Open
bdashore3 opened this issue Jan 22, 2021 · 2 comments
Open

Caching #25

bdashore3 opened this issue Jan 22, 2021 · 2 comments
Assignees
Labels
enhancement Adding to the existing code
Milestone

Comments

@bdashore3
Copy link
Owner

Have a cache which handles all frequently used data.

Something like reaction roles is used a lot when many roles are added, fix this by using a cache instead of raw database calls.

@bdashore3 bdashore3 added bug Something isn't working enhancement Adding to the existing code labels Jan 22, 2021
@bdashore3
Copy link
Owner Author

Use darkredis to accomplish this.

@bdashore3
Copy link
Owner Author

Looks like delays are being caused by discord ratelimits instead of the bot itself, so this is not a bug.

@bdashore3 bdashore3 removed the bug Something isn't working label Feb 9, 2021
@bdashore3 bdashore3 self-assigned this Feb 24, 2021
@bdashore3 bdashore3 added this to the v3.0 milestone May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding to the existing code
Projects
None yet
Development

No branches or pull requests

1 participant