Replies: 4 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I have a function to get the Redis client:
that i'm mocking in my test with a pytest fixture:
the mock is well initialized:
am i missing some configuration? |
Beta Was this translation helpful? Give feedback.
-
Interesting.. ok, let's dig deeper and I'll try to replicate:
If these don't pass, then it is likely that |
Beta Was this translation helpful? Give feedback.
-
Also, you are getting |
Beta Was this translation helpful? Give feedback.
-
Hello!
I'm trying to use fakeredis to test my app.
I'm using RedisJson and I have a command that looks like this:
This is failing, giving me the following error:
redis.exceptions.ResponseError: unknown command
json.set, with args beginning with:
I'm running an image of redis-stack with docker compose and testing the command and it works fine.
Anyone could help me figure out what's going on?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions