232 questions with Azure Cache for Redis tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Azure Policy

Hello guy's I'm currently creating a policy that audits firewall of cache redis and the problem is that the Microsoft. Cache/redis/firewallrules variable is not accepted, although I need that variable to create my audit policy

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
833 questions
asked 2022-06-08T17:05:39.237+00:00
ahmed daham 21 Reputation points
accepted 2022-06-14T21:52:16.16+00:00
ahmed daham 21 Reputation points
0 answers

DockerApiException - unauthorized: incorrect username or password

I have an app in Angular/Nest.js deployed on Azure. It has been working fine for the last few months but yesterday it suddenly started showing these errors: On frontend it is showing CORS errors but on the backend I see this: 2022-06-06T06:06:39.208Z…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
675 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,579 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-06-07T01:07:07.78+00:00
Al Mus 6 Reputation points
commented 2022-06-09T09:56:19.89+00:00
Nycticorax 16 Reputation points
1 answer

APIM cache-lookup-value with external Redis - Key is always prefixed by '2_'

I am trying to access an existing Azure Cache for Redis instance from a GET operation on APIM. The cache content looks like this: This is the policy I use to access the data: When I test it on APIM, the Trace window shows this: …

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,951 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-05-17T22:42:23.717+00:00
Julien 6 Reputation points
answered 2022-05-20T04:47:27.813+00:00
VenkateshDodda-MSFT 19,646 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

PHP Session Handler - Better option

Hello, I would like a suggestion to help me choose a solution for an alternative Session Handler for my appservice to become really distributed in the cloud. I'm using PHP with Session Handler as File System but this limits me when I want to have a…

Azure SQL Database
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,405 questions
asked 2022-03-30T17:35:28.71+00:00
Anderson Zanardi 21 Reputation points
commented 2022-05-12T00:11:41.09+00:00
Oury Ba-MSFT 18,021 Reputation points Microsoft Employee
1 answer

How to create Enterprise Flash Redis cache with 13TB capacity?

Hi, I want to create a Redis cache with Enterprise Flash SKU that has 13TB of storage capacity. When I try to do this, the portal only shows me an option for Capacity 3 w/ Total Size: 1455GB and Capacity 9 w/ Total Size: 4365GB. Here are my specific…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-04-26T18:49:20.027+00:00
Jorge Meza 1 Reputation point
answered 2022-04-26T22:38:40.967+00:00
Oury Ba-MSFT 18,021 Reputation points Microsoft Employee
1 answer

Active-Active Geo replication of hashes in Redis Enterprise

I am planning active-active geo replicated Redis Cache. If I update existing key, then how replication works for hashes. I could not able to find any resource except…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-04-22T15:35:10.313+00:00
Chintan Patel 1 Reputation point
commented 2022-04-26T20:09:24.757+00:00
Oury Ba-MSFT 18,021 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Redis 6.2 StringSetAndGet with expiry

Hello, Similar to the question: https://learn.microsoft.com/en-us/answers/questions/768958/redis-backups-and-62-roadmap.html We would like to know if StringSetAndGet with expiry is going to be supported. ETA? Could we start…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-03-27T04:57:59.303+00:00
Uriel Kluk 21 Reputation points
commented 2022-03-29T18:43:14.237+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
1 answer

Reservation for Redis Cache

Hi, I am using a P1 tier Redis Cache for Azure. I am trying to buy a reservation for this to save costs. Not sure how many nodes I need to buy since the reservation pricing does not make sense. It says 55% savings with cost of $91 per month per node,…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-03-21T19:54:23.243+00:00
Jaiprakash Mistry 1 Reputation point
commented 2022-03-28T17:38:43.8+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
1 answer

How to install jars /libraries related to spark-redis in azure databricks cluster?

I am trying to connect to Azure cache for redis using python from azure databricks . I have installed this package com.redislabs:spark-redis:2.3.0 from maven package in databricks. I have created a spark session with below code SparkSession\ …

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,080 questions
asked 2022-03-10T04:03:49.057+00:00
Shivasai 21 Reputation points
commented 2022-03-17T10:05:15.227+00:00
PRADEEPCHEEKATLA-MSFT 85,586 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Redis Persistence on Azure not working

