Cargo Features

[dependencies]
lunatic-redis = { version = "0.1.3", default-features = false, features = ["acl", "cluster", "connection-manager", "geospatial", "script", "streams", "ahash"] }
default = acl, geospatial, script, streams

These default features are set whenever lunatic-redis is added without default-features = false somewhere in the dependency tree.

acl default

Affects lunatic-redis::acl

cluster

Affects lunatic-redis::cluster

connection-manager
geospatial default

Affects lunatic-redis::geo

script default = sha1_smol
streams default

Affects lunatic-redis::streams

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

sha1_smol script

Enables sha1_smol

We need this for script support

ahash implicit feature

Enables ahash ^0.7.6

Optional aHash support