Skip to content

2.20: Redis cache handler

Compare
Choose a tag to compare
@stephanebruckert stephanebruckert released this 18 Jun 22:12
· 113 commits to master since this release

Added

  • Added RedisCacheHandler, a cache handler that stores the token info in Redis.
  • Changed URI handling in client.Spotify._get_id() to remove qureies if provided by error.
  • Added a new parameter to RedisCacheHandler to allow custom keys (instead of the default token_info key)
  • Simplify check for existing token in RedisCacheHandler

Changed

  • Removed Python 3.5 and added Python 3.9 in Github Action