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 1e00c81 commit 2546df6Copy full SHA for 2546df6
README.md
@@ -8,7 +8,19 @@ TODO:
8
9
## Building
10
11
+```
12
+git clone https://github.com/RedisLabsModules/redismodule-rs.git
13
+git clone https://github.com/RediSearch/redisearch-api-rs.git
14
+cd redisearch-api-rs
15
+cargo build
16
17
+
18
On macOS:
19
- `brew install llvm`
20
-Make sure you have `libredisearch.a` built. This will be done automatically in the future.
21
+* Make sure you have `libredisearch.a` built. This will be done automatically in the future.
22
+For more details see: https://github.com/RediSearch/RediSearch
23
24
+### Build example
25
26
+`cargo build --example hello_redisearch`
0 commit comments