public static func brpop(from key: RedisKey, timeout: TimeAmount = .seconds(0)) -> RedisCommand<RESPValue?> {
        return ._bpop(keyword: "BRPOP", [key], timeout, { $0?.1 })
    }