Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [redis-cluster]

Redis Cluster provides a way to run a Redis installation where data is automatically sharded across multiple Redis nodes.

redis-cluster
0 votes
1 answer
11 views

Why is encryption data at rest and encryption in transit data must be disabled when migrating the ec2 cache to AWS Elasticache?

I had launched the ec2 instance where i have installed redis, and added some data in it. and then after that i wanted to migrate that cache from ec2 redis to aws elasticcache cluster, so for that i ...
Ahmed Hussain Shaikh's user avatar
0 votes
0 answers
6 views

Redis containers suddenly closed

I am setting up a redis cluster with 6 containers(Redis 7.2.5). After scanning with the scan command along with various test cases, I delete the keys I obtained. I'm using RedisPlusPlus. But suddenly ...
Selçuk Altınay's user avatar
0 votes
0 answers
31 views

Why my redis sentinel cluster is always writeable?

I've deployed a 3 node Redis cluster along with sentinel, using bitnami helm chart. A service is deployed that load balances among Redis nodes on port 6379, that one of them is supposed to be ...
Ahmad's user avatar
  • 5,720
-2 votes
0 answers
22 views

Is it faster to update redis keys on a server that has no connections vs updating data that's being accessed all the time?

Maybe someone can reword my question, but I'm trying to understand how redis works. Is it faster to rebuild a cache that's not being accessed often versus a cache key that's being directly accessed by ...
exts's user avatar
  • 9,840
0 votes
0 answers
41 views

RedisCluster client failing to reconnect to AWS Elasticache cluster after node failover

lib - redis py redis==5.0.0 python version 3.7 redis cluster - 1 shard, 2 nodes when we do node failovers, the client cannot reconnect and throw RedisClusterException:Redis Cluster cannot be connected....
mohit sharma's user avatar
0 votes
0 answers
12 views

How to add Redis v7 nodes to a cluster withs Redis v6 nodes?

We have a Redis v6 cluster with 27 nodes. We wanted to gradually upgrade the cluster to Redis v7. After creating Redis v7 instances, we are unable to join new Redises to our v6 cluster. After running ...
Mojtaba Arezoomand's user avatar
0 votes
2 answers
38 views

Redis cluster is identified as down

I have a dotnet application that uses a redis cluster for caching. Recently I came across an issue where the dotnet application identifies as the cluster has gone down. but when checked with the ...
lp_nave's user avatar
  • 384
0 votes
0 answers
89 views

How can I configure laravel 11 to connect to my Redis cluster?

I have a Laravel 11 app and I'm trying to connect to an AWS Memory DB cluster using PhpRedis. Following the instructions in the laravel docs and various other sources, I can't get it to connect (the ...
ChaseMedallion's user avatar
0 votes
1 answer
38 views

What options do I have to scale out Redis pub/sub?

I am implementing a real-time notification system with websockets and redis pub/sub. Basically, the client connects to the server through websockets and from the backend I subscribe to a specific ...
Diego L's user avatar
  • 840
0 votes
0 answers
34 views

Subscribe to receive notifications from Redis cluster using StackExchange.Redis

I'm trying to write a straightforward .Net app that will subscribe to a cluster of Redis nodes, to receive change notifications. The cluster configuration is the following: ➜ redis-cli -h 10.0.255.86 ...
orlin's user avatar
  • 73
0 votes
1 answer
73 views

.NET Amazon Elasticache - Redis cluster random timeout errors

Recently we introduced storing user session data on Amazon's ElastiCache through Redis Cache. I was a little worried of the speed and latency issues of this solution as before the session data was ...
nyduss's user avatar
  • 87
1 vote
0 answers
76 views

ReadOnlyError(You can't write against a read only replica) for redis helm chart . how to configure the services to use master & worker for set and get

Name and Version bitnami/redis 7.2.5 What architecture are you using? None What steps will reproduce the bug? Hi, i have a kubernetes cluster spinned up with kuberadm. now i have a redis cluster ...
अజయ్'s user avatar
0 votes
0 answers
54 views

Distributed redis cluster in podman

I have to create a redis cluster on a distributed system, using podman containers. If I was allowed to use docker I would have been able to use docker swarm to link the daemons of the host machines, ...
Raghav Rathi's user avatar
0 votes
1 answer
48 views

What is the recommended way to limit access for GCP MemoryStore instance/cluster

I have multiple memorystore clusters in my GCP project. I can define memorystore roles/permissions only at the project level, not at the instance/cluster level. However, I still want to limit access ...
RandomQuests's user avatar
0 votes
0 answers
16 views

Redis - Identify Shard Type | CLI or API

Redis Enterprise DBs come with the two following Shard Types: Large: IOPS is 1,000 times the DB size in GB High Throughput: IOPS is 10,000 times the DB size in GB. The Redis DB "Export" ...
Vishwas M.R's user avatar
  • 1,599

15 30 50 per page
1
2 3 4 5
49