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
6da6cd44d8
DATAREDIS-1186 - After release cleanups.
2020-09-16 10:28:58 +02:00
Mark Paluch
0fb592f4e3
DATAREDIS-1186 - Prepare next development iteration.
2020-09-16 10:28:55 +02:00
Mark Paluch
300729a0cf
DATAREDIS-1186 - Release version 2.1.20 (Lovelace SR20).
2020-09-16 10:16:44 +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
0a5e385870
DATAREDIS-1166 - After release cleanups.
2020-07-22 09:42:55 +02:00
Mark Paluch
9788797053
DATAREDIS-1166 - Prepare next development iteration.
2020-07-22 09:42:52 +02:00
Mark Paluch
d1662165d2
DATAREDIS-1166 - Release version 2.1.19 (Lovelace SR19).
2020-07-22 09:31:43 +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
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