Skip to content

Commit a2cc791

Browse files
committed
Merge branch 'master' of github.com:RediSearch/redisearch-api-rs
2 parents 389b346 + a391d05 commit a2cc791

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
- name: Install dependencies
17+
run: rustup component add rustfmt --toolchain stable-x86_64-apple-darwin
1618
- name: Build
1719
run: cargo build --all --all-targets
1820
- name: Run tests

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
## Rust API for RediSearch
1111

12-
TODO:
13-
14-
- Use it from RedisDoc to index JSON docs
1512

1613
## Building
1714

0 commit comments

Comments
 (0)