Files
spring-data-redis/src/main/java/org/springframework/data/redis
Mark Paluch 2902d3fb4a DATAREDIS-791 - Disable ifValueNotExists() flag in ReactiveHashCommands.hMSet.
We now no longer set ifValueNotExists() in ReactiveHashCommands.hMSet to always upsert hash entries. Previously, we called HSETNX if hMSet was called with a single tuple which did not overwrite existing entries.

Align return value of hMSet to return always true as calling internally HSET returns 1 only on newly set hash fields and setting an existing field resulted previously in false.

Original Pull Request: #325
2018-04-03 10:46:46 +02:00
..
2018-02-16 11:51:05 +01:00
2018-03-14 10:40:00 +01:00
2018-03-14 11:48:36 +01:00
2018-01-12 07:50:53 +01:00
2017-09-21 08:16:43 +02:00