1/// Redis Search Model used only in migration 2pub trait RedisSearchModel { 3 /// full redis search schema 4 const _REDIS_SEARCH_SCHEMA: &'static str; 5}