Commit Graph

1932 Commits

Author SHA1 Message Date
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
Jens Schauder
7d7ecf18d7 DATAREDIS-1068 - Prepare 2.1.14 (Lovelace SR14). 2019-12-04 11:40:57 +01:00
Jens Schauder
680c6ecb86 DATAREDIS-1068 - Updated changelog. 2019-12-04 11:40:54 +01:00
Mark Paluch
c7c064bdf3 DATAREDIS-1070 - Polishing.
Fix also BoundZSetOperations and ReactiveZSetOperations.

Original pull request: #502.
2019-11-26 14:14:42 +01:00
wqlm
53cd9915ec DATAREDIS-1070 - Fix link to command documentation on ZSetOperations.reverseRangeByScore.
Original pull request: #502.
2019-11-26 14:14:42 +01:00
Mark Paluch
6e54cd6519 DATAREDIS-1059 - Updated changelog. 2019-11-18 12:43:27 +01:00
Mark Paluch
0a94bcd334 DATAREDIS-1057 - After release cleanups. 2019-11-18 12:10:53 +01:00
Mark Paluch
5b58fb3f07 DATAREDIS-1057 - Prepare next development iteration. 2019-11-18 12:10:52 +01:00
Mark Paluch
0f0103a394 DATAREDIS-1057 - Release version 2.1.13 (Lovelace SR13). 2019-11-18 12:01:05 +01:00
Mark Paluch
a0798f6180 DATAREDIS-1057 - Prepare 2.1.13 (Lovelace SR13). 2019-11-18 12:00:43 +01:00
Mark Paluch
8c236e37c9 DATAREDIS-1057 - Updated changelog. 2019-11-18 12:00:42 +01:00
Mark Paluch
524699ecda DATAREDIS-1067 - Polishing.
Reformat code.

Original pull request: #497.
2019-11-18 10:23:08 +01:00
Rafael Andrade de Oliveira
c33298fd65 DATAREDIS-1067 - Update doc using the correct constructor.
Fix example creating a MappingConfiguration instance with arguments in the proper order.

Original pull request: #497.
2019-11-18 10:23:08 +01:00
Mark Paluch
da8509f805 DATAREDIS-1066 - Polishing.
Tweak wording. Reflect pooling constraints also in JedisConnectionFactory. Add author tags.

Original pull request: #494.
2019-11-18 10:17:59 +01:00
chao chang
6be3d7aba4 DATAREDIS-1066 - Add explanation for Jedis usePooling flag.
Original pull request: #494.
2019-11-18 10:17:11 +01:00
maoshuai
933924fbd0 DATAREDIS-1058 - Fix typo in assert message.
There is a typo in the message string: Pleaes -> Please.

Original pull request: #492.
2019-11-18 10:05:27 +01:00
Mark Paluch
a7c26e1cb3 DATAREDIS-1064 - Polishing.
Tweak wording. Fix comments on ReactiveListOperations.

Original pull request: #499.
2019-11-18 10:00:28 +01:00
wqlm
60487797ce DATAREDIS-1064 - Fix operation comments for lPush/rPush with pivot.
Original pull request: #499.
2019-11-18 10:00:28 +01:00
Christoph Strobl
778b4334ab DATAREDIS-1039 - Updated changelog. 2019-11-04 15:39:59 +01:00
Christoph Strobl
09c71b206c DATAREDIS-1038 - After release cleanups. 2019-11-04 10:26:37 +01:00
Christoph Strobl
c7cbe24ad8 DATAREDIS-1038 - Prepare next development iteration. 2019-11-04 10:26:36 +01:00
Christoph Strobl
58f8c97a75 DATAREDIS-1038 - Release version 2.1.12 (Lovelace SR12). 2019-11-04 09:29:51 +01:00
Christoph Strobl
cc44034ddf DATAREDIS-1038 - Prepare 2.1.12 (Lovelace SR12). 2019-11-04 09:29:05 +01:00
Christoph Strobl
378fcd1965 DATAREDIS-1038 - Updated changelog. 2019-11-04 09:29:03 +01:00
Christoph Strobl
9d3fb9d725 DATAMONGO-1048 - Fix incomplete xml tag in reference documentation. 2019-10-29 10:50:01 +01:00
Christoph Strobl
cfd04efc9a DATAREDIS-1053 - Polishing.
Use early return and fix issue reference in tests.

Original Pull Request: #488
2019-10-29 10:45:53 +01:00
Mark Paluch
01c82714a0 DATAREDIS-1053 - Subscribe to cleanup publishers when canceling a listenTo() stream.
Cleanup publishers are now subscribed to instead of setting the subscribeOn Scheduler to ensure connections get closed after canceling the stream.

Original Pull Request: #488
2019-10-29 10:40:42 +01:00
Mark Paluch
17581a5064 DATAREDIS-1023 - Updated changelog. 2019-09-30 19:58:07 +02:00
Mark Paluch
4fac5b056a DATAREDIS-1022 - After release cleanups. 2019-09-30 11:15:26 +02:00
Mark Paluch
df8a6befda DATAREDIS-1022 - Prepare next development iteration. 2019-09-30 11:15:25 +02:00
Mark Paluch
97438a3f8a DATAREDIS-1022 - Release version 2.1.11 (Lovelace SR11). 2019-09-30 11:04:23 +02:00
Mark Paluch
2bd3a80600 DATAREDIS-1022 - Prepare 2.1.11 (Lovelace SR11). 2019-09-30 11:04:00 +02:00
Mark Paluch
9e2ad4e2cf DATAREDIS-1022 - Updated changelog. 2019-09-30 11:03:59 +02:00
Mark Paluch
7c9493c150 DATAREDIS-1035 - Polishing.
Tweak Javadoc wording. Add missing Javadoc tag documentation.

Original pull request: #478.
2019-09-25 10:43:22 +02:00