Feat: Redis cache #129

Merged
KevinMidboe merged 14 commits from feat/redis-cache into master 2020-04-08 21:04:07 +00:00
Showing only changes of commit bc6fe3ed48 - Show all commits

View File

@@ -67,6 +67,7 @@ class Plex {
}
search(query) {
query = encodeURIComponent(query)
const url = `http://${this.plexIP}:${this.plexPort}/hubs/search?query=${query}`
const options = {
timeout: 2000,