async fn hmget_json<T: DeserializeOwned>( conn: &mut ConnectionManager, hash: &str, fields: &[String], ) -> Result<BTreeMap<String, T>>