Commit Graph

2119 Commits

Author SHA1 Message Date
Mark Paluch
36e017919c DATAREDIS-1240 - Updated changelog. 2020-12-09 12:42:32 +01:00
Mark Paluch
840269e225 DATAREDIS-1239 - After release cleanups. 2020-12-09 09:53:34 +01:00
Mark Paluch
3ea7c13254 DATAREDIS-1239 - Prepare next development iteration. 2020-12-09 09:53:30 +01:00
Mark Paluch
15e84f8408 DATAREDIS-1239 - Release version 2.2.12 (Moore SR12). 2020-12-09 09:37:38 +01:00
Mark Paluch
423698eee9 DATAREDIS-1239 - Prepare 2.2.12 (Moore SR12). 2020-12-09 09:37:09 +01:00
Mark Paluch
7335d92345 DATAREDIS-1239 - Updated changelog. 2020-12-09 09:37:04 +01:00
Pavel
e2560e1204 DATAREDIS-1257 - Update redis-repositories documentation.
Update reading converter sample since it converts `Map` to an `Address`, it shall have opposite declaration.

Original Pull Request: #575
2020-12-07 12:25:30 +01:00
Mark Paluch
654c7cc223 DATAREDIS-1254 - Upgrade to Xstream 1.4.14. 2020-11-17 15:56:39 +01:00
Mark Paluch
d440837fd2 DATAREDIS-1241 - Updated changelog. 2020-11-11 12:34:44 +01:00
Mark Paluch
538341d434 DATAREDIS-1246 - Use Queue.offer(…) instead of Queue.add(…) to buffer Stream subscription overflow.
Using now the method implemented by SpscArrayQueue instead of the not implemented one.
2020-11-11 09:56:25 +01:00
Christoph Strobl
2800e107de DATAREDIS-1245 - Use ClassUtils for assignable check in connection.ReturnType.
Original Pull Request: #571
2020-11-10 13:55:56 +01:00
Mark Paluch
daba6fc065 DATAREDIS-1245 - Polishing.
Fix Javadoc and generics.
2020-11-10 13:55:56 +01:00
Mark Paluch
36e63e3b5b DATAREDIS-1245 - Consider List subtypes used with RedisScript as MULTI return type.
We now consider List and subtypes of List to be returned as MULTI return type. Previously, List subtypes were considered to represent the value type.

Original Pull Request: #571
2020-11-10 13:55:45 +01:00
Mark Paluch
9dda253b2d DATAREDIS-1232 - Updated changelog. 2020-10-28 16:28:05 +01:00
Mark Paluch
6da6419008 DATAREDIS-1218 - Updated changelog. 2020-10-28 15:03:07 +01:00
Mark Paluch
0780599fdf DATAREDIS-1217 - After release cleanups. 2020-10-28 12:06:22 +01:00
Mark Paluch
760f787025 DATAREDIS-1217 - Prepare next development iteration. 2020-10-28 12:06:19 +01:00
Mark Paluch
0294f1a2da DATAREDIS-1217 - Release version 2.2.11 (Moore SR11). 2020-10-28 11:44:38 +01:00
Mark Paluch
c71700b4b3 DATAREDIS-1217 - Prepare 2.2.11 (Moore SR11). 2020-10-28 11:44:08 +01:00
Mark Paluch
10e432710f DATAREDIS-1217 - Updated changelog. 2020-10-28 11:44:03 +01:00
Mark Paluch
da3bdfc4bc DATAREDIS-1236 - Updated changelog. 2020-10-28 11:32:37 +01:00
Mark Paluch
623e313dbf DATAREDIS-1212 - Polishing.
Remove overly pessimistic null checks. Use constant when channel/body are empty to avoid allocations. Remove superfluous final keywords.

Original pull request: #559.
2020-10-16 13:57:01 +02:00
Thomas Heigl
76b2a849ce DATAREDIS-1212 - Remove redundant null-check in RedisKeyValueAdapter.
Original pull request: #559.
2020-10-16 13:57:01 +02:00
Christoph Strobl
396110936a DATAREDIS-1219 - Updated changelog. 2020-10-14 14:51:56 +02:00
Mark Paluch
5912578283 DATAREDIS-1231 - Polishing.
Add author tag.

Fix typos in test method names.

Original pull request: #568.
2020-10-13 16:16:29 +02:00
jot.zhao
46fe03eaed DATAREDIS-1231 - Use Jedis command routing if multiple BRPOP keys map to a single slot.
Original pull request: #568.
2020-10-13 16:16:29 +02:00
Mark Paluch
b1a857fca1 DATAREDIS-1225 - Polishing.
Extend docs copyright to 2020.

