Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline support for multiple adds when it is not present in redis #17

Open
samrudhsshetty opened this issue Mar 27, 2020 · 6 comments
Open

Comments

@samrudhsshetty
Copy link

samrudhsshetty commented Mar 27, 2020

I would like to pipeline multiple creates, how do I accomplish it with this library?
@averias

@samrudhsshetty samrudhsshetty changed the title Pipeline support Pipeline support for multiple adds when it is not present in redis Mar 27, 2020
@averias
Copy link
Owner

averias commented Mar 28, 2020

So far, this library neither provide Redis Pipeline nor a kinda multiCreate command, so you have to issue a create command for each time-series

@samrudhsshetty
Copy link
Author

Oh okay, I was able to access the underlying redis client object and do redis.call() and then execute.

@samrudhsshetty
Copy link
Author

Are you accepting contributions?

@averias
Copy link
Owner

averias commented Apr 1, 2020

sure, are you interested?

@samrudhsshetty
Copy link
Author

samrudhsshetty commented Apr 2, 2020

Yea

@Gbuomprisco
Copy link

Hi @samrudhsshetty, do you have a small example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants