2 releases

0.1.1 Apr 13, 2021
0.1.0 Apr 13, 2021

#264 in #redis

MIT license

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

~6MB
~145K SLoC