tremor-runtime icon indicating copy to clipboard operation
tremor-runtime copied to clipboard

Add Redis Support

Open aryan9600 opened this issue 4 years ago • 2 comments
trafficstars

Describe the problem you are trying to solve

Add support for interfacing with Redis

aryan9600 avatar May 16 '21 18:05 aryan9600

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 avatar May 18 '21 10:05 mfelsche

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 avatar Sep 30 '21 08:09 mfelsche