license GitHub issues CircleCI

redismodule-rs

The Rust API for Redis Modules API is based on the https://github.com/brandur/redis-cell project.

Running the example module

  1. install rust and cargo
  2. install redis (mac)
  3. run cargo build --example hello
  4. start a redis server with the hello module
  5. open a redis cli. and run HELLO.ADD 31 11.