We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a02b5 commit f084ffbCopy full SHA for f084ffb
README.md
@@ -10,5 +10,6 @@ The Rust API for Redis is based on the https://github.com/brandur/redis-cell pro
10
2. install redis [(mac)](https://gist.github.com/tomysmile/1b8a321e7c58499ef9f9441b2faa0aa8)
11
3. run `cargo build --example hello`
12
4. start a redis server with the hello module
13
-`redis-server --loadmodule ./target/debug/examples/libhello.so`
+ * Linux: `redis-server --loadmodule ./target/debug/examples/libhello.so`
14
+ * Mac: `redis-server --loadmodule ./target/debug/examples/libhello.dylib`
15
5. open a redis cli. and run `HELLO.ADD 31 11`.
0 commit comments