Mark Paluch

Results 1230 comments of Mark Paluch

Thank you for the explanation, it makes more clear what you're aiming for. I marked the ticket for team attention. Given the complexity I doubt that we will implement the...

Probably this isn't the only method that would require retrofitting. Do you want to check all the other adapter methods as well? As workaround, have you tried using the `KeyValueAdapter`...

Would you like to submit a pull request so that we can include the necessary changes for our service releases shipping on Friday?

Thanks for reaching out. We do not intend to integrate another driver into Spring Data Redis as that project is focused on Redis. You can, however, build your abstraction around...

#646 has been addressed via #1143, so there's only another `@Autowired` left for `QueryMappingConfiguration`. Care to have a look?

Thank you for your contribution. That's merged and polished now.

I like the idea a lot, especially flexibility introduced with `regex:` and `subnet:` variants is pretty exciting.

If you would like us to spend some time helping you to diagnose the problem, please spend some time describing it and, ideally, providing a [minimal yet complete sample](https://stackoverflow.com/help/mcve) that...

This is indeed a limitation of the current implementation. Our API should be able to support multiple operations per column and that will be a neat enhancement.

Confirmed. `Update` should contain a `List` of operations and and we need to define what happens if you try to update the same element (same column or same key in...