Hello. Please consider this Bicep template: param deploymentName string = '' resource storageAccountsRedis 'Microsoft.Storage/storageAccounts@2021-04-01' = { name: '${deploymentName}redis' location: resourceGroup().location sku: { name:…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-03-07T14:02:07.917+00:00
Michał Borkowski 46 Reputation points
commented 2022-03-11T18:52:18.95+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How do I run Azure Cache for Redis on a single F300 node cluster?

How do I run Azure Cache for Redis on a single F300 node cluster? It seems to require a minimum of 3 nodes.

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-03-03T16:25:26.08+00:00
Kinney, Paul 21 Reputation points
accepted 2022-03-10T16:26:23.67+00:00
Kinney, Paul 21 Reputation points
1 answer

How can I deny all the public access to my azure cache for redis?

I want all the public access to be denied from my azure cache for redis, how can I connect to it after denying all the public traffic?

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
677 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
Azure Database for PostgreSQL
asked 2022-03-04T06:28:31.75+00:00
Ashutosh Sharma 81 Reputation points
commented 2022-03-07T10:06:57.08+00:00
Anurag Sharma 17,591 Reputation points
1 answer

Can't connect to redis cluster using redis-py, or via SSL.

Greetings, I'm currently making a script to manage Redis without using the UI. Every time I ran my script it always ended in a server timeout, so I tried using SSL to connect to it from my terminal without any luck. Here's the script: import redis…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-02-02T20:55:34.193+00:00
Maxi Donadio 1 Reputation point
commented 2022-02-16T23:34:04.513+00:00
Oury Ba-MSFT 18,021 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Incorrect SSL certificate for redis cache with private endpoint configuration

The ssl certificate used by the redis service does not include *.privatelink.redis.cache.windows.net as a subject alternative name. Instead it has .redis.cache.windows.net configured twice.

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
491 questions
asked 2022-01-18T19:27:21.473+00:00
David Noriega 41 Reputation points
accepted 2022-02-10T22:04:39.953+00:00
David Noriega 41 Reputation points
1 answer

I am looking for latest step-by-step instructions for first time setup for implementing RedisSessionStateProvider

Hello, I am trying to setup for the first time Azure Redis Session State Cache for .Net web applications running the .Net Framework version 4.6.1 https://www.nuget.org/packages/Microsoft.Web.RedisSessionStateProvider/ I see that the…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-01-31T20:24:18.65+00:00
Mark Jones 1 Reputation point
commented 2022-02-08T15:56:41.487+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
1 answer

azure cache for redis - azure function(cloud script)

I am implementing cloud script in azure function with node js, can you tell me how to connect azure cache for redis and set and get?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,666 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-01-06T03:11:58.29+00:00
joo 1 Reputation point
commented 2022-02-08T10:00:40.85+00:00
MughundhanRaveendran-MSFT 12,456 Reputation points
1 answer

Error: PHP/Laravel accessing Redis

This error is reported when multiple shard counts are selected in redis clustering, but normal when one is selected stream_socket_enable_crypto(): Peer certificate CN=*.redis.cache.windows.net' did not match expected CN=20.205.3.34' would you like to…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-01-29T14:04:45.76+00:00
scon 1 Reputation point
commented 2022-02-08T08:20:30.15+00:00
Anurag Sharma 17,591 Reputation points
2 answers

Redis RDB backups are not seen in the configured storage account

Hi, I have created a Redis cluster and configured RDB persistence. I had a previously created storage account which I used when configuring persistence. For some reason I cannot see RDB files in my storage account and I couldn't understand what I am…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,941 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-01-19T13:39:38.103+00:00
Tal Ivshin 1 Reputation point
answered 2022-01-26T22:04:46.21+00:00
Kelly Morrison 1 Reputation point
4 answers

Error when try to access, reboot, or scale Cache for Redis

Resource Health = Available - There aren't any known Azure platform problems affecting this Redis Cache. Diagnose & Solve - Patching diagnostic = No recent patch operation found Diagnose & Solve - Failover diagnostics = No recent failover…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-01-20T18:06:42.753+00:00
Dusty H 1 Reputation point
commented 2022-01-26T21:25:26.027+00:00
Oury Ba-MSFT 18,021 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Redis V4 EOL

I see in MS doc that Redis cache Supports V4 & V6 for now. Is there a plan to stop V4 Support? Will we get notified when the V4 reachs it's end of Support? How much we will have to update our Apps after the notification? Thank you in advance, Ali

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
232 questions
asked 2022-01-24T14:27:12.447+00:00
Ali Mostafa 26 Reputation points
accepted 2022-01-26T08:23:22.103+00:00
Ali Mostafa 26 Reputation points