Skip to content

cryptorelay/redismodule-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 67.3%
  • C 32.7%