Skip to content

Redis Client: support timeout as double instead of integer in BLPOP and BRPOP #48603

@RobertoUa

Description

@RobertoUa

Describe the bug

Currently, the minimum timeout is 1 second, because timeout type is int. But Redis supports double, so it should be possible to pass 0.1 to use timeout of 100ms

docs: https://redis.io/docs/latest/commands/brpop/

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions