Multi-Field Querying on Redis Using Redis Spring
问题 this will be a very baic question since im new to Spring-Redis Im currently in the process of learning about Redis database and I'm working on a feature on priority, im compelled to Use Redis for this feature. Below in the challenge/Query im having. Right now we have a DataModel as below: @RedisHash("Org_Work") public class OrgWork { private @Id @Indexed UUID id; private @Indexed String CorpDetails; private @Indexed String ContractType; private @Indexed String ContractAssigned; private