wascc-redis

Crates.iowascc-redis
lib.rswascc-redis
version0.9.2
sourcesrc
created_at2020-04-03 21:38:56.65275
updated_at2021-01-13 18:50:25.225108
descriptionRedis capability provider for the waSCC WebAssembly actor runtime
homepagehttps://wascc.dev
repositoryhttps://github.com/wascc/redis-provider
max_upload_size
id226057
size53,409
wasmCloud Automation Bot (wasmcloud-automation)

documentation

https://docs.rs/wascc-redis

README

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:

  • URL - The connection string URL. This will default to redis://0.0.0.0:6379 if a configuration is supplied without this value.

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 = "0.9.0", features = ["static_plugin"] }
Commit count: 0

cargo fmt