Mark Paluch
3b499c9dc1
Upgrade to Xstream 1.4.16.
...
Closes #2011 .
2021-03-22 11:28:25 +01:00
Mark Paluch
5b3c30fc1b
Update version suffix scheme.
...
Closes #2010
2021-03-22 10:25:37 +01:00
Mark Paluch
da6b04b6a2
Updated changelog.
...
See #1974
2021-03-17 11:31:32 +01:00
Mark Paluch
e916e5914d
After release cleanups.
...
See #1976
2021-03-17 11:02:16 +01:00
Mark Paluch
d20023a328
Prepare next development iteration.
...
See #1976
2021-03-17 11:02:14 +01:00
Mark Paluch
93a2dc24f7
Release version 2.4.6 (2020.0.6).
...
See #1976
2021-03-17 10:54:13 +01:00
Mark Paluch
ae8c33713c
Prepare 2.4.6 (2020.0.6).
...
See #1976
2021-03-17 10:53:44 +01:00
Mark Paluch
42296e766c
Updated changelog.
...
See #1976
2021-03-17 10:53:42 +01:00
Mark Paluch
2eda0e4c1e
Updated changelog.
...
See #1972
2021-03-17 10:35:15 +01:00
Mark Paluch
e5657e317a
Upgrade to Lettuce 6.0.3.
...
Closes #2001 .
2021-03-16 12:30:07 +01:00
Mark Paluch
67ef82b116
Polishing.
...
Add integration tests for Lettuce Cluster zRevRangeByLex. Fix converter usage in tests.
See #1998
2021-03-15 17:29:20 +01:00
Mark Paluch
996c749c1f
Fix JedisClusterZSetCommands.reverseRangeByLex(…) parameter order.
...
max/min parameter are now used in the correct order.
Closes #1998
2021-03-15 17:29:20 +01:00
Mark Paluch
a39b457f6d
Update snapshots on each build.
...
Closes #1997
2021-03-12 14:28:15 +01:00
Mark Paluch
ede4b0805b
Move off deprecated API.
...
Original Pull Request: #1991
2021-03-08 10:02:45 +01:00
Mark Paluch
ed0bba9c32
Accept cluster nodes without hostname.
...
RedisNode can now be constructed using an empty hostname. This can happen when a node is in failover state. RedisNode exposes hasValidHost() to check whether the node has a valid hostname.
Also, introduce copy constructor to avoid mutations caused by the builder.
Original Pull Request: #1991
2021-03-08 10:02:28 +01:00
Mark Paluch
91dc24f7d0
Polishing.
...
Tweak Javadoc. Extract comparator as constant. Remove Map copying for toString usage.
Closes #1982
2021-03-03 11:15:16 +01:00
Stefan Berger
65da767516
Improved performance of Bucket.extract().
...
By using a TreeMap, entries starting with a certain prefix can be found
much faster than before.
Closes #1982
2021-03-03 11:15:16 +01:00
Mark Paluch
aaf3cabeb6
Pass-thru custom Redis commands using Lettuce.
...
We now accept unknown custom Redis commands when using the Lettuce driver. Previously, custom commands were required to exist in Lettuce's CommandType enumeration and unknown commands (such as modules) failed to run.
Closes #1979
2021-02-23 09:30:00 +01:00
jongjin-bae
9179967d4a
Move off deprecated code in reference documentation.
...
Fix example to create an instance of the LettuceClientConfiguration type with the appropriate constant variable.
Closes #1964
Original pull request: #1966 .
2021-02-19 13:42:40 +01:00
Christoph Strobl
9f9c41c432
Updated changelog.
...
See #1975
2021-02-18 11:37:50 +01:00
Christoph Strobl
62b82827a0
After release cleanups.
...
See #1973
2021-02-18 11:12:46 +01:00
Christoph Strobl
5033c2dea1
Prepare next development iteration.
...
See #1973
2021-02-18 11:12:45 +01:00
Christoph Strobl
9d18fa8a45
Release version 2.4.5 (2020.0.5).
...
See #1973
2021-02-18 10:59:16 +01:00
Christoph Strobl
6cff1397bc
Prepare 2.4.5 (2020.0.5).
...
See #1973
2021-02-18 10:58:50 +01:00
Christoph Strobl
a3c000dd5f
Updated changelog.
...
See #1973
2021-02-18 10:58:48 +01:00
Christoph Strobl
1c321b33b4
Updated changelog.
...
See #1944
2021-02-17 14:20:37 +01:00
Christoph Strobl
86ed251f62
After release cleanups.
...
See #1943
2021-02-17 13:41:55 +01:00
Christoph Strobl
777d410e5c
Prepare next development iteration.
...
See #1943
2021-02-17 13:41:54 +01:00
Christoph Strobl
85b79120ff
Release version 2.4.4 (2020.0.4).
...
See #1943
2021-02-17 12:00:24 +01:00
Christoph Strobl
b062d02b8b
Prepare 2.4.4 (2020.0.4).
...
See #1943
2021-02-17 11:59:37 +01:00
Christoph Strobl
338ac0a30b
Updated changelog.
...
See #1943
2021-02-17 11:59:36 +01:00
Christoph Strobl
b5c1f6c094
Updated changelog.
...
See #1830
2021-02-17 11:34:26 +01:00
Christoph Strobl
c959747abc
Updated changelog.
...
See #1810
2021-02-17 10:58:30 +01:00
Christoph Strobl
5d3d2122c0
Move expires check to dedicated method.
...
Introduce helper method to unify expiry check and simplify control flow.
Original Pull Request: #1961
2021-02-16 12:09:38 +01:00
Muchnik Andrey
3f4df6d353
Remove phantom copy of expiring data when source gets persisted.
...
This commit makes sure to clean up resources when a previously expiring entity is persisted by setting the time to live to zero or negative.
In case a phantom copy exists for the changed entity, it is removed to free space on the server and prevent expiration events from being sent.
See #1955
Original Pull Request: #1961
2021-02-16 12:09:12 +01:00
Christoph Strobl
206d87fee2
Preserve order in SetConverter.
...
This commit fixes an issue where the order of elements in a set is not preserved when converting elements of the set.
Closes #1969 .
Original pull request: #1968 .
2021-02-15 14:57:17 +01:00
Christoph Strobl
443e37d552
Updated changelog.
...
See #1831
2021-01-13 15:49:53 +01:00
Christoph Strobl
069cec2cf8
After release cleanups.
...
See #1832
2021-01-13 15:01:50 +01:00
Christoph Strobl
2b29c9dce2
Prepare next development iteration.
...
See #1832
2021-01-13 15:01:49 +01:00
Christoph Strobl
b1e1874255
Release version 2.4.3 (2020.0.3).
...
See #1832
2021-01-13 14:18:34 +01:00
Christoph Strobl
2e976f8902
Prepare 2.4.3 (2020.0.3).
...
See #1832
2021-01-13 14:17:43 +01:00
Christoph Strobl
e75f41ca79
Updated changelog.
...
See #1832
2021-01-13 14:17:42 +01:00
Christoph Strobl
014ae63c69
Update issue tracker references after GitHub issues migration.
...
See: #1779
2021-01-13 08:22:12 +01:00
Mark Paluch
b28517906f
Upgrade to Lettuce 6.0.2.RELEASE.
...
Closes #1940
2021-01-12 11:55:07 +01:00
Mark Paluch
98accd265d
Update copyright year to 2021.
...
Closes #1942
2021-01-12 10:44:23 +01:00
Mark Paluch
cddc881f51
Upgrade to xstream 1.4.15.
...
Closes #1939
2021-01-11 15:13:39 +01:00
Greg L. Turnquist
3e355534c4
DATAREDIS-1258 - Polishing.
2020-12-16 09:36:55 -06:00
Greg L. Turnquist
0914bc9123
DATAREDIS-1258 - Use Docker hub credentials for all CI jobs.
2020-12-15 15:36:27 -06:00
Greg L. Turnquist
4da17f0759
DATAREDIS-1263 - Include proper import statements.
...
To ensure Kotlin builds work properly, certain types need explicit import statements.
2020-12-09 11:53:45 -06:00
Mark Paluch
e6c18c47d6
DATAREDIS-1249 - After release cleanups.
2020-12-09 16:46:55 +01:00