Redis Parameterization JSON #1751
jrowinski3d
started this conversation in
General
Replies: 1 comment
-
|
Fix has been merged into master |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just wanted to see if anyone is using Redis as an EventSource and using complex string types to pass data to the argo-events sensor. I've been testing with the cowsay container to just extract a certain portion of my event.
I am sending the follow to a pub/sub:
I want to be able to only extract message into the container, but for some reason, I am getting the entire payload.
This is my current implementation:
If anyone has any ideas would be appreciated, or if I'm out to lunch on whether this is even possible with redis
Beta Was this translation helpful? Give feedback.
All reactions