2f202fde5f
Fix typo in DELIMITTER
Stefan Berger
2021-09-08 17:12:56 +02:00
f5420d0477
Run top-level collection conversion tests only on Java 8.
Mark Paluch
2021-09-16 09:47:33 +02:00
c392f030d8
Guard tests against changing subscription order.
Mark Paluch
2021-09-16 08:25:03 +02:00
3f42edabc9
Guard RedisClusterConfiguration.asMap and RedisSentinelConfiguration.asMap with Assert.noNullElements(…).
Mark Paluch
2021-09-15 12:01:05 +02:00
1652e022f0
Upgrade to Lettuce 6.0.8.RELEASE.
Mark Paluch
2021-09-15 12:03:51 +02:00
d7455a91af
Upgrade to Lettuce 6.1.5.RELEASE.
Mark Paluch
2021-09-15 12:03:22 +02:00
e38f1099e1
Guard RedisClusterConfiguration.asMap and RedisSentinelConfiguration.asMap with Assert.noNullElements(…).
Mark Paluch
2021-09-15 12:01:05 +02:00
174680b9e7
Guard RedisClusterConfiguration.asMap and RedisSentinelConfiguration.asMap with Assert.noNullElements(…).
Mark Paluch
2021-09-15 12:01:05 +02:00
0691ffd347
Upgrade to Lettuce 6.1.5.RELEASE.
Mark Paluch
2021-09-15 11:48:52 +02:00
88232289fc
Polishing.
Mark Paluch
2021-09-14 09:35:10 +02:00
19b4249a47
Hash keys using Jedis locally rather than call cluster keyslot.
Dan Smith
2021-09-08 10:02:34 -07:00
125342f19a
Polishing.
Mark Paluch
2021-09-14 09:35:10 +02:00
5d617ed11b
Hash keys using Jedis locally rather than call cluster keyslot.
Dan Smith
2021-09-08 10:02:34 -07:00
7735a039fe
Polishing.
Mark Paluch
2021-09-13 15:01:43 +02:00
a7d574e330
Upgrade to jedis 3.6.2.
Christoph Strobl
2021-07-16 07:48:01 +02:00
665569b9e7
Move geo shapes to domain specific package.
Christoph Strobl
2021-07-08 13:57:33 +02:00
b00bd4bd5b
Polishing.
Christoph Strobl
2021-07-08 10:19:08 +02:00
1bf31c0a17
Polishing.
Mark Paluch
2021-07-05 11:22:57 +02:00
ce52baff98
Add support for GEOSEARCH/GEOSEARCHSTORE commands.
Mark Paluch
2021-07-05 11:20:39 +02:00
2f6dc3e79e
Polishing.
Mark Paluch
2021-07-14 10:45:59 +02:00
f3f0c11f06
Add NOMKSTREAM option to XADD command.
Mark John Moreno
2021-07-13 22:40:29 +08:00
c355d3cc7c
Upgrade to Lettuce 6.0.7.
Mark Paluch
2021-07-14 10:38:07 +02:00
39d3b7c76a
Upgrade to Lettuce 6.1.4.
Mark Paluch
2021-07-14 10:32:23 +02:00
9da50687e0
Upgrade to Lettuce 6.1.4.
Mark Paluch
2021-07-14 10:32:23 +02:00
3448f3bdbf
Polishing.
Mark Paluch
2021-07-13 16:19:43 +02:00
232410d4cc
Add factory method to LettuceConnectionFactory to create RedisConfiguration from RedisURI.
bono007
2021-07-11 23:30:46 -05:00
3286d57691
Polishing.
Mark Paluch
2021-07-13 16:19:43 +02:00
19e9e7483b
Add factory method to LettuceConnectionFactory to create RedisConfiguration from RedisURI.
bono007
2021-07-11 23:30:46 -05:00
82ab6e8e6a
Avoid configuring the database number in JedisClientConfiguration used for Sentinels.
Mark Paluch
2021-07-02 11:49:18 +02:00
edde436f42
Avoid configuring the database number in JedisClientConfiguration used for Sentinels.
Mark Paluch
2021-07-02 11:49:18 +02:00
1b6737e9a5
Switch from plain String to DataType for ScanOptions.
Christoph Strobl
2021-07-02 11:29:52 +02:00
674401c986
Add support for type using the SCAN command.
Mark Paluch
2021-07-01 15:30:09 +02:00
085aca9f60
Consider exclusive Range for Jedis Stream range/pending commands.
Mark Paluch
2021-06-30 14:46:21 +02:00
bdd6cee61c
Switch to TimeoutUtils for zsetcommands.
Christoph Strobl
2021-07-01 14:25:09 +02:00
eefbd0d821
Refine RedisList.
Mark Paluch
2021-06-30 11:30:33 +02:00
54ad66b62c
Add support for LMOVE and BLMOVE.
Mark Paluch
2021-06-30 11:21:04 +02:00
b6820f0f61
Polishing.
Mark Paluch
2021-06-29 15:37:33 +02:00
90095d1c89
Add support for SMISMEMBER.
Mark Paluch
2021-06-29 15:23:30 +02:00
280d9541da
Support ZRANDMEMBER via RedisZSet.
Christoph Strobl
2021-06-30 14:08:27 +02:00
4c4c96e9cf
Support HRANDFIELD command via RedisMap.
Christoph Strobl
2021-06-30 11:11:36 +02:00
a523b821c5
Add support for ZRANDMEMBER.
Mark Paluch
2021-06-28 14:12:03 +02:00
0b8fbae2c3
Add support for HRANDFIELD.
Mark Paluch
2021-06-25 11:55:14 +02:00
961ba9035d
Align newly added method names in RedisZSet to RedisSet.
Christoph Strobl
2021-06-30 08:06:49 +02:00
d019ada080
Polishing.
Christoph Strobl
2021-06-29 12:32:58 +02:00
38d3576052
Add reactive support for ZDIFF, ZDIFFSTORE, ZINTER, and ZUNION commands.
Mark Paluch
2021-06-24 14:55:12 +02:00
8dc6f014ee
Add difference, intersect, and union support to RedisZSet.
Mark Paluch
2021-06-24 10:42:24 +02:00
1d8ff06eef
Add convenience constructor to DefaultStringTuple.
Mark Paluch
2021-06-23 17:40:18 +02:00
1c30d69195
Add imperative support for ZDIFF, ZDIFFSTORE, ZINTER, and ZUNION commands.
Mark Paluch
2021-06-23 17:39:49 +02:00
755c8417a3
Polish RedisZSet.
Mark Paluch
2021-06-16 14:18:18 +02:00
9258b582c9
Ensure all pipelined commands use a dedicated connection to avoid lingering commands when using pipelining with flushing customization.
Mark Paluch
2021-06-16 13:43:07 +02:00
d9c446e844
Ensure all pipelined commands use a dedicated connection to avoid lingering commands when using pipelining with flushing customization.
Mark Paluch
2021-06-16 13:43:07 +02:00
bdf15de653
Support precise sub second timeout for BZPOPMIN, BZPOPMAX.
Christoph Strobl
2021-06-28 12:42:05 +02:00
739b917922
Add popFirst and popLast methods to RedisZSet.
Mark Paluch
2021-06-16 13:59:36 +02:00
0f2039d5a0
Add support for ZPOPMIN, ZPOPMAX and their blocking variants.
Mark Paluch
2021-06-16 13:49:15 +02:00
d13f9da212
Ensure all pipelined commands use a dedicated connection to avoid lingering commands when using pipelining with flushing customization.
Mark Paluch
2021-06-16 13:43:07 +02:00