Function get_remote_state

Source
pub fn get_remote_state(key: &str) -> Result<Vec<u8>, RemoteStateError>
Expand description

Returns the named state value retrieved from Redis.

Also used to retrieve a counter value.

ยงArguments

  • key - The key name corresponding to the state value.