You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 theDatabaseTokenRepository
.The active implementation shall be interchangeable without modifying the code (depending on the repository interface):
Database or Redis Front+Database
The text was updated successfully, but these errors were encountered: