Nikita Koksharov
|
fd07204e88
|
Fixed - NullPointerException is thrown if Redis node doesn't return "flags" parameter #3308
|
4 years ago |
Nikita Koksharov
|
129806db8e
|
[maven-release-plugin] prepare for next development iteration
|
4 years ago |
Nikita Koksharov
|
6554da34e8
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
6bb1bfb522
|
[maven-release-plugin] prepare release redisson-3.14.1
|
4 years ago |
Nikita Koksharov
|
253e2f6111
|
Merge pull request #3293 from ipalbeniz/feature-local-cache-null-values
Feature - Added option to allow null values in a local cache #3221
|
4 years ago |
Iñaki Perez
|
87b866afe3
|
Feature - Added option to store cache miss in a local cache #3221
Signed-off-by: Iñaki Perez <ipalbeniz@gmail.com>
|
4 years ago |
Nikita Koksharov
|
8b7a617131
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
d972e1689f
|
Improvement - keySet().isEmpty() and values().isEmpty() methods of RMap object aren't efficient. #3298
|
4 years ago |
Nikita Koksharov
|
f17145f6cd
|
Merge pull request #3295 from mikawudi/initConnections-connection-leak
fix: connection leak when initConnections
|
4 years ago |
xujie
|
72644f83c1
|
fix: use CountableListener to replace RPromise
Signed-off-by: xujie <mikawudi@qq.com>
|
4 years ago |
Nikita Koksharov
|
c5bc1e9cd3
|
kryo updated
|
4 years ago |
Nikita Koksharov
|
cd4bbe8fdf
|
refactoring
|
4 years ago |
xujie
|
a8720ab437
|
feat: change field name
Signed-off-by: xujie <mikawudi@qq.com>
|
4 years ago |
xujie
|
5e0a261c3c
|
fix: set freezed when slaveConnectionPool and pubSubConnectionPool all inited completed
Signed-off-by: xujie <mikawudi@qq.com>
|
4 years ago |
xujie
|
f8ee488c5a
|
fix: set initing false when set freezeReason not null
Signed-off-by: xujie <mikawudi@qq.com>
|
4 years ago |
Nikita Koksharov
|
a5e43bac92
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
a16c5c1b74
|
Feature - LFU eviction algorithm for RMapCache object. #3265
|
4 years ago |
xujie
|
b7cfd1ff0f
|
fix: add initing status in entry, and set entry freezed status null when all connection inited
Signed-off-by: xujie <mikawudi@qq.com>
|
4 years ago |
Iñaki Perez
|
ad59e48aa7
|
Feature - Added option to allow null values in a local cache #3221
Signed-off-by: Iñaki Perez <ipalbeniz@gmail.com>
|
4 years ago |
viviel
|
1ab76dde66
|
Fix check parameter code error and optimize code format
Signed-off-by: viviel <viviel@163.com>
|
4 years ago |
Nikita Koksharov
|
3a1d2e1d79
|
Feature- LFU eviction algorithm for RMapCache object. #3265
|
4 years ago |
Nikita Koksharov
|
fb7611d1a1
|
Merge pull request #3269 from mikawudi/watchdog-connection-leak
fix: ConnectionWatchdog connection leak;
|
4 years ago |
Nikita Koksharov
|
98cf18ae33
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
101bf8ba22
|
refactoring
|
4 years ago |
Nikita Koksharov
|
fb23ee6ad1
|
Merge pull request #3235 from blackstorm/nodes-ping-check
RedisNodes ping results check optimization
|
4 years ago |
Nikita Koksharov
|
4f1a5c3648
|
Fixed - slaves synchronization timeout isn't respected during RLock.lock() method invocation. #3253
|
4 years ago |
xujie
|
6c52d3c6ea
|
fix: ConnectionWatchdog connection leak;
Signed-off-by: xujie <mikawudi@qq.com>
|
4 years ago |
Nikita Koksharov
|
c9f7883113
|
Fixed - Redisson.shutdown() throws RejectedExecutionException. #1736
|
4 years ago |
Nikita Koksharov
|
9d0a4486d9
|
Fixed - count() and addAll() methods of RScoredSortedSetReactive and RScoredSortedSetRx interfaces throw ClassCastException. #3259
|
4 years ago |
Nikita Koksharov
|
790dde6645
|
Fixed - RLocalCachedMap.putAll() method updates in wrong way log used for Reconnection.LOAD strategy. #3241
|
4 years ago |
blackstorm
|
5b938edd2f
|
RedisNodes ping results check optimization
Signed-off-by: blackstorm <inf2inf2@outlook.com>
|
4 years ago |
Nikita Koksharov
|
b12cf1bd77
|
[maven-release-plugin] prepare for next development iteration
|
4 years ago |
Nikita Koksharov
|
be322e9d22
|
[maven-release-plugin] prepare release redisson-3.14.0
|
4 years ago |
Nikita Koksharov
|
bbb152df90
|
lpos command added
|
4 years ago |
Nikita Koksharov
|
7ec4c8f519
|
Feature - tryAdd() method added to RSet and RSetCache objects #3218
|
4 years ago |
Nikita Koksharov
|
a51e6190ed
|
assertj version updated
|
4 years ago |
Nikita Koksharov
|
d612a051cc
|
refactoring
|
4 years ago |
Nikita Koksharov
|
a526e45412
|
Fixed - RKeys.deleteByPattern() method can't be used in a batch with Redis cluster configuration. #3211
|
4 years ago |
Nikita Koksharov
|
963bc0347f
|
Fixed - deprecation error log about JSON config even though it's not used #3196
|
4 years ago |
Nikita Koksharov
|
f327ee84a2
|
Feature - RxJava2 replaced with RxJava3 implementation #2614
|
4 years ago |
Nikita Koksharov
|
c93865259f
|
Fixed - update new master record in DNS monitor only if it replaced old master successfully. #3104
|
4 years ago |
Nikita Koksharov
|
6ca346435e
|
Fixed - RQueue.removeIf() shoud throw UnsupportedOperationException. #3158
|
4 years ago |
Nikita Koksharov
|
b06c64e3bb
|
Merge pull request #3195 from burgleaf/watchdog_bugfix
Fix watchdog won't renew after reconnect
|
4 years ago |
Nikita Koksharov
|
f776e6b2cd
|
refactoring
|
4 years ago |
Nikita Koksharov
|
4186b8d5b2
|
javadocs fixed
|
4 years ago |
Nikita Koksharov
|
3941558338
|
Feature - RReliableTopic object added. #3131
|
4 years ago |
王彬
|
1cb622e92f
|
Fix watchdog won't renew after reconnect
修改redisson断线重连后无法再续期的问题
issue #3194
Signed-off-by: 王彬 <burgleaf@163.com>
|
4 years ago |
Nikita Koksharov
|
88d1c9507c
|
Fixed - TimeSeries.iterator() doesn't respect the ordering. #3145
|
4 years ago |
Nikita Koksharov
|
3e578c1af0
|
Fixed - RRateLimiter throws "bad argument #2 to 'unpack' (string expected, got nil)." error. #2987
|
4 years ago |
Nikita Koksharov
|
68ad0addc7
|
Revert "Avoid redisson fair lock blocking if there are lots of registered thr…"
|
4 years ago |
Nikita Koksharov
|
df0c74a293
|
Merge pull request #3178 from wuqian0808hundsun/redisson-fairlock
Avoid redisson fair lock blocking if there are lots of registered thr…
|
4 years ago |
wuqian30624
|
2d24e0339f
|
Add testcase
Signed-off-by: wuqian30624 <wuqian0808@me.com>
|
4 years ago |
wuqian30624
|
ece80f3633
|
Add testcase
Signed-off-by: wuqian30624 <wuqian0808@me.com>
|
4 years ago |
wuqian30624
|
167d507c4f
|
Avoid redisson fair lock blocking if there are lots of registered threads in queue but not used.
Signed-off-by: wuqian30624 <wuqian0808@me.com>
|
4 years ago |
Nikita Koksharov
|
55254e0dfd
|
Merge pull request #3161 from serssp/cluster_nodes_shuffle
Preventing sending CLUSTER NODES to the same host
|
4 years ago |
Nikita Koksharov
|
24b49b0164
|
checkstyle fixed
|
4 years ago |
Nikita Koksharov
|
653bc6742e
|
Fixed - MOVED redirection loop if "rediss://" scheme used in configuration #3162
|
4 years ago |
Nikita Koksharov
|
559c286630
|
deprecated decodeInExecutor setting removed
|
4 years ago |
Sergey Peretyatko
|
fe764d763b
|
Preventing sending CLUSTER NODES to the same host
Signed-off-by: Sergey Peretyatko <sergey@peretyatko.com>
|
4 years ago |
Nikita Koksharov
|
07f4e089bd
|
reactive tests fixed
|
4 years ago |
Nikita Koksharov
|
d54f31dbef
|
license header added
|
4 years ago |
Nikita Koksharov
|
f278637c37
|
Feature - IdGenerator object added #3160
|
4 years ago |
Nikita Koksharov
|
3d4980349c
|
javadocs fixed
|
4 years ago |
Nikita Koksharov
|
5f0453d72f
|
tests fixed
|
4 years ago |
Nikita Koksharov
|
a4a109911e
|
tests fixed
|
4 years ago |
Nikita Koksharov
|
7711c615c8
|
Fixed - RLongAdder.sum() and RDoubleAdder.sum() methods return wrong result #3148
|
4 years ago |
Nikita Koksharov
|
6e287bac6b
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
c558f06221
|
Fixed - getting error while connecting to sentinel using password. #3135
|
4 years ago |
Marnix Kammer
|
e7bdf4f060
|
Issue 3139: Processed review comments: removed unwanted import, and specified real class author in JavaDoc.
Signed-off-by: Marnix Kammer <mlkammer@gmail.com>
|
4 years ago |
Marnix Kammer
|
a148d44879
|
Merge branch 'master' of github.com:redisson/redisson
Signed-off-by: Marnix Kammer <mlkammer@gmail.com>
|
4 years ago |
Nikita Koksharov
|
bffd61b26c
|
checkstyle fixed
|
4 years ago |
Nikita Koksharov
|
d4e73cfef6
|
Spring Session implementation is deprecated now
|
4 years ago |
Marnix Kammer
|
82f8b23538
|
Fix build problems for issue 3139.
Signed-off-by: Marnix Kammer <mlkammer@gmail.com>
|
4 years ago |
Marnix Kammer
|
ad8a842726
|
Implemented feature request #3139: Added cache multimap variants (list and set based) for the Rx API.
Signed-off-by: Marnix Kammer <mlkammer@gmail.com>
|
4 years ago |
Nikita Koksharov
|
2b3ae3905c
|
refactoring
|
4 years ago |
Nikita Koksharov
|
da0b460268
|
license header added
|
4 years ago |
Nikita Koksharov
|
4418a5810b
|
Feature - RReliableTopic object added. #3131
|
4 years ago |
Nikita Koksharov
|
f27e931cde
|
Fixed - result of RStream.read() method isn't sorted by key #3137
|
4 years ago |
Nikita Koksharov
|
553553a711
|
kryo updated
|
4 years ago |
Nikita Koksharov
|
1459d7f20b
|
javadocs fixed
|
4 years ago |
Nikita Koksharov
|
dac9e18073
|
license header added
|
4 years ago |
Nikita Koksharov
|
e69ff996a1
|
Feature - StreamMessageId.AUTO_GENERATED const added
|
4 years ago |
Nikita Koksharov
|
97c94d9aa3
|
refactoring
|
4 years ago |
Nikita Koksharov
|
5e60312d43
|
[maven-release-plugin] prepare for next development iteration
|
4 years ago |
Nikita Koksharov
|
b54f4d768b
|
[maven-release-plugin] prepare release redisson-3.13.6
|
4 years ago |
Nikita Koksharov
|
28cea8fb07
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
c1078823e8
|
test fixed
|
4 years ago |
Nikita Koksharov
|
d53f5ca747
|
Fixed - high contention during connection acquisition from connection pool. #3111
|
4 years ago |
dependabot[bot]
|
43ba1a35a3
|
Bump junit from 4.12 to 4.13.1 in /redisson
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Nikita Koksharov
|
55abf9d780
|
Fixed - high contention during connection acquisition from connection pool. #3111
|
4 years ago |
Nikita Koksharov
|
3ab7930af3
|
refactoring
|
4 years ago |
Nikita Koksharov
|
adf8990356
|
Fixed - RTransaction should be executed in IN_MEMORY_ATOMIC mode #3119
|
4 years ago |
Nikita Koksharov
|
9b0332a358
|
refactoring
|
4 years ago |
Nikita Koksharov
|
a09c5d4ee8
|
javadocs fixed
|
4 years ago |
Nikita Koksharov
|
e2eff37bbf
|
Fixed - object's name should be checked for null. #2493
|
4 years ago |
Nikita Koksharov
|
d3d8c7830a
|
Fixed - additional check for blocking command added to PingConnectionHandler. #3107
|
4 years ago |
Nikita Koksharov
|
d58ee9acdb
|
Fixed - "response has been skipped due to timeout" warnings were removed. #3107
|
4 years ago |
Nikita Koksharov
|
e48908ce6b
|
Fixed - RBatch doesn't handle MOVED, ASK errors in Redis Cluster #3102
Fixed - Thread get stuck on RLock lock method during Redis cluster slots migration #2921
|
4 years ago |
Nikita Koksharov
|
7bc2b92844
|
Fixed - RBitSet.set(long bitIndex, boolean value) should return boolean. #1410
|
4 years ago |
Nikita Koksharov
|
ba31cf0901
|
Fixed - RRateLimiter.delete() method returns false. #3099
|
4 years ago |
Nikita Koksharov
|
06c6214035
|
refactoring
|
4 years ago |
Nikita Koksharov
|
478e54e877
|
refactoring
|
4 years ago |
Nikita Koksharov
|
48619623cd
|
Fixed - CROSSLOT error thrown if RLiveObject got updated
|
4 years ago |
Nikita Koksharov
|
6c94b494e4
|
libs updated
|
4 years ago |
Nikita Koksharov
|
d6c78662c4
|
Improvement - set pingConnectionInterval = 30000 by default
|
4 years ago |
Nikita Koksharov
|
f4a6f92b69
|
[maven-release-plugin] prepare for next development iteration
|
4 years ago |
Nikita Koksharov
|
b5149c0a03
|
[maven-release-plugin] prepare release redisson-3.13.5
|
4 years ago |
Nikita Koksharov
|
bf77b70e37
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
8b8f52b202
|
test fixed
|
4 years ago |
Soonoh
|
6cf7094a12
|
Fix - RKeys.keysByPattern doesn't use pattern #3082
Signed-off-by: Soonoh <so.jung@anypointmedia.com>
|
4 years ago |
Nikita Koksharov
|
99174e6fba
|
checkstyle fixed
|
4 years ago |
Nikita Koksharov
|
4ddc8ff6a3
|
refactoring
|
4 years ago |
Nikita Koksharov
|
ddf502a804
|
Fixed - RObjectLiveService.delete() method throws ClassCastException. #3073
|
4 years ago |
Nikita Koksharov
|
ccfa4ed03f
|
Fixed - fail to insert key with TTL = 0 if the same key was previously set with non-zero TTL. #3078
|
4 years ago |
Nikita Koksharov
|
7eb4c4fb49
|
checkstyle error fixed
|
4 years ago |
Nikita Koksharov
|
c41f59b107
|
refactoring
|
4 years ago |
Nikita Koksharov
|
9945e7add8
|
refactoring
|
4 years ago |
Nikita Koksharov
|
50cafbb622
|
Fixed - Pubsub channel isn't reattached to a new master after slot migration #3077
|
4 years ago |
Nikita Koksharov
|
1f79c80171
|
refactoring
|
4 years ago |
Nikita Koksharov
|
f73eea3636
|
Fixed - PingConnectionHandler throws CancellationException. #3072
|
4 years ago |
Nikita Koksharov
|
9af362b04c
|
checkstyle fixed
|
4 years ago |
Nikita Koksharov
|
f0c7610e76
|
Feature - merge(), compute(), computeIfAbsent(), computeIfPresent() methods implemented for RMap-based objects. #3064
|
4 years ago |
Nikita Koksharov
|
84e28d0b3f
|
Feature - RRingBuffer.setCapacity() method added #3056
|
5 years ago |
Nikita Koksharov
|
eb663c6f2f
|
Merge branch 'master' of github.com:redisson/redisson
|
5 years ago |
Nikita Koksharov
|
5d56315cad
|
test fixed
|
5 years ago |
Nikita Koksharov
|
731f0396f6
|
refactoring
|
5 years ago |
Nikita Koksharov
|
b469a438e3
|
Merge pull request #3048 from jribble/config_property_expansion
Expand config variables from system properties if not found as environment variables.
|
5 years ago |
Nikita Koksharov
|
62b5e68c05
|
refactoring
|
5 years ago |
Jarrod Ribble
|
4ee9e7a747
|
Expand config variables from system properties if not found as environment variables.
Allow '.' in config variable names: REDIS.HOST as well as REDIS_HOST
Signed-off-by: Jarrod Ribble <jarrod.ribble@gmail.com>
|
5 years ago |
Nikita Koksharov
|
ce92eca96b
|
Fixed - Old value of RLiveObject's field isn't removed from index #3044
|
5 years ago |
Nikita Koksharov
|
6d70da7cc6
|
test fixed
|
5 years ago |
Nikita Koksharov
|
ac90258a1a
|
compilation fixed
|
5 years ago |
Nikita Koksharov
|
7b060790f5
|
compilation fixed
|
5 years ago |
Nikita Koksharov
|
e6dd0547c6
|
JSON config is deprecated
|
5 years ago |
Nikita Koksharov
|
9368957953
|
JSON config is deprecated
|
5 years ago |
Nikita Koksharov
|
3595d6e394
|
deprecated methods removed
|
5 years ago |
Nikita Koksharov
|
44741c946e
|
deprecated methods removed
|
5 years ago |
Nikita Koksharov
|
aa6d7e3972
|
deprecated methods removed
|
5 years ago |
Nikita Koksharov
|
64ee853db3
|
Fixed - RSemaphore.addPermits() method doesn't work #3038
|
5 years ago |
Nikita Koksharov
|
fc3329c2a0
|
warn message added
|
5 years ago |
Nikita Koksharov
|
e36d2097bb
|
Fixed - `RMultimap.sizeInMemory()` method doesn't take in account size of all associated objects #3034
|
5 years ago |
Nikita Koksharov
|
093d078615
|
[maven-release-plugin] prepare for next development iteration
|
5 years ago |
Nikita Koksharov
|
642815e9c7
|
[maven-release-plugin] prepare release redisson-3.13.4
|
5 years ago |
Nikita Koksharov
|
cee7e5a796
|
Fixed - RRateLimiter.availablePermits() method throws exception (regression since 3.13.3). #3025
|
5 years ago |
Nikita Koksharov
|
be4f10218f
|
test fixed
|
5 years ago |
Nikita Koksharov
|
9bb458b592
|
refactoring
|
5 years ago |
Nikita Koksharov
|
3c1ac6af46
|
tests fixed
|
5 years ago |
Nikita Koksharov
|
e7eecb5da5
|
Feature - RKeys.getKeysWithLimit() method added. #3007
|
5 years ago |
Nikita Koksharov
|
facfff5493
|
Merge branch 'master' of github.com:redisson/redisson
|
5 years ago |
Nikita Koksharov
|
87e88a11e3
|
Feature - RObject.getIdleTime() method added. #3011
|
5 years ago |
Nikita Koksharov
|
e35d4d9686
|
refactoring
|
5 years ago |
Nikita Koksharov
|
3033d0be52
|
Merge pull request #3003 from abhishekc-92/RRateLimiter-updateRate
Rate limiter update rate
|
5 years ago |
Nikita Koksharov
|
348c2ace60
|
Merge branch 'master' of github.com:redisson/redisson
|
5 years ago |
Nikita Koksharov
|
12df5b2be3
|
Fixed - Spring Data Redis can't be used with proxied RedissonClient instance. #3001
|
5 years ago |
Abhishek Chandrasekaran
|
f62c715b67
|
change return type
Signed-off-by: Abhishek Chandrasekaran <abchandrasekar@expediagroup.com>
|
5 years ago |
Abhishek Chandrasekaran
|
138bf65246
|
change return type
Signed-off-by: Abhishek Chandrasekaran <abchandrasekar@expediagroup.com>
|
5 years ago |
Abhishek Chandrasekaran
|
cc13effd64
|
change return type
Signed-off-by: Abhishek Chandrasekaran <abchandrasekar@expediagroup.com>
|
5 years ago |
Nikita Koksharov
|
61c9e4876f
|
Merge pull request #2995 from dengliming/f_calcslot_bug
Fix ClusterConnectionManager#calcSlot bug.
|
5 years ago |
Abhishek Chandrasekaran
|
57aed018b3
|
change UT
Signed-off-by: Abhishek Chandrasekaran <abchandrasekar@expediagroup.com>
|
5 years ago |
Abhishek Chandrasekaran
|
07e693fd9f
|
rename methods, add to other interfaces, refactor
Signed-off-by: Abhishek Chandrasekaran <abchandrasekar@expediagroup.com>
|
5 years ago |
Abhishek Chandrasekaran
|
d9b33d64f3
|
test
Signed-off-by: Abhishek Chandrasekaran <abchandrasekar@expediagroup.com>
|
5 years ago |
Abhishek Chandrasekaran
|
9a2903e4ac
|
update rate limit
Signed-off-by: Abhishek Chandrasekaran <abchandrasekar@expediagroup.com>
|
5 years ago |
Johno Crawford
|
c4215a0bdc
|
Write mode for modifying set.
Signed-off-by: Johno Crawford <johno.crawford@gmail.com>
|
5 years ago |
Nikita Koksharov
|
8f3818bd6d
|
Merge pull request #2999 from sulake/feature/revrank_batch
Add batch support for revRank.
|
5 years ago |
Nikita Koksharov
|
3d60feba0e
|
Merge pull request #2993 from dengliming/f_fix_rename
Fix BloomFilter rename bug.
|
5 years ago |
Johno Crawford
|
574981e4d4
|
Add batch support for revRank. Simplify naming of other batch methods.
Signed-off-by: Johno Crawford <johno.crawford@gmail.com>
|
5 years ago |
Nikita Koksharov
|
6feb33c30a
|
Merge pull request #2982 from sulake/feature/multiple_members
Add multi member / batch methods to scored sorted set.
|
5 years ago |
Johno Crawford
|
9228b393f2
|
Use single.
Signed-off-by: Johno Crawford <johno.crawford@gmail.com>
|
5 years ago |
Johno Crawford
|
69887976e0
|
Use IntegerReplayConvertor.
Signed-off-by: Johno Crawford <johno.crawford@gmail.com>
|
5 years ago |
dengliming
|
6173a26703
|
Fix ClusterConnectionManager#calcSlot bug.
Signed-off-by: dengliming <liming.d.pro@gmail.com>
|
5 years ago |
Nikita Koksharov
|
6edad474c3
|
Fixed - Classloading issues when MarshallingCodec used in Tomcat. #2984
|
5 years ago |
dengliming
|
1353a8f7e0
|
Fix BloomFilter rename bug.
Signed-off-by: dengliming <liming.d.pro@gmail.com>
|
5 years ago |
Johno Crawford
|
c1ff363990
|
return list type to allow accessing array by index.
Signed-off-by: Johno Crawford <johno.crawford@gmail.com>
|
5 years ago |
Johno Crawford
|
72c0ef0e19
|
zadd all elements then collect revrank.
Signed-off-by: Johno Crawford <johno.crawford@gmail.com>
|
5 years ago |
Johno Crawford
|
e89969e0f8
|
Merge remote-tracking branch 'upstream/master' into feature/multiple_members
|
5 years ago |
Johno Crawford
|
f8c4200f10
|
Force integer for results of collection.
Signed-off-by: Johno Crawford <johno.crawford@gmail.com>
|
5 years ago |
Johno Crawford
|
4611323560
|
Add multi member / batch methods to scored sorted set.
Signed-off-by: Johno Crawford <johno.crawford@gmail.com>
|
5 years ago |
Nikita Koksharov
|
7b0c1aace4
|
import removed
|
5 years ago |
Nikita Koksharov
|
6393848354
|
test fixed
|
5 years ago |
Nikita Koksharov
|
8ec25c497d
|
libs updated
|
5 years ago |
Nikita Koksharov
|
46c0459d1e
|
refactoring
|
5 years ago |
Nikita Koksharov
|
fcfec4534d
|
refactoring
|
5 years ago |
Nikita Koksharov
|
9a707deb46
|
Fixed - JCache removeAsync throws NPE if operation fails. #2963
|
5 years ago |
Nikita Koksharov
|
0cf37d586e
|
refactoring
|
5 years ago |
Nikita Koksharov
|
b81720e3c5
|
Fixed - all cached Lua scripts are executed on Redis master nodes only #2973
|
5 years ago |
Nikita Koksharov
|
c1dd88be15
|
Fixed - CommandPubSubDecoder throws NPE. #2964
|
5 years ago |
Nikita Koksharov
|
14bcc02243
|
refactoring
|
5 years ago |
Nikita Koksharov
|
cd38c340f4
|
refactoring
|
5 years ago |
Nikita Koksharov
|
7fe6e3db53
|
Fixed - MasterSlaveConnectionManager allocates superfluous 113Kb of memory for non-cluster Redis setup #2965
|
5 years ago |
Nikita Koksharov
|
e107b6bb60
|
[maven-release-plugin] prepare for next development iteration
|
5 years ago |
Nikita Koksharov
|
4576ab4a81
|
[maven-release-plugin] prepare release redisson-3.13.3
|
5 years ago |
Nikita Koksharov
|
a97c89838f
|
refactoring
|
5 years ago |
Nikita Koksharov
|
f220d929e0
|
Fixed - "SlaveConnectionPool no available Redis entries" error is thrown after failover. #2932
|
5 years ago |
Nikita Koksharov
|
a1d68b89ab
|
Improvement - amount of simultaneously created connections during pool initialization reduced to 10.
|
5 years ago |
Nikita Koksharov
|
e06d7af733
|
refactoring
|
5 years ago |
Nikita Koksharov
|
68d791e716
|
Merge branch 'master' of github.com:redisson/redisson
|
5 years ago |
Nikita Koksharov
|
62d111dccb
|
refactoring
|
5 years ago |
Nikita Koksharov
|
66bee099ab
|
Merge pull request #2956 from mikawudi/master-fix
fix: check RedisConnection status befor RedisConnection object join f…
|
5 years ago |
xujie
|
eb243e3f39
|
fix: check RedisConnection status befor RedisConnection object join freeConnections
Signed-off-by: xujie <mikawudi@qq.com>
|
5 years ago |
Nikita Koksharov
|
0a58e8b8b5
|
pmd plugin updated
|
5 years ago |
Nikita Koksharov
|
48f081ed53
|
refactoring
|
5 years ago |
Nikita Koksharov
|
ee53118dd8
|
Fixed - different topics subscribed to the same Redis node in Cluster.
|
5 years ago |
Nikita Koksharov
|
9fa6ce3ac7
|
Fixed - different topics subscribed to the same Redis node in Cluster.
|
5 years ago |
Nikita Koksharov
|
671a63ba0c
|
refactoring
|
5 years ago |
Nikita Koksharov
|
a6bbb11bfa
|
Fixed - RFairLock.tryLock() method doesn't apply waitTimeout parameter. #2883
|
5 years ago |
Nikita Koksharov
|
fc668d25a9
|
test added
|
5 years ago |
Nikita Koksharov
|
82a6db848f
|
refactoring
|
5 years ago |
Nikita Koksharov
|
4b2fad8e25
|
Fixed - RLiveObjectService.delete() works asynchronously. #2935
|
5 years ago |
Nikita Koksharov
|
1c49817499
|
Fixed - deserialization exception is thrown if RMapCache.EntryRemovedListener is set. #2941
|
5 years ago |
Nikita Koksharov
|
b60a1cb4bc
|
refactoring
|
5 years ago |
Nikita Koksharov
|
9d028ae202
|
refactoring
|
5 years ago |
Nikita Koksharov
|
fb73d9b6b1
|
deprecated method removed
|
5 years ago |
Nikita Koksharov
|
4aaf40ea88
|
nat mapper logging added
|
5 years ago |
Nikita Koksharov
|
2e63696574
|
Fixed - Incorrect registration of Sentinel node defined with hostname #2939
|
5 years ago |
Nikita Koksharov
|
79fd2ea060
|
imports fixed
|
5 years ago |
Nikita Koksharov
|
18897a1109
|
Fixed - OOM arise during RLiveObjectService.persist() method invocation. #2938
|
5 years ago |
Nikita Koksharov
|
a81041f25d
|
Improvement - reset jodd ClassIntrospector instance after RLiveObjectService.persist() method invocation. #2937
|
5 years ago |
Nikita Koksharov
|
aa056ae671
|
Fixed - RRateLimiter rate interval might be exceeded if permits acquired at the end of interval and the start of next interval #2931
|
5 years ago |
Nikita Koksharov
|
457ee00505
|
Fixed - RRateLimiter rate interval might be exceeded if permits aquired at the end of interval and the start of next interval #2931
|
5 years ago |
Nikita Koksharov
|
621309ab75
|
Fixed - Spring Data Redis connection in multi mode causes connection leak if it wasn't executed during RedisTemplate execution #2928
|
5 years ago |
Nikita Koksharov
|
5706e92744
|
Fixed - Spring Data Redis connection in multi mode may cause thread hang #2927
|
5 years ago |
Nikita Koksharov
|
981ce2e4b1
|
refactoring
|
5 years ago |
Nikita Koksharov
|
03686f2671
|
refactoring
|
5 years ago |
Nikita Koksharov
|
67f602f2a6
|
Fixed - MarshallingCodec throws IllegalArgumentException: RIVER
|
5 years ago |
Nikita Koksharov
|
8f06210bba
|
refactoring
|
5 years ago |
Nikita Koksharov
|
f97b073966
|
refactoring
|
5 years ago |
Nikita Koksharov
|
34a913616c
|
refactoring
|
5 years ago |
Nikita Koksharov
|
ac8210ae10
|
refactoring
|
5 years ago |
Nikita Koksharov
|
66f1a2cd81
|
refactoring
|
5 years ago |
Nikita Koksharov
|
d58f303189
|
refactoring
|
5 years ago |
Nikita Koksharov
|
4e1e97fc73
|
Fixed - writeMode=WriteBehind causes Command still hasn't been written into connection error #2911
|
5 years ago |
Nikita Koksharov
|
d432936750
|
Fixed - RLock throws java.util.NoSuchElementException. #2893
|
5 years ago |
Nikita Koksharov
|
88b8c19eb9
|
Feature - BITFIELD command support
|
5 years ago |
Nikita Koksharov
|
e82fffd0ab
|
[maven-release-plugin] prepare for next development iteration
|
5 years ago |
Nikita Koksharov
|
59899bb083
|
[maven-release-plugin] prepare release redisson-3.13.2
|
5 years ago |
Nikita Koksharov
|
97bf4922d3
|
Fixed - Don't handle empty sentinels list #2885
|
5 years ago |
Nikita Koksharov
|
86abbb0326
|
Fixed - RMapCache.clear() method shouldn't clear maxSize option #2884
|
5 years ago |
Nikita Koksharov
|
80507cecfa
|
Fixed - Sentinel hostname isn't used for ssl connection during Redisson startup #2879
|
5 years ago |
Nikita Koksharov
|
6d90559000
|
Fixed - RBloomFilter methods throw NPE in case of error. #2871
|
5 years ago |
Nikita Koksharov
|
fdcd543ae0
|
Fixed - RedissonAtomicDouble#getAndSet() method throws NPE. #2875
|
5 years ago |
Nikita Koksharov
|
5dcfdfd8fc
|
Fixed - RedissonAtomicLong#getAndSet() method throws NPE. #2874
|
5 years ago |
Nikita Koksharov
|
cd1f8d87f2
|
Fixed - ClassCastException thrown in Tomcat environment. #2862
|
5 years ago |
Nikita Koksharov
|
db519a536c
|
javadocs fixed
|
5 years ago |
Nikita Koksharov
|
a0b4eab830
|
Merge pull request #2860 from derTobsch/cleanup/use-correct-pmd-configuration
Use correct linkXRef instead of linkXref for pmd plugin
|
5 years ago |
Nikita Koksharov
|
289953b62f
|
Merge pull request #2859 from derTobsch/cleanup/remove-duplicated-dependencies
Remove duplicated dependencies and unify maven jar plugin config/execution
|
5 years ago |
Nikita Koksharov
|
c233865682
|
javadocs fixed
|
5 years ago |
Nikita Koksharov
|
08ff345f07
|
Fixed - RSetMultimap.get().delete() and RListMultimap.get().delete() methods throw exception. #2857
|
5 years ago |
Tobias Schneider
|
ed552b2520
|
Use correct linkXRef instead if linkXref for pmd plugin
Signed-off-by: Tobias Schneider <Tobias.Schneider@Tobsch.org>
|
5 years ago |
Tobias Schneider
|
37af8ce34d
|
Remove duplicate dependency jboss-marshalling-river
Signed-off-by: Tobias Schneider <Tobias.Schneider@Tobsch.org>
|
5 years ago |
Nikita Koksharov
|
ad94116744
|
refactoring
|
5 years ago |
Nikita Koksharov
|
e53b53640b
|
Feature - getConfig, setConfig methods added to RedisNode interface. #2843
|
5 years ago |
Nikita Koksharov
|
b707fe8e29
|
Fixed - Connection leak if SSL connection got reconnected. #2845
|
5 years ago |
Nikita Koksharov
|
75e320663f
|
refactoring
|
5 years ago |
Nikita Koksharov
|
82fbf7694b
|
Fixed - Blocking commands connected to Redis Cluster aren't resubscribed after Master node failover. #2832
|
5 years ago |
Nikita Koksharov
|
e58f84fa93
|
javadocs fixed
|
5 years ago |
Nikita Koksharov
|
52f786ed54
|
Feature - CLUSTERDOWN error handling. #2831
|
5 years ago |
Nikita Koksharov
|
df5562e77b
|
[maven-release-plugin] prepare for next development iteration
|
5 years ago |
Nikita Koksharov
|
ce11996dbd
|
[maven-release-plugin] prepare release redisson-3.13.1
|
5 years ago |
Nikita Koksharov
|
4bc3807d60
|
kryo updated
|
5 years ago |
Nikita Koksharov
|
457018a0e4
|
Feature - RExpirable interface added to RRateLimiter. #2824
|
5 years ago |
Nikita Koksharov
|
3ed64caf11
|
Fixed - Topic channels connected to master node aren't resubscribed. #2825
|
5 years ago |
Nikita Koksharov
|
80728363f5
|
Fixed - RedissonCacheStatisticsAutoConfiguration conditions aren't match. #2823
|
5 years ago |
Nikita Koksharov
|
9afd311e1a
|
Fixed - RTimeSeries.destroy() method doesn't work.
|
5 years ago |
Nikita Koksharov
|
fd097a640c
|
Fixed - Cluster topology scanning stopped if error occured while adding new master. #2822
|
5 years ago |
Nikita Koksharov
|
cbffaf33fa
|
Feature - setIfExists method added to RBucket, RBucketRx, RBucketReactive interfaces. #2817
|
5 years ago |
Nikita Koksharov
|
dd445b4370
|
Fixed - StreamInfoDecoder relies on field order of XINFO response. #2818
|
5 years ago |
Nikita Koksharov
|
8ca291b0af
|
Merge pull request #2819 from fawitte/master
Fixed StreamInfoDecoder to adapt to layout of XINFO response. Possible solution for #2818
|
5 years ago |
Fabian Witte
|
5fa162c3f8
|
Removed wrapper from proposed solution.
Signed-off-by: Fabian Witte <fabian.witte@googlemail.com>
|
5 years ago |
Fabian Witte
|
aba0a11f5f
|
Fixed StreamInfoDecoder to adapt to layout of XINFO response.
Signed-off-by: Fabian Witte <fabian.witte@googlemail.com>
|
5 years ago |
Nikita Koksharov
|
215582b726
|
refactoring
|
5 years ago |
Nikita Koksharov
|
fc7f552dae
|
refactoring
|
5 years ago |
Nikita Koksharov
|
d6c3f64ced
|
Fixed - Redis Cluster manager throws error Slot hasn't been discovered yet. #2750
|
5 years ago |
Nikita Koksharov
|
5002f25032
|
imports fixed
|
5 years ago |
Nikita Koksharov
|
3cac432efe
|
Fixed - RQueueReactive.poll(int limit) should return Mono<List<V>> and RQueueRx.poll(int limit) should return Single<List<V>>. #2815
|
5 years ago |
Nikita Koksharov
|
aaec548123
|
Fixed - RedissonSetMultimap.removeAll removes reference to nested set. #2814
|
5 years ago |
Nikita Koksharov
|
725448a143
|
refactoring
|
5 years ago |
Nikita Koksharov
|
91051af3de
|
Fixed - the first online Sentinel hostname in Redisson config isn't resolved at startup. #2813
|
5 years ago |
Nikita Koksharov
|
e8ced7c679
|
refactoring
|
5 years ago |
Nikita Koksharov
|
cf3721931d
|
Fixed - WriteRedisConnectionException is thrown after Redis Cluster failover. #2802
|
5 years ago |
Nikita Koksharov
|
b60b731303
|
Fixed - ssl connection can't be established if Redis Sentinel discovered by DNSMonitor. #2809
|
5 years ago |
Nikita Koksharov
|
0491a20bcd
|
Fixed - NatMapper is not applied to the first online Sentinel in list. #2806
|
5 years ago |
Nikita Koksharov
|
628522e7f0
|
refactoring
|
5 years ago |
Nikita Koksharov
|
7707cd5316
|
Fixed - some tasks are not executed if RedissonNode shutdown #2645
|
5 years ago |
Nikita Koksharov
|
a3061e8c4e
|
Fixed - RBatch object doesn't wait ending of sync slaves process #2733
|
5 years ago |
Nikita Koksharov
|
57368c295a
|
[maven-release-plugin] prepare for next development iteration
|
5 years ago |
Nikita Koksharov
|
4ea330c506
|
[maven-release-plugin] prepare release redisson-3.13.0
|
5 years ago |
Nikita Koksharov
|
361c48006b
|
Merge branch 'master' of github.com:redisson/redisson
|
5 years ago |
Nikita Koksharov
|
1abb29e271
|
Fixed - Lock acquisition hangs if Redis failed. #2790
|
5 years ago |
dependabot[bot]
|
a5289286e9
|
Bump tomcat-embed-core from 8.5.51 to 8.5.55 in /redisson
Bumps tomcat-embed-core from 8.5.51 to 8.5.55.
Signed-off-by: dependabot[bot] <support@github.com>
|
5 years ago |
Nikita Koksharov
|
b510ce0147
|
testCountEq added
|
5 years ago |
Nikita Koksharov
|
c33e1e5083
|
Feature - RLiveObjectService.delete() method accepts multiple ids. #2786
|
5 years ago |
Nikita Koksharov
|
fbf0f9b8e1
|
Feature - RLiveObjectService.count() method implemented. #2785
|
5 years ago |
Nikita Koksharov
|
170ad40656
|
Feature - RLiveObjectService.findIds() method implemented. #2779
|
5 years ago |
Nikita Koksharov
|
27850cf17d
|
Fixed - RLiveObjectService.findIds() method implemented. #2779
|
5 years ago |
Nikita Koksharov
|
7814100618
|
Fixed - RLiveObjectService.merge() method doesn't override collection state #2778
|
5 years ago |
Nikita Koksharov
|
52c0d46c83
|
Merge branch 'master' of github.com:redisson/redisson
|
5 years ago |
Nikita Koksharov
|
1ed0802404
|
Fixed - PingConnectionHandler doesn't report errors if PING command can't be sent. #2770
|
5 years ago |
Nikita Koksharov
|
aa94f660c3
|
Merge pull request #2776 from AayushyaVajpayee/master
unlink method calls deleteAsync inside instead of unlinkAsync
|
5 years ago |
Aayushya Vajpayee
|
444a1069bb
|
unlink method calls deleteAsync inside instead of unlinkAsync
Signed-off-by: Aayushya Vajpayee <aayushyavajpayee@gmail.com>
|
5 years ago |
Nikita Koksharov
|
32b1cadc1f
|
test added
|
5 years ago |
Nikita Koksharov
|
473cb681b6
|
test fixed
|
5 years ago |
Nikita Koksharov
|
ccb009219d
|
javadocs fixed
|
5 years ago |
Nikita Koksharov
|
d8391d1a57
|
RTimeSeries.remove method added
|
5 years ago |
Nikita Koksharov
|
775a93b4ed
|
refactoring
|
5 years ago |
Nikita Koksharov
|
ca4a63eb23
|
checkstyle fixed
|
5 years ago |
Nikita Koksharov
|
a4a0487d3a
|
Fixed - RedissonTransactionalMapCache.put() inserts entries with incorrect TTLs. #2758
|
5 years ago |
Nikita Koksharov
|
36b15709f6
|
Feature - TimeSeries object added. #2742
|
5 years ago |
Nikita Koksharov
|
c8e4c50a11
|
Feature - TimeSeries object added. #2742
|
5 years ago |
Nikita Koksharov
|
f4ad9382e1
|
Fixed - connections to slave are doubled after redis cluster failover. #2672
|
5 years ago |
Nikita Koksharov
|
53fbbf7d1f
|
Fixed - connections to master are doubled after redis cluster failover. #2672
|
5 years ago |
Nikita Koksharov
|
2a856df488
|
Fixed - RejectedExecutionException thrown by RedisClient.connectAsync method during shutdown process.
|
5 years ago |
Nikita Koksharov
|
f746df0545
|
Fixed - RejectedExecutionException thrown by RedisClient.connectAsync method during shutdown process.
|
5 years ago |
Nikita Koksharov
|
ea9a2f8243
|
refactoring
|
5 years ago |
Nikita Koksharov
|
d2b7b2d37c
|
Fixed - MarshallingCodec encoder stops to work correctly if non-serialized object was serialized. #2725
|
5 years ago |
Nikita Koksharov
|
ddff03ddd3
|
refactoring
|
5 years ago |
Nikita Koksharov
|
57132c32b8
|
Default codec changed to MarshallingCodec #2722
|
5 years ago |
Nikita Koksharov
|
61458e4f29
|
Default codec changed to MarshallingCodec #2722
|
5 years ago |
Nikita Koksharov
|
e197c43107
|
unnecessary dependencies removed
|
5 years ago |
Nikita Koksharov
|
4c11f13e9b
|
refactoring
|
5 years ago |
Nikita Koksharov
|
becacb350a
|
RedissonRedLockTest test excluded
|
5 years ago |
Nikita Koksharov
|
9b3584e7be
|
refactoring
|
5 years ago |
Nikita Koksharov
|
c2fde5b0fa
|
refactoring
|
5 years ago |
Nikita Koksharov
|
0e27a28db5
|
Fixed - errors are logged at ERROR level.
|
5 years ago |
Nikita Koksharov
|
2a36772f78
|
[maven-release-plugin] prepare for next development iteration
|
5 years ago |
Nikita Koksharov
|
02bea4da1a
|
[maven-release-plugin] prepare release redisson-3.12.5
|
5 years ago |
Nikita Koksharov
|
d4b7c7b33e
|
Transactions don't work
|
5 years ago |
Nikita Koksharov
|
7f290b7782
|
log output fixed
|
5 years ago |
Chris Eager
|
b848e9d2a3
|
Update session RMap after changing ID
Signed-off-by: Chris Eager <christian@turo.com>
|
5 years ago |
Chris Eager
|
8b36a7f5d9
|
Handle PTTL returning -2 (key does not exist)
Signed-off-by: Chris Eager <christian@turo.com>
|
5 years ago |
Chris Eager
|
dd4fefd41d
|
Fixed - RedissonSessionRepository topic listener NPE race #2690
Signed-off-by: Chris Eager <christian@turo.com>
|
5 years ago |
Nikita Koksharov
|
afc330f892
|
Fixed - CommandBatchService throws NPE
|
5 years ago |
Nikita Koksharov
|
bce0b830c7
|
Fixed - RLiveObjectService search Conditions.and returns wrong result. #2676
|
5 years ago |
Nikita Koksharov
|
c84b183b55
|
Fixed - Redisson is unable to start if first sentinel node in list is down #2679
|
5 years ago |
Nikita Koksharov
|
faebedbeab
|
Fixed - RTopic.countListeners() returns wrong result. #2677
|
5 years ago |
Nikita Koksharov
|
e4315b8cd7
|
Fixed - RRateLimiter.delete() method doesn't delete all allocated Redis objects. #2670
|
5 years ago |
Nikita Koksharov
|
65e4d2c7af
|
Fixed - result of InetAddress.getHostAddress() and InetAddress.getHostName() doesn't match for IPV6 addresses. #2671
|
5 years ago |
Nikita Koksharov
|
c0a5042760
|
refactoring
|
5 years ago |
Nikita Koksharov
|
f10d94d4ef
|
Improvement - RLock reliability during failover and deprecate RedLock #2669
|
5 years ago |
Nikita Koksharov
|
90b6a5c11f
|
refactoring
|
5 years ago |
Nikita Koksharov
|
60b261f93a
|
Improvement - RLock reliability during failover and deprecate RedLock #2669
|
5 years ago |
Nikita Koksharov
|
2d93cc125e
|
refactoring
|
5 years ago |
Nikita Koksharov
|
bc2f2fd30a
|
Fixed - RedissonBloomFilter throws NPE
|
5 years ago |
Nikita Koksharov
|
b3ade29ac8
|
[maven-release-plugin] prepare for next development iteration
|
5 years ago |
Nikita Koksharov
|
43b2d568b2
|
[maven-release-plugin] prepare release redisson-3.12.4
|
5 years ago |
Nikita Koksharov
|
efba350f8b
|
refactoring
|
5 years ago |
Nikita Koksharov
|
740d5199dd
|
refactoring
|
5 years ago |
Nikita Koksharov
|
22cb2fb4df
|
refactoring
|
5 years ago |
Nikita Koksharov
|
8bcc0dfc18
|
license header added
|
5 years ago |
Nikita Koksharov
|
0d27077f7a
|
refactoring
|
5 years ago |
Nikita Koksharov
|
92fa1de979
|
license headers added
|
5 years ago |