Skip to content

v0.1.5

Choose a tag to compare

@MarkLevkovich MarkLevkovich released this 18 Jan 16:48
· 33 commits to main since this release
  1. Added loguru for debug && uvicorn log level - warning
  2. Custom cache expire time:
redis:
enabled: true  # or false for InMemory Cache
url: "redis://localhost:6379"
expire_time: 180