Redis Node - Support for XRANGE

I’d like to use an Edge Workflow to return logged data by date/time. If the Redis Node supported the XRANGE operation, my task would be trivial.

On further thought, it sounds like this is a situation where Extending the Losant Edge Agent would be useful, at least until this functionality is provided by the vanilla Agent.

@Paul_Muschick,

I can make that feature ticket for you. But, I agree, in the meantime, you may be able to accomplish what you need by extending the agent.

I just discovered that the redis client used by the Edge Agent already supports the XRANGE Redis command, so (it seems) there’s no need to extend the Edge Agent. Hopefully this request is a straightforward Redis Node UI change, but I’m sure adding XRANGE support is more involved than that.

1 Like

Hey @Paul_Muschick,

I wanted to reach out and let you know that in our latest release, we implemented support for the XRANGE operation in the Redis Node. You can read more about the Redis Node in our documentation.

Let me know if there’s anything I can help with!

Thanks,
Heath