Struct rustis::commands::FtProfileResult
source · pub struct FtProfileResult {
pub results: FtQueryResult,
pub profile_details: FtProfileDetails,
}Available on crate feature
redis-search only.Expand description
Result for the ft_profile command.
Fields§
§results: FtQueryResult§profile_details: FtProfileDetails