Skip to content

Support sub second timeout for BRPOP & BLPOP via RedisListCommands. #2102

Open
@christophstrobl

Description

@christophstrobl

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);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions