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.
2 parents 389b346 + a391d05 commit a2cc791Copy full SHA for a2cc791
.github/workflows/rust.yml
@@ -13,6 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v2
16
+ - name: Install dependencies
17
+ run: rustup component add rustfmt --toolchain stable-x86_64-apple-darwin
18
- name: Build
19
run: cargo build --all --all-targets
20
- name: Run tests
README.md
@@ -9,9 +9,6 @@
9
10
## Rust API for RediSearch
11
12
-TODO:
-
-- Use it from RedisDoc to index JSON docs
## Building
0 commit comments