2 releases
0.1.1 | Apr 13, 2021 |
---|---|
0.1.0 | Apr 13, 2021 |
#275 in #redis
24 downloads per month
20KB
469 lines
redisai-rs
A rust client for RedisAI
Installation
More information can be found in RedisAI github
docker run -p 6379:6379 -it --rm redislabs/redisai:edge-cpu
TODOs
- [] publish crate to crate.io
- [] publish documentation
- [] add github workflow for CI/CD
- [] add support for ndarray
- [] add support for
AI.MODEL
command - [] add support for
AI.SCRIPT
command
lib.rs
:
The redisai-rs
provide a rust client to interact with RedisAI.
Checkout the documentation for API details and examples of the Client.
Dependencies
~5.5MB
~131K SLoC