Feat: Redis cache #129

Merged
KevinMidboe merged 14 commits from feat/redis-cache into master 2020-04-08 21:04:07 +00:00
KevinMidboe commented 2020-04-08 20:54:34 +00:00 (Migrated from github.com)

Implemented Redis to cache responses from tmdb, piratesearch and plex. A new dependency, but the old way was caching in sql database so big improvement.

Other notable changes:

  • TMDB constructor no longer has cache as first parameter. Now if not set Redis cache is used.
Implemented Redis to cache responses from tmdb, piratesearch and plex. A new dependency, but the old way was caching in sql database so big improvement. Other notable changes: - TMDB constructor no longer has cache as first parameter. Now if not set Redis cache is used.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KevinMidboe/seasonedShows#129