You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings.
I'm trying to use the Redis 6 new feature that allow sub-second timeout on blocking operation (BLPOP and friends). However, current Lettuce client code only take integer as timeout, forcing me for minimum timeout of 1 sec.
Is there a way, with current released version of Lettuce to get sub-second timeout ?
Also, what is the proper place the raise this issue - so that it will be addressed in future update/fixes. My current solution is to use Lua, but Lua script have limited ability to block at all, so implementation is very inefficient/cumbersome.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Greetings.
I'm trying to use the Redis 6 new feature that allow sub-second timeout on blocking operation (BLPOP and friends). However, current Lettuce client code only take integer as timeout, forcing me for minimum timeout of 1 sec.
Is there a way, with current released version of Lettuce to get sub-second timeout ?
Also, what is the proper place the raise this issue - so that it will be addressed in future update/fixes. My current solution is to use Lua, but Lua script have limited ability to block at all, so implementation is very inefficient/cumbersome.
Beta Was this translation helpful? Give feedback.
All reactions