Cache
Azure Cache is a family of cache offerings that support high throughput, low-latency data access, to enable building fast, scalable applications.
- Azure Redis Cache (Preview) is based on the popular open source Redis Cache engine. The service gives users access to a secure, dedicated Redis Cache, managed by Microsoft.
- Azure Managed Cache Service: Built on App Fabric Cache. This is a dedicated managed service.
- In-Role Cache: Built on App Fabric Cache. This is a self-hosted cache, available via the Azure SDK.
-
Add more detailed analytics about gets and sets to diagnose problems and monitor cache
Currently there's no easy way when we see a spike in gets or sets to see what's happening. We have to start guessing, and neither the monitoring dashlets nor the Application Insights external dependency track are useful. It'd be great to have some form of get/set tracking to diagnose problemas.
3 votes -
Make Redis creation more reliable
I have an ARM template that creates Redis resources, basic tier. Usually, Redis spins up fine, but, occasionally, it completes with Azure Redis giving a status of "Failed". All calls will then result in an error. I then have to delete the resource and try again.
This is something that Azure should be doing on its own. When Azure reports that it created a resource for me, there should actually be a working resource there.
3 votes -
Adjust pricing model or allow premium features on basic/standard tier
We don't have high cache size requirements (<50MB) but looking to use VNET integration, view, export, geo replication features. Currently its only allowed with the premium tier that starts with 6GB/$400+. We will need cache for each environment DEV, QA, STG, PROD. This kind of cost is not justified for the small apps (API Management pricing have the same issues)
3 votes -
azure redis cache pricing page
The information in this page (https://azure.microsoft.com/en-us/pricing/details/cache/) seems to be wrong - headers for 2nd and 3rd columns seem swapped as they list that Standard is the top performance tier, whereas Premium is in-between Basic and Standard.
Also, you should consider a more effective way to report this type of bugs, directly in the page, rather than going to a general feedback forum which may not be the proper place...2 votes -
Accessing Azure Redis in a vNet in different regions
The Application we support uses Azure Redis cache for session state. Currently Redis and the application is in a vNet in CentralUS. The application is working with Redis. Since we are using Azure Traffic Manager, we would like to setup our application in eastUS in it's own vNet and peer to the Redis in CentralUS. Currently, this is not permitted.
1 vote -
Add time stamps for redis cache deployment name
redis cache deployments from the portal always using the same name "redis.cache" and new deployments will replace the old deployment history. Please work on adding a time stamp in the deployment name.
1 vote -
Readonly Endpoints of replica.
Hi. I've created Azure redis cache with the following configuration.
- Clustered mode. (2- shard)
- 3 replicas for each primary node.
It looks like redis only provide single endpoint to client.
How my client application access readonly replica?
If it's not possible at the moment, do you have any plans to provide it?
Thanks.1 vote -
Guide not complete for 2.2
Solution won't recognize .AddUserSecret until you add a nuget package fot it Microsoft.Extensions.Configuration.AddUserSecrets
1 vote -
Increase number of databases
Is there a way to increase the number of databases? Based on the tier, I am limited to fixed number of databases, but is there a negative impact if I wanted to increase beyond this number? Since the memory of the cache applies across all databases, why is there these limits?
1 vote -
Add Redis certificates to java truststore
Connecting from java client to Azure Redis SSL port requires us to import the Redis certificate to java kestore. This is not documented in the Redis SSL java client. Is it posssible to add the certificate to JDK itself ?
1 vote -
Scale down and scale up should be provided in easy way than deleting and creating
Currently there is no way of scaling down to C0 or C1 basic from the standard pricing, this should be there as a part of PAAS product like any other products in the Azure.
1 vote
- Don't see your idea?