Closed filterfish closed 1 year ago
Your approach sounds good. A separate but compatible library is the way to go.
sendRequest
lets you send any command to Redis and you can wrap it some convenience functions, just like Hedis does.
Good one! I'll give it a go and see what happens ;)
Hello, @filterfish!
Did you have any luck writing the package?
I'd completely forgotten about this and, predictably, I haven't done anything about it!
Ok, I'll close the task then. But if you'll get back to it and need any assistance feel free to open new opens
I would like to use the Redis Time-Series Module but it isn't supported by hedis. And I would argue, as I'm sure you would, that it shouldn't be supported by hedis.
Do you have any advice on how I would solve this problem? I was thinking that I could create a separate package that only supports that particular module but uses functions, internal to hedis, such as
sendRequest
. However I'm a newb and I'm not completely clear on whether that will work or not. Or maybe an alternative, more general, approach would be better?