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

Add Redis Support #1011

Open
aryan9600 opened this issue May 16, 2021 · 2 comments
Open

Add Redis Support #1011

aryan9600 opened this issue May 16, 2021 · 2 comments
Labels
_complexity:low A task with a low complexity that should be easy to understand enhancement New feature or request good first issue Good for newcomers hacktoberfest _size:medium A medium sized task that will take some time to complete

Comments

@aryan9600
Copy link
Contributor

aryan9600 commented May 16, 2021

Describe the problem you are trying to solve

Add support for interfacing with Redis

@aryan9600 aryan9600 added the enhancement New feature or request label May 16, 2021
@mfelsche
Copy link
Member

Just a thought:

We could also go super low-level and support any RESP command, if those are representable in a json-like structure. The responses also need to be encoded in some way.

While this enables all the features of redis, it might not be as easy to use. An additional std::redis std_lib library could help here.

@mfelsche mfelsche changed the title Add Redis source and sink Add Redis Support Sep 30, 2021
@mfelsche
Copy link
Member

This can be solved using the tcp_client connector on the connectors branch and a std::redis tremor-script module could help creating the RESP formats.

@mfelsche mfelsche added _complexity:low A task with a low complexity that should be easy to understand _size:medium A medium sized task that will take some time to complete good first issue Good for newcomers hacktoberfest labels Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
_complexity:low A task with a low complexity that should be easy to understand enhancement New feature or request good first issue Good for newcomers hacktoberfest _size:medium A medium sized task that will take some time to complete
Projects
None yet
Development

No branches or pull requests

2 participants