Oliver Drotbohm
f6e3603eee
DATAREDIS-958 - Updated changelog.
2019-05-10 14:18:17 +02:00
Oliver Drotbohm
8a56f6954a
DATAREDIS-960 - Updated changelog.
2019-05-10 12:57:31 +02:00
Mark Paluch
277a6cb5c9
DATAREDIS-972 - Polishing.
...
Add author tags. Reformat code. Split test for exceptions into two methods.
Original pull request: #448 .
2019-04-29 12:27:46 +02:00
Oscar Cai
4c30e46201
DATAREDIS-972 - Fix validation for RedisCommand argument count.
...
Original pull request: #448 .
2019-04-29 12:27:46 +02:00
Christoph Strobl
4b304a14f8
DATAREDIS-942 - Updated changelog.
2019-04-11 12:31:01 +02:00
Oliver Drotbohm
5db362379d
DATAREDIS-931 - Updated changelog.
2019-04-01 20:56:35 +02:00
Oliver Drotbohm
9dd5d86a86
DATAREDIS-922 - Prepare 2.0.14 (Kay SR14).
2019-04-01 19:05:14 +02:00
Oliver Drotbohm
5b1aa31f39
DATAREDIS-922 - Updated changelog.
2019-04-01 19:05:12 +02:00
Oliver Drotbohm
c2db34d9b2
DATAREDIS-957 - Updated changelog.
2019-04-01 18:52:24 +02:00
Oliver Drotbohm
e0a65d1464
DATAREDIS-921 - Updated changelog.
2019-04-01 13:54:20 +02:00
Spring Operator
e8122d1e3c
DATAREDIS-948 - URL Cleanup.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 662 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
Original Pull Request: #421
2019-03-22 10:13:33 +01:00
Christoph Strobl
669bc0a598
DATAREDIS-910 - Updated changelog.
2019-03-07 10:30:19 +01:00
Mark Paluch
22698a6d70
DATAREDIS-936 - Upgrade to Jedis 2.9.3.
2019-03-06 15:32:54 +01:00
Mark Paluch
c8703a5159
DATAREDIS-932 - Fix typo in exception message.
2019-02-18 08:48:37 +01:00
Mark Paluch
256e5f75d9
DATAREDIS-923 - Updated changelog.
2019-02-13 11:48:03 +01:00
NFM
1006a9c903
DATAREDIS-915 - Fix RedisCacheManager example in reference documentation.
...
Original pull request: #380 .
2019-02-07 15:02:35 +01:00
Mark Paluch
b7b2ecc6b5
DATAREDIS-901 - Updated changelog.
2019-01-10 14:15:47 +01:00
Mark Paluch
e50cdfa0e3
DATAREDIS-900 - Prepare 2.0.13 (Kay SR13).
2019-01-10 11:09:24 +01:00
Mark Paluch
ffac5efd2e
DATAREDIS-900 - Updated changelog.
2019-01-10 11:09:21 +01:00
Mark Paluch
a2ff03b067
DATAREDIS-899 - Updated changelog.
2019-01-10 11:01:24 +01:00
Mark Paluch
fffe52dedf
DATAREDIS-917 - Update copyright years to 2019.
2019-01-02 14:19:06 +01:00
Christoph Strobl
88c327ee24
DATAREDIS-906 - Updated changelog.
2018-12-11 11:43:22 +01:00
chao chang
8ecd31ce29
DATAREDIS-903 - Remove Javadoc for unused RedisClusterConfiguration settings.
...
The following configuration keys which are not used in RedisClusterConfiguration, are removed from the Javadoc.
* spring.redis.cluster.timeout=5
* spring.redis.cluster.password=foobar
Original pull request: #375 .
2018-12-06 08:48:11 +01:00
Mark Paluch
c92aec8c48
DATAREDIS-885 - Updated changelog.
2018-11-27 14:54:12 +01:00
Mark Paluch
d4347a9fa2
DATAREDIS-879 - Prepare 2.0.12 (Kay SR12).
2018-11-27 11:44:58 +01:00
Mark Paluch
4fa7ca1fc7
DATAREDIS-879 - Updated changelog.
2018-11-27 11:44:56 +01:00
Mark Paluch
e1174497ea
DATAREDIS-880 - Updated changelog.
2018-11-27 11:27:27 +01:00
Mark Paluch
d204caab30
DATAREDIS-890 - Polishing.
...
Add author tags. Use try-with-resources to close Jedis.
Original pull request: #373 .
2018-11-23 10:17:54 +01:00
ChenGuanqun
1d79ff5217
DATAREDIS-890 - Randomize Redis Cluster node order before topology retrieval.
...
We now shuffle the set of Redis Cluster nodes before retrieving the topology. This change reduces load on the first node in the known nodes set.
Original pull request: #373 .
2018-11-23 10:17:54 +01:00
Mark Paluch
d785e29cc3
DATAREDIS-878 - Updated changelog.
2018-10-29 14:30:38 +01:00
Mark Paluch
10d021aede
DATAREDIS-872 - Polishing.
...
Create unit tests for RedisAtomic counter initialization. Refactor setIfAbsent(…) method to initializeIfAbsent() to not expose additional API methods.
Original pull request: #367 .
2018-10-19 12:37:12 +02:00
ningwei
6fd68267cb
DATAREDIS-872 - Fix race condition in RedisAtomic counters initialization.
...
We now use setIfAbsent to initialize RedisAtomic counters if no initial value was given. Using setIfAbsent turns the initialization into a single atomic step that prevents race conditions of the previously check and set method that required two Redis commands.
Previously, concurrent processes (threads, external changes to Redis) could set the initial value between the existence check and the value set operation that caused the last participant to win.
Original pull request: #367 .
2018-10-19 12:37:12 +02:00
Mark Paluch
33a1a090bd
DATAREDIS-874 - Polishing.
...
Align Javadoc tonality across RedisAtomic… types.
2018-10-16 12:06:45 +02:00
Mark Paluch
fbc51ebbc6
DATAREDIS-866 - Updated changelog.
2018-10-15 14:19:08 +02:00
Mark Paluch
6618fc0960
DATAREDIS-867 - Prepare 2.0.11 (Kay SR11).
2018-10-15 11:59:40 +02:00
Mark Paluch
a554f9665a
DATAREDIS-867 - Updated changelog.
2018-10-15 11:59:37 +02:00
Mark Paluch
b3af6cb0b1
DATAREDIS-871 - Updated changelog.
2018-10-15 11:37:29 +02:00
Mark Paluch
ce99f5f6b1
DATAREDIS-861 - Updated changelog.
2018-09-21 08:13:18 -04:00
Mark Paluch
bdfaff5901
DATAREDIS-854 - Prepare 2.0.10 (Kay SR10).
2018-09-10 12:51:27 +02:00
Mark Paluch
7f956b9002
DATAREDIS-854 - Updated changelog.
2018-09-10 12:51:25 +02:00
Mark Paluch
8cad79774d
DATAREDIS-856 - Updated changelog.
2018-09-10 10:20:59 +02:00
Mark Paluch
d39c124d99
DATAREDIS-862 - Document that Redis Repositories do not work with transactions.
...
Original pull request: #354 .
2018-09-04 10:40:15 +02:00
Mark Paluch
4f53638316
DATAREDIS-741 - Polishing.
...
Outline entity declaration. Fix indentation and typos.
Original pull request: #354 .
2018-09-04 10:40:15 +02:00
Christoph Strobl
092e608083
DATAREDIS-741 - Improve repository operation documentation.
...
Original pull request: #354 .
2018-09-04 10:40:15 +02:00
Oliver Gierke
54ccb64601
DATAREDIS-853 - Updated changelog.
2018-08-20 11:08:00 +02:00
Mark Paluch
bc6ed23a41
DATAREDIS-844 - Updated changelog.
2018-07-27 11:45:26 +02:00
Mark Paluch
e124247e0d
DATAREDIS-845 - Prepare 2.0.9 (Kay SR9).
2018-07-26 14:43:06 +02:00
Mark Paluch
0f430e7d52
DATAREDIS-845 - Updated changelog.
2018-07-26 14:43:04 +02:00
Mark Paluch
eefba420af
DATAREDIS-836 - Updated changelog.
2018-07-26 14:03:22 +02:00
Mark Paluch
c17f886555
DATAREDIS-843 - Polishing.
...
Improve test stability to not concurrently create atomic counter instances.
2018-07-24 16:25:44 +02:00