Crate keyvalue_redis_provider

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.

Functionsยง