spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

Simplify logic in RedisQueryCreator.

Open junghoon-vans opened this issue 2 years ago • 0 comments

Removed unnecessary code snippets on RedisQueryCreator.

In particular, query.getCriteria() is an unnecessary behavior. Using the criteria passed as method arguments as-is will keep our code clean.

  • [x] You have read the Spring Data contribution guidelines.
  • [x] You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • [ ] You submit test cases (unit or integration tests) that back your changes.
  • [x] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

junghoon-vans avatar Nov 29 '23 08:11 junghoon-vans