# redisai-rs A rust client for [RedisAI](https://oss.redislabs.com/redisai/commands/#aitensorget) ## Installation More information can be found in [RedisAI github](https://github.com/RedisAI/RedisAI) ```bash 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