rust client feedback
hello,
After playing around with RedisAI through the cli and python client I found it very interesting and wanted to dig a bit deeper into the implementation and how to interact with it. So I'm building a rust client mostly for fun and continue exploration. If you have any feedback or recommendation please feel free to make an issue [https://github.com/ThomAub/redisai-rs](in the repo) or comment here.
thanks for the great project ❤️
@ThomAub Thanks!
Ping me or @gkorland once you are done coding, so we will add it to our clients' list.
Please note that we are currently updating our execution API (moving from MODEL/SCRIPT/DAGRUN to MODEL/SCRIPT/DAGEXECUTE), and it will be done within the next 1-2 weeks, so I suggest opening an eye on our PR page and documentation.
Those changes will occur in 1.2 while keeping to the current API (marked as deprecated and will be removed in future versions).