Crate wasmcloud_provider_keyvalue_redis

source
Expand description

Redis implementation for wrpc:keyvalue.

This implementation is multi-threaded and operations between different actors use different connections and can run in parallel. A single connection is shared by all instances of the same component id (public key), so there may be some brief lock contention if several instances of the same component are simultaneously attempting to communicate with redis. See documentation on the exec function for more information.

Structs§

Enums§

Functions§

  • Fetch the default URL to use for connecting to Redis from the configuration, defaulting to DEFAULT_CONNECT_URL if no URL is found in the configuration.