-
Im trying to test reading a redis stream using the xread command which works as expected. However, when I try to test jedis with a wrong stream name/id it times out the application. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@binkabir What's the value of BLOCK? If it's PS: It'd be nicer to know the Jedis version and whole method signature. |
Beta Was this translation helpful? Give feedback.
-
Hello @sazzad16 thanks for the response. You are right, the BLOCK value was set to I'm using java 16 and jedis 4.0.1
|
Beta Was this translation helpful? Give feedback.
@binkabir What's the value of BLOCK? If it's
0
, then you're getting the expected behavior.PS: It'd be nicer to know the Jedis version and whole method signature.