Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add callable key support for RedisCache #348

Merged

Conversation

northernSage
Copy link
Member

@northernSage northernSage commented Feb 10, 2024

following #332

  • fix broken type hints for callable keys
  • add tests
  • add changelog
  • update docs

@northernSage northernSage self-assigned this Feb 10, 2024
@northernSage northernSage marked this pull request as draft February 10, 2024 16:21
@northernSage northernSage force-pushed the redis-key-callable-support branch 3 times, most recently from 6384d8a to 5edc237 Compare February 10, 2024 16:43
@northernSage northernSage changed the title Redis key callable support Add callable key support for RedisCache Feb 10, 2024
@northernSage northernSage linked an issue Feb 11, 2024 that may be closed by this pull request
@northernSage northernSage marked this pull request as ready for review February 11, 2024 13:47
@northernSage northernSage added the enhancement New feature or request label Feb 11, 2024
@northernSage northernSage merged commit bf1f8fd into pallets-eco:main Feb 11, 2024
7 of 8 checks passed
@northernSage northernSage deleted the redis-key-callable-support branch February 11, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

Redis doesn't supports function as a key_prefix anymore
2 participants