An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
Hello!
Any news on this very important feature?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In the Azure Managed Redis development FAQ:
https://learn.microsoft.com/en-us/azure/redis/development-faq#what-are-redis-databases-
it is stated that "Right now, Azure Managed Redis only supports one database per instance."
Does anyone know when this feature will be added?
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
Hello!
Any news on this very important feature?
Hello Björn Hasselberg,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you would like to know when Azure Managed Redis will support Redis databases.
As of today, Azure Managed Redis supports only one logical Redis database per instance. See Microsoft’s Azure Managed Redis development FAQ and overview - https://azure.microsoft.com/en-us/products/managed-redis/#FAQ
Yes, Microsoft has not published a timeline for adding multiple logical Redis databases to Azure Managed Redis. The current “What’s new” and product pages list features and show items in preview/GA, but do not announce a date for multi-database support. To track announcements, see the Azure Managed Redis “What’s new” page and the general Azure Updates feed.
If you need multi-database behavior now practical options:
app1:session:..., app2:cache:...). This is a common and recommended pattern; Redis documentation and experience suggest namespacing keys rather than using multiple logical databases. Namespacing also works with clustering and modules.- https://redis.io/learn/howtos/antipatternsHow to get notified or request a timeline from Microsoft: https://redis.io/blog/5-key-takeaways-for-developing-with-redis/
NOTE:
If you need logical separation today, use key prefixes or separate instances rather than depending on a future multi-db feature. That approach aligns with Redis best practices and with Azure’s current product set. If you must track Microsoft’s roadmap, subscribe to Azure Updates and the Managed Redis “What’s new” page and open an Azure support ticket to express your need (this can influence prioritization).
I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.
Hi Björn Hasselberg,
Greetings!!
Currently, Azure Managed Redis only supports a single logical database per instance. This is a known limitation, and Microsoft has not yet announced a timeline for supporting multiple Redis databases
I recommend keeping an eye on the official Azure updates or the What’s New in Azure Managed Redis page for any announcements regarding new features.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.