Mark Paluch
3269de0aa6
DATAREDIS-1147 - Updated changelog.
2020-06-25 12:00:25 +02:00
Mark Paluch
ba003d5de5
DATAREDIS-1146 - Updated changelog.
2020-06-10 14:31:03 +02:00
Mark Paluch
ca2354a971
DATAREDIS-1134 - Updated changelog.
2020-06-10 12:29:59 +02:00
Mark Paluch
4f74d95616
DATAREDIS-1133 - After release cleanups.
2020-06-10 11:21:37 +02:00
Mark Paluch
f06c6268be
DATAREDIS-1133 - Prepare next development iteration.
2020-06-10 11:21:31 +02:00
Mark Paluch
42f35cb7ac
DATAREDIS-1133 - Release version 2.1.18 (Lovelace SR18).
2020-06-10 10:53:41 +02:00
Mark Paluch
55f27119d3
DATAREDIS-1133 - Prepare 2.1.18 (Lovelace SR18).
2020-06-10 10:53:13 +02:00
Mark Paluch
1a256e1cad
DATAREDIS-1133 - Updated changelog.
2020-06-10 10:53:09 +02:00
Mark Paluch
34208e9d75
DATAREDIS-1161 - Avoid returning null in ReactiveHashCommands.hGet(…).
...
We now use flatMapIterable(…).next() to return the first value from the hash. Previously, if the returned list was empty, we could return a null value in the mapping function which might have caused an exception.
Original Pull Request: #538
2020-06-10 08:27:32 +02:00
Greg Turnquist
49a5e6fd47
DATAREDIS-1137 - Remove Travis CI.
2020-05-04 15:01:04 -05:00
Mark Paluch
a20123923c
DATAREDIS-1124 - Updated changelog.
2020-04-28 15:12:26 +02:00
Mark Paluch
85d806b482
DATAREDIS-1120 - Updated changelog.
2020-04-28 14:46:51 +02:00
Mark Paluch
75d8b24649
DATAREDIS-1107 - After release cleanups.
2020-04-28 11:55:28 +02:00
Mark Paluch
18510332e5
DATAREDIS-1107 - Prepare next development iteration.
2020-04-28 11:55:27 +02:00
Mark Paluch
913ffb5128
DATAREDIS-1107 - Release version 2.1.17 (Lovelace SR17).
2020-04-28 11:32:50 +02:00
Mark Paluch
e33707a4ef
DATAREDIS-1107 - Prepare 2.1.17 (Lovelace SR17).
2020-04-28 11:32:27 +02:00
Mark Paluch
1e156cb131
DATAREDIS-1107 - Updated changelog.
2020-04-28 11:32:25 +02:00
Christoph Strobl
51f5a82daf
DATAREDIS-1127 - Polishing.
...
Add issue reference.
Original Pull Request: #524
2020-04-22 10:50:14 +02:00
Ajith Kumar
9afccaffcd
DATAREDIS-1127 - Handling ping failures for getSentinelConnection method.
...
Original Pull Request: #524
2020-04-22 10:27:27 +02:00
Mark Paluch
7c0d4f142a
DATAREDIS-1114 - Updated changelog.
2020-03-31 15:08:50 +02:00
Mark Paluch
d5192085bf
DATAREDIS-1121 - Add missing reference documentation anchors.
2020-03-26 15:49:58 +01:00
Mark Paluch
1f4e4da57e
DATAREDIS-1108 - Updated changelog.
2020-03-25 10:59:47 +01:00
Jens Schauder
bad4f700e7
DATAREDIS-1099 - Updated changelog.
2020-03-11 09:59:34 +01:00
Mark Paluch
be85979ac4
DATAREDIS-1089 - Updated changelog.
2020-02-26 11:55:06 +01:00
Mark Paluch
95a93d9a23
DATAREDIS-1088 - After release cleanups.
2020-02-26 11:25:51 +01:00
Mark Paluch
04cf5b80a7
DATAREDIS-1088 - Prepare next development iteration.
2020-02-26 11:25:50 +01:00
Mark Paluch
65ccfdce1e
DATAREDIS-1088 - Release version 2.1.16 (Lovelace SR16).
2020-02-26 11:11:48 +01:00
Mark Paluch
66e3cf34ab
DATAREDIS-1088 - Prepare 2.1.16 (Lovelace SR16).
2020-02-26 11:11:28 +01:00
Mark Paluch
f79d066d01
DATAREDIS-1088 - Updated changelog.
2020-02-26 11:11:26 +01:00
Mark Paluch
cf93337ca4
DATAREDIS-1105 - Fix typo on RedisTemplate javadoc.
...
Also fix typo in log message.
2020-02-26 09:47:00 +01:00
Mark Paluch
4ed531b64b
DATAREDIS-1104 - Polishing.
...
Fix typos. Improve Javadoc.
2020-02-25 13:55:37 +01:00
Mark Paluch
f5f3d5de1f
DATAREDIS-1104 - Suppress connection close failures when unbinding a connection.
...
We now no longer propagate exceptions that happen during connection disposal but instead we log them on DEBUG level to avoid exception masking.
2020-02-25 13:55:37 +01:00
Mark Paluch
784e6bcb6a
DATAREDIS-1080 - Improve documentation on Atomic number implementations.
...
Clarify that the initialization value overwrites the existing key if it exists.
2020-02-13 13:59:41 +01:00
Mark Paluch
2cf40fc7c0
DATAREDIS-1093 - Polishing.
...
Associate test ClientResources with LettuceConnectionFactory where it was missing to reuse ClientResources as much as possible.
2020-02-13 12:08:11 +01:00
Mark Paluch
16bbc6be42
DATAREDIS-1093 - Document that Master/Replica connections do not support Pub/Sub.
2020-02-13 11:56:56 +01:00
Mark Paluch
095c70b987
DATAREDIS-1092 - Updated changelog.
2020-02-12 15:05:02 +01:00
Mark Paluch
349e37a4a9
DATAREDIS-1095 - Use Flux.usingWhen(…) in DefaultReactiveScriptExecutor.execute(…).
...
We now consistently use Flux.usingWhen(…) to obtain and release Redis connections without blocking the calling thread.
Original Pull Request: #509
2020-02-11 15:56:20 +01:00
Mark Paluch
c74e5419b4
DATAREDIS-1090 - Updated changelog.
2020-01-17 09:58:34 +01:00
Mark Paluch
d0d2f9739e
DATAREDIS-1040 - Updated changelog.
2020-01-16 16:12:38 +01:00
Mark Paluch
4eb6f886a7
DATAREDIS-1074 - Updated changelog.
2020-01-15 12:51:14 +01:00
Mark Paluch
7a6a92a78f
DATAREDIS-1073 - After release cleanups.
2020-01-15 10:35:39 +01:00
Mark Paluch
a17f1f6cbe
DATAREDIS-1073 - Prepare next development iteration.
2020-01-15 10:35:38 +01:00
Mark Paluch
20bb10f824
DATAREDIS-1073 - Release version 2.1.15 (Lovelace SR15).
2020-01-15 10:25:22 +01:00
Mark Paluch
ed2babfe65
DATAREDIS-1073 - Prepare 2.1.15 (Lovelace SR15).
2020-01-15 10:24:59 +01:00
Mark Paluch
bf897530e3
DATAREDIS-1073 - Updated changelog.
2020-01-15 10:24:57 +01:00
Mark Paluch
b70992e284
DATAREDIS-1083 - Update copyright years to 2020.
2020-01-07 09:01:21 +01:00
Jens Schauder
eaa8fde310
DATAREDIS-1069 - Updated changelog.
2019-12-04 14:32:48 +01:00
Jens Schauder
5123aa9f39
DATAREDIS-1068 - After release cleanups.
2019-12-04 12:03:53 +01:00
Jens Schauder
3ebc388129
DATAREDIS-1068 - Prepare next development iteration.
2019-12-04 12:03:51 +01:00
Jens Schauder
849c4ba58e
DATAREDIS-1068 - Release version 2.1.14 (Lovelace SR14).
2019-12-04 11:42:04 +01:00