leehaut opened a new pull request, #7741:
URL: https://github.com/apache/hop/pull/7741

   
   ## Summary
   
   - Add a new `plugins/tech/redis` plugin with Redis Connection metadata 
(Standalone / Sentinel / Cluster), shared Lettuce client session, and STRING / 
JSON / JAVA_OBJECT / BYTE codecs.
   - Add **Redis Output** with `KEY_VALUE` and `STREAM_FIELDS` write modes for 
STRING, HASH, SET, and LIST (per-row mapping table, Redis key / hash field 
resolution from stream field or literal/variable, per-row TTL in stream mode).
   - Add **Redis Input** as a table-driven enrich transform: multi-mapping 
reads on the same row (`GET` / `HGET` / `SMEMBERS` / `LRANGE`), SET/LIST 
returned as JSON arrays, Get fields support; HGETALL and SISMEMBER 
intentionally not supported.
   - Include user docs, sample pipelines, marketplace/assembly wiring, and 
LoadSave / codec unit tests.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to