spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

Support sub second timeout for BRPOP & BLPOP via RedisListCommands.

Open christophstrobl opened this issue 4 years ago • 2 comments

Provide an overload that comes with a TimeUnit and convert the value to double in case of MILLISECONDS.

List<byte[]> bLPop(int timeout, TimeUnit timeUnit, byte[]... keys);

List<byte[]> bRPop(int timeout, TimeUnit timeUnit, byte[]... keys);

christophstrobl avatar Jun 28 '21 11:06 christophstrobl

hi, I‘d like to take this issue 😊

ihaohong avatar Jul 13 '21 12:07 ihaohong