Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Pipelining get #78

@elan-izidane

Description

@elan-izidane

Hi,
I am trying to run something like:

pipeline = time_series_client.pipeline(transaction=False)
for key in my_list_of_keys:
    pipeline.get(key)
my_data = pipeline.execute()

This does not work, I could not find tests for get with pipelines. Adding works great though.
My guess is that it is doing a "GET" and not a "TS.GET" (have not tested this).

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions