Cargo Features

actix-storage-redis has no features set by default.

[dependencies]
actix-storage-redis = { version = "0.3.0", features = ["tls", "v01-compat"] }
tls

Enables tokio-native-tls-comp of redis ^0.22

v01-compat

Uses no key prefix for actix-storage's global scope, at the cost of 1 string comparation on every operation