mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #869] [MERGED] Make redis dependency optional #1047
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#1047
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/869
Author: @ahesford
Created: 10/12/2022
Status: ✅ Merged
Merged: 12/26/2022
Merged by: @stephanebruckert
Base:
v3← Head:redis📝 Commits (5)
643d5c2Cherry-pick redis support from master branchb28f3bfMake redis dependency optional42499e1Merge branch 'v3' into redis4637d94Remove redis import24d83e9Ignoreimported but unused📊 Changes
4 files changed (+31 additions, -3 deletions)
View changed files
📝
CHANGELOG.md(+4 -0)📝
README.md(+6 -0)📝
setup.py(+7 -1)📝
spotipy/cache_handler.py(+14 -2)📄 Description
The redis package is only used when somebody uses the redis cache handler, so the imports can be restructured to make redis an optional dependency.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.