spring-data-redis
spring-data-redis copied to clipboard
Support sub second timeout for BRPOP & BLPOP via RedisListCommands.
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);
hi, I‘d like to take this issue 😊