Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.04 KB

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
    • Linux: redis-server --loadmodule ./target/debug/examples/libhello.so
    • Mac: redis-server --loadmodule ./target/debug/examples/libhello.dylib
  5. open a redis cli. and run HELLO.MUL 31 11.