Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hgetall command shows object error #421

Open
Jacob15 opened this issue Jan 14, 2019 · 2 comments
Open

Hgetall command shows object error #421

Jacob15 opened this issue Jan 14, 2019 · 2 comments
Assignees

Comments

@Jacob15
Copy link

Jacob15 commented Jan 14, 2019

Steps to Reproduce

  1. Deploy the app.
  2. Start a server instance
  3. Add a Hash Map and store values for it.
  4. Perform HGETALL for it.

Actual Result

Object error is shown.

Expected Result

Object error should not be displayed.

Frequency

5/5

Device: Laptop
OS: Windows 7 32 bit
Browsers: Firefox(latest)

Images

hgetall

@sumitdaga sumitdaga self-assigned this Jan 15, 2019
@sumitdaga
Copy link
Contributor

its not an error , the result will have to be formatted depending on the command
this can take some effort , not sure what the result is for each command

@standlove
Copy link
Collaborator

check this: https://redis.io/commands/hgetall

It just list the key & value of a HashMap actually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants