[PR #1042] [MERGED] Added MemcacheCacheHandler #1132

Closed
opened 2026-02-28 00:03:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/1042
Author: @andrewcara
Created: 11/22/2023
Status: Merged
Merged: 5/30/2024
Merged by: @stephanebruckert

Base: masterHead: addingMemcache


📝 Commits (5)

  • 731d4b4 Added MemcacheCacheHandler
  • f84fc82 Merge branch 'master' into addingMemcache
  • 5f8e9e5 Import MemcacheError where used
  • c97a5fc Update index.rst
  • e08bc53 Merge branch 'master' into addingMemcache

📊 Changes

4 files changed (+44 additions, -4 deletions)

View changed files

📝 CHANGELOG.md (+1 -1)
📝 docs/index.rst (+3 -0)
📝 setup.py (+7 -2)
📝 spotipy/cache_handler.py (+33 -1)

📄 Description

Added a CacheHandler for Memcached using pymemcache.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/1042 **Author:** [@andrewcara](https://github.com/andrewcara) **Created:** 11/22/2023 **Status:** ✅ Merged **Merged:** 5/30/2024 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `master` ← **Head:** `addingMemcache` --- ### 📝 Commits (5) - [`731d4b4`](https://github.com/spotipy-dev/spotipy/commit/731d4b45a4c152e3a80ba8556dded38bc7f89128) Added MemcacheCacheHandler - [`f84fc82`](https://github.com/spotipy-dev/spotipy/commit/f84fc82444c221d5b5f71ab824971b2732c83190) Merge branch 'master' into addingMemcache - [`5f8e9e5`](https://github.com/spotipy-dev/spotipy/commit/5f8e9e51ea8eceff68cbc01a43aa22538b323861) Import MemcacheError where used - [`c97a5fc`](https://github.com/spotipy-dev/spotipy/commit/c97a5fc0e4979d81fa42bcf8820e6f6871c9400b) Update index.rst - [`e08bc53`](https://github.com/spotipy-dev/spotipy/commit/e08bc531547a6f3275f84797a58d0bec27622971) Merge branch 'master' into addingMemcache ### 📊 Changes **4 files changed** (+44 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -1) 📝 `docs/index.rst` (+3 -0) 📝 `setup.py` (+7 -2) 📝 `spotipy/cache_handler.py` (+33 -1) </details> ### 📄 Description Added a CacheHandler for Memcached using pymemcache. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#1132
No description provided.