Skip to content

Commit 70a02b5

Browse files
committed
fix README link to .so
1 parent d872359 commit 70a02b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ The Rust API for Redis is based on the https://github.com/brandur/redis-cell pro
1010
2. install redis [(mac)](https://gist.github.com/tomysmile/1b8a321e7c58499ef9f9441b2faa0aa8)
1111
3. run `cargo build --example hello`
1212
4. start a redis server with the hello module
13-
`redis-server --loadmodule ./target/debug/examples/libhello.dylib`
13+
`redis-server --loadmodule ./target/debug/examples/libhello.so`
1414
5. open a redis cli. and run `HELLO.ADD 31 11`.

0 commit comments

Comments
 (0)