Original pull request: #541.
2020-10-05 14:45:56 +02:00
Jay Bryant
755d72fed7 DATAREDIS-1225 - Wording changes.
Removed the language of oppression and violence
and replaced it with more neutral language.

Note that problematic words in the code have
to remain in the docs until the code changes.

Original pull request: #541.
2020-10-05 14:45:55 +02:00
Yanming Zhou
6b736571d6 DATAREDIS-1225 - Fix typos in Javadoc.
RedisStandaloneConfiguration should be RedisSentinelConfiguration.

Original pull request: #531.
2020-10-05 14:42:55 +02:00
Yanis Batura
54a07d3045 DATAREDIS-1225 - Fix typos in reference documentation.
Original pull request: #560.
2020-10-05 14:13:02 +02:00
Christoph Strobl
9f1de929a4 DATAREDIS-1214 - Fix null return value of GEODIST command.
Original pull request: #565.
2020-10-05 13:59:54 +02:00
anshlykov
c3a9153532 DATAREDIS-1222 - Fix limit parameter in DefaultStringRedisConnection#zRangeByLex(String,Range,Limit)
Original Pull Request: #564
2020-09-29 08:26:42 +02:00
Mark Paluch
15a08193ad DATAREDIS-1201 - Updated changelog. 2020-09-16 14:12:14 +02:00
Mark Paluch
aabb418843 DATAREDIS-1202 - Updated changelog. 2020-09-16 12:16:40 +02:00
Mark Paluch
1b4bcd9291 DATAREDIS-1187 - After release cleanups. 2020-09-16 11:19:27 +02:00
Mark Paluch
12ac213237 DATAREDIS-1187 - Prepare next development iteration. 2020-09-16 11:19:24 +02:00
Mark Paluch
9f2c5c2540 DATAREDIS-1187 - Release version 2.2.10 (Moore SR10). 2020-09-16 10:53:23 +02:00
Mark Paluch
78d4b1b58a DATAREDIS-1187 - Prepare 2.2.10 (Moore SR10). 2020-09-16 10:52:54 +02:00
Mark Paluch
24e25e713b DATAREDIS-1187 - Updated changelog. 2020-09-16 10:52:49 +02:00
Mark Paluch
073afe6f9c DATAREDIS-1186 - Updated changelog. 2020-09-16 10:39:06 +02:00
Dejan Jankov
a64271e95d DATAREDIS-1207 - Fix LettuceStreamCommands.xRevRange Range conversion.
LettuceStreamCommands.xRevRange converts Ranges with a StringCodec that produces Boundary<ByteBuffer>, while Lettuce expects the range's Boundary to include strings. The conversion worked well only in cases where the Range was unbounded (- or +), and failed with ClassCastException on the consuming site for other cases.

Original pull request: #556
2020-09-03 10:54:18 +02:00
Mark Paluch
1f04696deb DATAREDIS-1188 - Updated changelog. 2020-08-12 13:25:57 +02:00
Mark Paluch
cee137fc67 DATAREDIS-1174 - Updated changelog. 2020-08-12 12:01:30 +02:00
Mark Paluch
be8c40b1eb 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:00:21 +02:00
Mark Paluch
6531e5937c DATAREDIS-1195 - Polishing.
Simplify Expiration.from(…) construction.

Original pull request: #553.
2020-07-31 09:08:44 +02:00
Andre Prata
f19f336456 DATAREDIS-1195 - Make putIfAbsent atomic when TTL is set.
Original pull request: #553.
2020-07-31 09:08:44 +02:00
Mark Paluch
a456798bdb DATAREDIS-1191 - Guard calls to RedisConverter.read(…) to avoid empty objects.
We now check if the RedisBucket is empty to avoid empty objects being materialized from EntityReader.
2020-07-31 08:48:40 +02:00
Mark Paluch
6dbb999f62 DATAREDIS-1189 - Consistently translate Lettuce connection exceptions.
We now translate consistently connection/pooling exceptions in LettuceConnectionFactory by wrapping LettuceConnectionProvider with a variant that considers exception translation.
2020-07-28 14:19:05 +02:00
Mark Paluch
c125083e9d DATAREDIS-1168 - Updated changelog. 2020-07-22 10:38:07 +02:00
Mark Paluch
5722fee32d DATAREDIS-1167 - After release cleanups. 2020-07-22 10:07:20 +02:00