redis / redis/RedisInsight

[Bug]: Missing Values in RedInsight 3.2.0

Open
#5,761 2 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 we search with the keys the values are not showing
for Eg:
Searched Criteria
{"signalId":"*","voipExtn":201008}

But inside Redis the values are actually present via Postman
https://test.redis.in/gisapi/data/overlay/get/201008

[
{"eventId":"1656714","voipExtn":201008,"callerName":"shabe","phoneNumber":"9656998658","latitude":9.975865,"longitude":76.2827671,"zoomStatus":true,"statusId":3,"signalType":12,"signalId":"23500677","sourceType":null,"locationTrace":null,"numberMasked":false}",

]

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

Reproduce the search using signalId "*" and voipExtn 201008, then compare the RedisInsight results with the data returned by the Postman endpoint in the issue. Trace the search path and verify that the returned callerName, phoneNumber, coordinates, and other fields are displayed when Redis contains them.

Written by the indexing model from the issue text.

Assessment

Tech stack
redis, typescript
Domain
databases, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.