Nikita Koksharov
6852bd390e
Feature - add tryAdd() method to RGeo object #3381
4 years ago
Nikita Koksharov
697cc0402a
Feature - add addIfExists() method to RGeo object #3380
4 years ago
Nikita Koksharov
4b8230fe22
Feature - Add createConsumer() method to RStream object #3378
4 years ago
Nikita Koksharov
a4ceb11109
libs updated
4 years ago
Nikita Koksharov
57266be286
Feature - add ScoredSortedSetAddListener to RScoredSortedSet object #3376
4 years ago
Nikita Koksharov
eb6a9126ed
Fixed - Spring Redis Data PatternTopic listeners are invoked multiple times per message. #3369
4 years ago
Nikita Koksharov
4722679004
Feature - add revRangeTo() method to RScoredSortedSet object #3362
4 years ago
Nikita Koksharov
5416a81137
Improvement - Use System.nanoTime() in IdleConnectionWatcher to avoid clock drifting #3367
4 years ago
Nikita Koksharov
79c7397992
Merge branch 'master' of github.com:redisson/redisson
4 years ago
Nikita Koksharov
aec48d8fb8
checkstyle fixed
4 years ago
Nikita Koksharov
b59ca3101b
Merge pull request #3355 from yann9/master
...
Set connection to fail when all slaves init connections error
4 years ago
Nikita Koksharov
c5a6d07913
Feature - add rangeTo() method to RScoredSortedSet object #3361
4 years ago
Nikita Koksharov
416a8650e2
Feature - add diff() method to RScoredSortedSet object #3358
4 years ago
Nikita Koksharov
36d5910020
Fixed - add readDiff() method to RScoredSortedSet object #3356
4 years ago
Yann
71ce9730ac
Set connection to fail when all slaves init connections error
...
Signed-off-by: Yann <zhouyanbin1029@gmail.com>
4 years ago
Nikita Koksharov
732e573cb0
Fixed - RBatch throws Exception if not all slots are covered in Redis Cluster. #3353
4 years ago
Nikita Koksharov
449f056314
Fixed - stream and queue object may lost entry during execution of any blocking poll operation. #3302
4 years ago
Nikita Koksharov
0e797ba2bf
Feature - Add readIntersection() method to RScoredSortedSet object #3352
4 years ago
Nikita Koksharov
74fa280589
Feature - Add readUnion() method to RScoredSortedSet object #3350
4 years ago
Nikita Koksharov
d180332614
Feature - Add readUnion() method to RScoredSortedSet object #3350
4 years ago
Nikita Koksharov
723558e2c5
Feature - Add fastPutIfExists() method to RMap object #3142
4 years ago
Nikita Koksharov
214e251245
Feature - Add fastPutIfExists() method to RMap object #3142
4 years ago
Nikita Koksharov
ef24aa8a6d
javadocs updated
4 years ago
Nikita Koksharov
d55f902a9d
Feature - Add putIfExists() method to RMap object #3142
4 years ago
Nikita Koksharov
58afd22cb6
Feature - Add addIfGreater() and addIfLess() methods to RScoredSortedSet object. #3344
4 years ago
Nikita Koksharov
0aacc93755
Feature - Add addIfExists() method to RScoredSortedSet object. #3343
4 years ago
Nikita Koksharov
13fd0b91db
Feature - Add min idle time parameter to listPending() and pendingRange() methods of RStream object. #3341
4 years ago
Nikita Koksharov
2dfad66422
Feature - autoClaim() and fastAutoClaim() methods added to RStream, RStreamRx, RStreamReactive interfaces. #3342
4 years ago
Nikita Koksharov
c25a4dcab8
Merge branch 'master' of github.com:redisson/redisson
4 years ago
Nikita Koksharov
e12f8fe270
Feature - Add min idle time parameter to listPending() and pendingRange() methods of RStream object #3341
4 years ago
Nikita Koksharov
9e072d58d7
refactoring
4 years ago
Nikita Koksharov
67296587a1
Merge pull request #3339 from wuqian0808hundsun/fe-redis-busy-handling
...
Add RedisBusyException. In case of the watchdog logic exit during red…
4 years ago
wuqian30624
c23715f846
Add RedisBusyException. In case of the watchdog logic exit during redis server busy.
...
Signed-off-by: wuqian30624 <wuqian0808@me.com>
4 years ago
Nikita Koksharov
69122df0b9
Feature - Add setAndKeepTTL() method to RBucket, RBucketRx, RBucketReactive interfaces. #3336
4 years ago
Nikita Koksharov
fe25a7f956
javadoc fixed
4 years ago
Nikita Koksharov
df5b4bc2eb
Merge pull request #2611 from micherr/extendable_jcachemanager
...
Make JCacheManager constructor public
4 years ago
Nikita Koksharov
cbdaaaae4b
Merge pull request #3097 from ghollies/sentinel-password
...
Configure Sentinel Password
4 years ago
Gabriel Hollies
69f4e8b53a
Configure Sentinel Password
...
* Added new configuration field to allow a different password to be
used for authenticating against sentinel nodes
Signed-off-by: Gabriel Hollies <gabriel.hollies@appian.com>
4 years ago
Nikita Koksharov
543d7e60ab
build fixed
4 years ago
Nikita Koksharov
b738d12648
Feature - RedisNode.getMemoryStatistics() method added. #3329
4 years ago
Nikita Koksharov
670c29dc4d
refactoring
4 years ago
Nikita Koksharov
71dbdb0a1a
refactoring
4 years ago
Nikita Koksharov
f7593876b4
Fixed - RClusteredMapCache.fastPutOperation() method doesn't work properly (regression since 3.13.5)
4 years ago
Nikita Koksharov
55341f12f1
Update README.md
4 years ago
Nikita Koksharov
e12f9a15b7
javadocs fixed
4 years ago
Nikita Koksharov
85610a0064
Fixed - InterruptedExceptions are hidden by RedisException. #3324
4 years ago
Nikita Koksharov
a1418b1a6b
Fixed - InterruptedExceptions are hidden by RedisException. #3324
4 years ago
Nikita Koksharov
26cc1e58ad
javadocs fixed
4 years ago
Nikita Koksharov
35fce14906
Feature - Tomcat 10 support added. #3322
4 years ago
Nikita Koksharov
b8ca7287d1
Fixed - primitive class numbers aren't indexed correctly in LiveObject search engine. #3312
4 years ago