redis / redis/RedisInsight

[Bug]: cluster - no rediscover cluster nodes

Open
#3,692 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
8.8k
Forks
491
Avg merge
1d 22h
Merged PRs (30d)
49

Description

when a redis cluster nodes changes ( new nodes with different IP ... )

redisinsight lost the count of nodes present in the cluster , I have to recreate a new connection (redis_2) to show all the nodes :

Screenshot from 2024-08-12 09-38-15

the connection redis_1 no more show all the nodes :
Screenshot from 2024-08-12 09-38-03

the connection redis_2 ( copy paste of redis_1) show all the nodes :
Screenshot from 2024-08-12 09-38-11

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with a Redis cluster whose nodes change IP addresses, then trace how RedisInsight refreshes the existing connection's node list. Done means the original connection rediscovers the current cluster nodes without requiring a duplicate connection; no files or tests are named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
redis, typescript
Domain
databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.