Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redisearch/redisearch-api-rs
Rust RediSearch API binding
https://github.com/redisearch/redisearch-api-rs
redis redis-module redisearch redisearch-api-rs rust-lang
Last synced: 3 months ago
JSON representation
Rust RediSearch API binding
- Host: GitHub
- URL: https://github.com/redisearch/redisearch-api-rs
- Owner: RediSearch
- License: bsd-3-clause
- Created: 2019-08-28T12:12:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T10:57:00.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T01:37:04.855Z (3 months ago)
- Topics: redis, redis-module, redisearch, redisearch-api-rs, rust-lang
- Language: C
- Homepage: https://redisearch.io
- Size: 80.1 KB
- Stars: 37
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![license](https://img.shields.io/github/license/RediSearch/redisearch-api-rs.svg)](https://github.com/RediSearch/redisearch-api-rs)
[![GitHub issues](https://img.shields.io/github/release/RediSearch/redisearch-api-rs.svg)](https://github.com/RediSearch/redisearch-api-rs/releases/latest)
[![CircleCI](https://circleci.com/gh/RediSearch/redisearch-api-rs/tree/master.svg?style=svg)](https://circleci.com/gh/RediSearch/redisearch-api-rs/tree/master)
[![macos](https://github.com/RediSearch/redisearch-api-rs/workflows/macos/badge.svg)](https://github.com/RediSearch/redisearch-api-rs/actions?query=workflow%3Amacos)
[![Forum](https://img.shields.io/badge/Forum-RediSearch-blue)](https://forum.redislabs.com/c/modules/redisearch/)
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/xTbqgTB)# redisearch-api-rs
## Rust API for RediSearch
## Building
Checkout submodules
git submodule update --init
cargo buildOn macOS:
brew install llvm
### Build example
cargo build --example hello_redisearch