question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

client.hgetall don't throw error,when redis server is stop

See original GitHub issue

when redis server is stop,to run command

await client.hgetall('name')

will blocking, no error throw。

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
luincommented, Jan 10, 2019

maxRetriesPerRequest was introduced in v4.0.0, thus an upgrade is required to use this option.

0reactions
lvgithubcommented, Jan 11, 2019

THANKS!

Read more comments on GitHub >

github_iconTop Results From Across the Web

python 3.x - redis-py and hgetall behavior - Stack Overflow
Create a client instance with the decode_responses argument, e.g., StrictRedis(decode_responses=True) . This will decode all strings that come ...
Read more >
SHUTDOWN - Redis
Stop all the clients. Perform a blocking SAVE if at least one save point is configured. Flush the Append Only File if AOF...
Read more >
Phpredis uncaught exception (redis server went away) - Drupal
Redis server is working fine( I am able to telnet locally & globally to ... Additional uncaught exception thrown while handling exception.
Read more >
Error detection and handling with Redis - IBM Developer
When I initialize the ioredis library, a network connection is made, authentication credentials are exchanged, certificates are checked, and the ...
Read more >
How to Use Redis With Python
This means that you (the client) connect to a Redis server through TCP connection, ... Redis will return nil rather than an error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found