[Bug]: cluster - no rediscover cluster nodes
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 :
the connection redis_1 no more show all the nodes :
the connection redis_2 ( copy paste of redis_1) show all the nodes :
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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