From 02a04a2335701bfc8d6a1087338f58e9f37ceb52 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 17 Jul 2021 09:34:44 +0200 Subject: Adding upstream version 1.9.4. Signed-off-by: Daniel Baumann --- iredis/data/commands/brpop.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'iredis/data/commands/brpop.md') diff --git a/iredis/data/commands/brpop.md b/iredis/data/commands/brpop.md index e0bb650..ca7df79 100644 --- a/iredis/data/commands/brpop.md +++ b/iredis/data/commands/brpop.md @@ -18,6 +18,10 @@ the tail of a list instead of popping from the head. where an element was popped and the second element being the value of the popped element. +@history + +- `>= 6.0`: `timeout` is interpreted as a double instead of an integer. + @examples ``` -- cgit v1.2.3