redisworks icon indicating copy to clipboard operation
redisworks copied to clipboard

Async?

Open tr0yspradling opened this issue 7 years ago • 1 comments

Does this module support asynchronous calls? I have to use .flush() when retrieving data to ensure I'm getting the updated cache, however when I use flask & receive simultaneous connections, redisworks throws a key error, when the key actually exists.

tr0yspradling avatar Aug 17 '18 23:08 tr0yspradling

Hi @tr0yspradling This sounds like there is a bug in Redisworks. Do you have a sample minimal code that can be used to reproduce the issue?

seperman avatar Apr 30 '20 06:04 seperman