#redis #key-value #wascc #capability-provider #api-bindings

wascc-redis

waSCC WebAssembly演员运行时用Redis能力提供者

6个版本 (3个重大更改)

0.9.2 2021年1月13日
0.9.1 2020年11月28日
0.9.0 2020年10月28日
0.8.0 2020年8月31日
0.6.0 2020年4月3日

#1140 in WebAssembly

Apache-2.0

39KB
540

crates.io Rust license documentation

waSCC Key-Value Provider (Redis)

waSCC Redis能力提供者公开了使用Redis构建的键值存储接口实现。主机运行时中的每个actor模块都将获得其自己的唯一Redis客户端连接。以下配置参数被接受

  • URL - 连接字符串URL。如果没有提供此值,则默认为 redis://0.0.0.0:6379

如果您想将此插件静态链接(嵌入)到自定义waSCC主机中而不是作为动态插件使用,那么在依赖项部分启用static_plugin功能,如下所示

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

依赖项

~7–17MB
~238K SLoC