Skip to content

[Feature] Implement REDIS for caching list#36

Merged
ViniPeralta merged 3 commits intomainfrom
US04/Tasks/33
Feb 18, 2026
Merged

[Feature] Implement REDIS for caching list#36
ViniPeralta merged 3 commits intomainfrom
US04/Tasks/33

Conversation

@ViniPeralta
Copy link
Member

💬 Description

Implementation of redis for caching categories list method to improve it's performance.

📋 What was done

  • Added cashflow-cache lib;
  • Added cache creation on list method;
  • Added cache removal on create category method;

🛠️ Build

👷 Working Locally

After listing cache is created

GetOk CacheCreated

After creating a new category cache is deleted

PostOk CacheCleared

✅ Issues Related

Closes #33

@ViniPeralta ViniPeralta self-assigned this Feb 18, 2026
@ViniPeralta ViniPeralta added enhancement New feature or request good first issue Good for newcomers labels Feb 18, 2026
@github-actions
Copy link

✅ Commit(s) are Valid ✅.

All the commits follow conventional commits pattern, PR not closed.

@github-actions
Copy link

✅ Commit(s) are Valid ✅.

All the commits follow conventional commits pattern, PR not closed.

@ViniPeralta ViniPeralta merged commit 4950cdf into main Feb 18, 2026
2 checks passed
@ViniPeralta ViniPeralta deleted the US04/Tasks/33 branch February 18, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Back-End] Implement REDIS for caching list

1 participant