-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Looking forward to v2 being released! I'm planing on testing canary next week and had a few questions.
-
Is there any compatibility information related to integrating with Azure Cache for Redis and @redis/entraid yet? It looks like everything should work since the v2 handler will be using the Redis 5.x node client 🤞
-
Do you have any recommendations for a readiness healthcheck implementation on k8s (AKS)? I'm specifically wondering about sharing the same Redis client between the cache handler and the healthcheck route (a simple Next.js 15 App Router GET route) vs managing two distinct Redis clients.
Thank you for your work!