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

Redis token repository decorator #24

Open
erdemkeren opened this issue Nov 23, 2021 · 0 comments
Open

Redis token repository decorator #24

erdemkeren opened this issue Nov 23, 2021 · 0 comments
Assignees
Labels
feat This issue is about a new feature tech This is a pure tech issue

Comments

@erdemkeren
Copy link
Owner

As a consumer, I want to be able retrieve the recent tokens from Redis so that I don't increase the query count and retrieve the results faster.

Tech Details

A RedisTokenRepository shall be implemented that decorates the DatabaseTokenRepository.

The active implementation shall be interchangeable without modifying the code (depending on the repository interface):
Database or Redis Front+Database

@erdemkeren erdemkeren self-assigned this Nov 23, 2021
@erdemkeren erdemkeren added feat This issue is about a new feature tech This is a pure tech issue labels Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat This issue is about a new feature tech This is a pure tech issue
Projects
None yet
Development

No branches or pull requests

1 participant