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 510646a commit 1e5276dCopy full SHA for 1e5276d
README.md
@@ -13,4 +13,4 @@ The Rust API for Redis Modules API is based on the https://github.com/brandur/re
13
4. start a redis server with the hello module
14
* Linux: `redis-server --loadmodule ./target/debug/examples/libhello.so`
15
* Mac: `redis-server --loadmodule ./target/debug/examples/libhello.dylib`
16
-5. open a redis cli. and run `HELLO.ADD 31 11`.
+5. open a redis cli. and run `HELLO.MUL 31 11`.
0 commit comments