Skip to content
GitHub no longer supports this web browser. Learn more about the browsers we support.
Rust API for Redis Modules API
Rust C
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci
examples fmt code Oct 30, 2019
src
unused Rename crate name to redis-module (#43) Oct 30, 2019
.gitignore
Cargo.toml bump version to 0.6.0 Dec 25, 2019
LICENSE
README.md
build.rs

README.md

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.
You can’t perform that action at this time.