I noticed that there is no support for negating keywords and wondered if there is a particular reason for this. Is it possible to add support for the following types to [PredicateQueryCreator](https://github.com/spring-projects/spring-data-keyvalue/blob/main/src/main/java/org/springframework/data/keyvalue/repository/query/PredicateQueryCreator.java)? - NOT_IN - NOT_LIKE - NEGATING_SIMPLE_PROPERTY I'm willing to work on a PR if I can get some pointers what needs to change.