Skip to content

Commit

Permalink
Update capabilities.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Gregory <[email protected]>
  • Loading branch information
ericgregory authored and vados-cosmonic committed Jul 11, 2024
1 parent 1d01ef7 commit 818067e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/concepts/capabilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Capabilities are enacted by an **interface** and one or more swappable **capabil

For example...

* The [Redis key-value storage provider](https://github.com/wasmCloud/wasmCloud/pkgs/container/keyvalue-redis) delivers the key-value capability to application components over the standard `wasi:keyvalue` API.
* The [Redis key-value storage provider](https://github.com/wasmCloud/wasmCloud/pkgs/container/keyvalue-redis) delivers the key-value capability to application components over the standard [`wasi:keyvalue`](https://github.com/WebAssembly/wasi-keyvalue/) API.
* The team can use the same `wasi:keyvalue` functions&mdash;for example, `get`, `set`, `delete`, and `exists`&mdash;regardless of your intended capability provider.
* If the development team chooses to use Vault for key-value storage instead, they can swap out the Redis provider for the [Vault provider](https://github.com/wasmCloud/wasmCloud/pkgs/container/keyvalue-vault).
* The Vault capability provider will deliver a different implementation of the same capability *over the same API*.

Expand Down

0 comments on commit 818067e

Please sign in to comment.