redis / redis-om-spring

Spring Data Redis extensions for better search, documents models, and more
MIT License
572 stars 90 forks source link

Add support for repository derived delete methods like Spring Data JPA #419

Closed radhakrishna67 closed 1 month ago

radhakrishna67 commented 1 month ago

Please add support to delete the record if the given property value is matched. For instance: demoDao.deleteByDemoIdAndDemoName(demoId, demoName);

bsbodden commented 1 month ago

Add tests to match this JPA tutorial https://www.baeldung.com/spring-data-jpa-deleteby