Skip to content

Redis Streams Implementation #38

Answered by rpj
SSaiPrasad7 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @saiprasadsamudrala,

Thank you for reaching out! Streams support could definitely be added to this library, it's just something I haven't had the time to get to myself yet. I would love it if you put together an implementation, just submit it as a pull request and I'll happily review and merge it!

As for implementation details, it's (hopefully) pretty straightforward: all the commands are implemented in Redis.cpp and you'll note there are a couple macros defined to reduce the code duplication each requires. Additionally, please be sure to add a test for each added command in test/test.ino.

Feel free to reach out with any further questions, I'm more than happy to help in any way I can. …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rpj
Comment options

rpj Jul 19, 2021
Maintainer

Answer selected by rpj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request P1 Priority 1
2 participants