Skip to content

Commit

Permalink
Move cache to datasources
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Dec 12, 2024
1 parent d388110 commit 4bf14f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion app/cache.py → app/datasources/cache/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from redis import Redis

from .config import settings
from app.config import settings


@cache
Expand Down

0 comments on commit 4bf14f7

Please sign in to comment.