We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Provide an overload that comes with a TimeUnit and convert the value to double in case of MILLISECONDS.
TimeUnit
double
MILLISECONDS
List<byte[]> bLPop(int timeout, TimeUnit timeUnit, byte[]... keys); List<byte[]> bRPop(int timeout, TimeUnit timeUnit, byte[]... keys);