redis 1.6.0

Redis driver for Rust.
Documentation
1
2
3
4
5
//! Types to use with the [FT.CREATE](https://redis.io/docs/latest/commands/ft.create/) command.

mod options;

pub use options::*;