Mark Paluch
5aedbfd882
DATAREDIS-1236 - Prepare 2.1.21 (Lovelace SR21).
2020-10-28 11:03:07 +01:00
Mark Paluch
f130a6489a
DATAREDIS-1236 - Updated changelog.
2020-10-28 11:03:02 +01:00
Christoph Strobl
7a066ec2ea
DATAREDIS-1219 - Updated changelog.
2020-10-14 14:51:52 +02:00
anshlykov
7d9b84a86d
DATAREDIS-1222 - Fix limit parameter in DefaultStringRedisConnection#zRangeByLex(String,Range,Limit)
...
Original Pull Request: #564
2020-09-29 08:41:55 +02:00
Mark Paluch
74050bc810
DATAREDIS-1201 - Updated changelog.
2020-09-16 14:12:12 +02:00
Mark Paluch
46cb0a0e39
DATAREDIS-1202 - Updated changelog.
2020-09-16 12:16:38 +02:00
Mark Paluch
fae4538f4a
DATAREDIS-1187 - Updated changelog.
2020-09-16 11:20:15 +02:00
Mark Paluch
c839dc4196
DATAREDIS-1186 - Prepare 2.1.20 (Lovelace SR20).
2020-09-16 10:16:12 +02:00
Mark Paluch
9c3e3b7c76
DATAREDIS-1186 - Updated changelog.
2020-09-16 10:16:07 +02:00
Mark Paluch
1341105257
DATAREDIS-1188 - Updated changelog.
2020-08-12 13:25:55 +02:00
Mark Paluch
b48bcd94d1
DATAREDIS-1174 - Updated changelog.
2020-08-12 12:01:28 +02:00
Mark Paluch
1709d19523
DATAREDIS-1190 - Cluster rename now correctly overwrites existing keys.
...
rename(…) behavior in cluster-mode is now aligned with standalone Redis behavior that overwrites the target key if it already exists and the renamed key uses a different slot. Previously, the underlying restore command was called without the replace option which caused BUSYKEY failures.
Original Pull Request: #555
2020-08-12 10:15:08 +02:00
Mark Paluch
25fa3b7267
DATAREDIS-1168 - Updated changelog.
2020-07-22 10:38:05 +02:00
Mark Paluch
bde2178e2a
DATAREDIS-1167 - Updated changelog.
2020-07-22 10:08:52 +02:00
Mark Paluch
93df197526
DATAREDIS-1166 - Prepare 2.1.19 (Lovelace SR19).
2020-07-22 09:31:15 +02:00
Mark Paluch
8382cb9c35
DATAREDIS-1166 - Updated changelog.
2020-07-22 09:31:10 +02:00
Mark Paluch
de234507e9
DATAREDIS-1173 - Correctly unsubscribe from patterns/channels through LettuceSubscription.
...
doPUnsubscribe(…) and doUnsubscribe(…) now consider the all flag to unsubscribe from all subscribed patterns/channels. Previously, both methods didn't consider all and were invoked with an empty byte array which unsubscribed from an empty pattern/channel name and left subscriptions active.
Original Pull Request: #549
2020-07-21 16:30:13 +02:00
Sarah
f819440db4
DATAREDIS-1173 - Fix channel unsubscribe on close.
...
Original Pull Request: #540
2020-07-21 15:11:06 +02:00
Christoph Strobl
2c18e354c2
DATAREDIS-1178 - Pass ScanOptions on to connection.sScan when using ReactiveSetOperations.
2020-07-07 08:43:05 +02:00
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
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
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
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
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
ed2babfe65
DATAREDIS-1073 - Prepare 2.1.15 (Lovelace SR15).
2020-01-15 10:24:59 +01:00