crates.io  Rust  license  documentation

waSCC Key-Value Provider (Redis)

The waSCC Redis capability provider exposes an implementation of the key-value store interface built using Redis. Each actor module within a host runtime will be given its own unique Redis client connection. The following configuration parameters are accepted:

If you want to statically link (embed) this plugin in a custom waSCC host rather than use it as a dynamic plugin, then enable the static_plugin feature in your dependencies section as shown:

wascc-redis = { version = "??", features = ["static_plugin"] }