Function hash_set

Source
pub fn hash_set(
    key: *mut RedisModuleKey,
    field: &str,
    value: *mut RedisModuleString,
) -> Status