redis 1.6.0

Redis driver for Rust.
Documentation
1
2
3
4
5
6
7
8
9
//! Types to use with the Redis Search commands.
//!
//! Redis Search provides secondary indexing, full-text search and vector similarity search.
//!
//! Documentation: <https://redis.io/docs/latest/develop/ai/search-and-query/>

pub mod create;

pub use create::*;