Cargo Features

redisearch_api has no features set by default.

[dependencies]
redisearch_api = { version = "0.5.0", features = ["test"] }
test

Workaround to allow cfg(feature = "test") in redismodue-rs dependencies: https://github.com/RedisLabsModules/redismodule-rs/pull/68 This requires running the tests with --features test

Enables test of redis-module ^0.11