Commit Graph

2128 Commits

Author SHA1 Message Date
Christoph Strobl
9404ebf0ca Updated changelog.
See #1810
2021-02-17 10:34:04 +01:00
Mark Paluch
209aacf265 Include Bintray plugin repository.
Closes #1970.
2021-02-17 09:57:56 +01:00
Christoph Strobl
4fedd31051 Updated changelog.
See #1831
2021-01-13 15:49:55 +01:00
Christoph Strobl
d90653fd1b Updated changelog.
See #1832
2021-01-13 15:16:28 +01:00
Christoph Strobl
5358511d5b Update issue tracker references after GitHub issues migration.
See: #1779
2021-01-13 08:25:02 +01:00
Mark Paluch
3e9c032b1d Update copyright year to 2021.
Closes #1942
2021-01-12 10:46:44 +01:00
Mark Paluch
14da9a0893 Upgrade to xstream 1.4.15.
Closes #1939
2021-01-11 15:13:49 +01:00
Mark Paluch
f699cc38cc DATAREDIS-1249 - Updated changelog. 2020-12-09 16:47:47 +01:00
Mark Paluch
bf44ce5e85 DATAREDIS-1242 - Updated changelog. 2020-12-09 15:33:31 +01:00
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