Nikita Koksharov
|
c856c35373
|
Improvement - RKeys.deleteByPattern performance improvements
|
6 years ago |
Nikita Koksharov
|
12e81de984
|
Fixed - Subscribe timeouts after failover. #2181
|
6 years ago |
Nikita Koksharov
|
8a898ced46
|
Fixed - a new attempt is not made if node with defined slot hasn't been discovered. #2234
|
6 years ago |
Nikita Koksharov
|
6af30bca91
|
RLiveObject should implement RExpirable
|
6 years ago |
Nikita Koksharov
|
27aae56795
|
typo fixed
|
6 years ago |
Nikita Koksharov
|
c1b7f54a04
|
refactoring
|
6 years ago |
Nikita Koksharov
|
bc9b3e04d6
|
remove invocation of loadComparator method during RSortedSet creation
|
6 years ago |
Nikita Koksharov
|
f17928c925
|
RLiveObjectService.asRExpirable is deprecated
|
6 years ago |
Nikita Koksharov
|
553135e470
|
jackson-databind updated
|
6 years ago |
Nikita Koksharov
|
eafb42c453
|
Fixed - some methods of RScript doesn't use defined codec. #2228
|
6 years ago |
Nikita Koksharov
|
22ddb6a671
|
Fixed - RedissonConnection.set returns null if invoked with expiration parameter. #2217
|
6 years ago |
Nikita Koksharov
|
343b3f813c
|
Merge branch 'master' of github.com:redisson/redisson
|
6 years ago |
Nikita Koksharov
|
5fdd5c1b24
|
Fixed - removeAll method doesn't work on collections returned by Multimap based objects. #2219
|
6 years ago |
Nikita Koksharov
|
fa961db40a
|
Update README.md
|
6 years ago |
Nikita Koksharov
|
a015dc6613
|
Update README.md
|
6 years ago |
Nikita Koksharov
|
bba0697648
|
Update README.md
|
6 years ago |
Nikita Koksharov
|
da7874db25
|
Update README.md
|
6 years ago |
Nikita Koksharov
|
dd871d61fd
|
Update CHANGELOG.md
|
6 years ago |
Nikita Koksharov
|
d8854b3bb0
|
[maven-release-plugin] prepare for next development iteration
|
6 years ago |
Nikita Koksharov
|
fa0d64dae8
|
Merge branch 'master' of github.com:redisson/redisson
|
6 years ago |
Nikita Koksharov
|
ef033d886c
|
[maven-release-plugin] prepare release redisson-3.11.1
|
6 years ago |
Nikita Koksharov
|
bc2af1eca4
|
Merge pull request #2161 from mcacker/issue-1507-mapcache-expiration2
Issue 1507 mapcache expiration
|
6 years ago |
Nikita Koksharov
|
7701bcb066
|
typos fixed
|
6 years ago |
Nikita Koksharov
|
d5a69754bb
|
Merge pull request #2100 from jncorpron/timeout_drift
Fix #2099 timeout drift in RedissonFairLock
|
6 years ago |
Justin Corpron
|
df6cca4bcf
|
Remove formatting of unchanged logic
|
6 years ago |
Nikita Koksharov
|
52e80ed8a3
|
Merge pull request #2191 from tristanlins/hotfix-multiple-env
Support multiple environment variables with default
|
6 years ago |
Nikita Koksharov
|
305a317e67
|
Merge pull request #2190 from jchobantonov/master
add default entries in MANIFEST.MF file and extra Build-Time entry as well #2185
|
6 years ago |
Tristan Lins
|
52007ecc91
|
Allow usage of multiple env variables with default values in one config entry
|
6 years ago |
Tristan Lins
|
a82e4ce9f3
|
SingleServerConfig#getAddress() is a String, not an URI anymore #2150 #2029
Since 0ce487f08d
SingleServerConfig#getAddress() return type has changed to String.
|
6 years ago |
Nikita Koksharov
|
82802f5d41
|
Revert "make javax.cache, io.projectreactor, io.reactivex.rxjava2 dependencies optional #1070"
This reverts commit bab459a3ba .
|
6 years ago |
Zhelyazko Chobantonov
|
0721fe17df
|
add default entries in MANIFEST.MF file and extra Build-Time entry as well #2185
|
6 years ago |
Nikita Koksharov
|
8c53144ecc
|
connectionMinimumIdleSize set to 24 #2189
|
6 years ago |
Nikita Koksharov
|
b357e62a5d
|
Fixed - dead Sentinel appears in logs as node added and down. #2143
|
6 years ago |
Nikita Koksharov
|
58236688af
|
license header added
|
6 years ago |
Nikita Koksharov
|
bab459a3ba
|
make javax.cache, io.projectreactor, io.reactivex.rxjava2 dependencies optional #1070
|
6 years ago |
Nikita Koksharov
|
c140b5cdb7
|
Fixed - Publish/Subscribe connections are not resubscribed properly after failover process. #2181
|
6 years ago |
Nikita Koksharov
|
d8055ba0dd
|
Fixed - RedissonLocalCachedMap.clearLocalCache method executes asynchronously. #1926
|
6 years ago |
Nikita Koksharov
|
4c76960ae4
|
Merge pull request #2179 from jchobantonov/master
UpdateValve should be installed only once, remove MessageListener from topic when SessionManager stopInternal is invoked #2178
|
6 years ago |
Nikita Koksharov
|
68d9ede5b9
|
Fixed - RedissonSession.setAttribute method doesn't check the value for null #2187 (thanks to jchobantonov)
|
6 years ago |
Zhelyazko Chobantonov
|
90fe8687a6
|
do not check for instanceof RedissonSessionManager
|
6 years ago |
Zhelyazko Chobantonov
|
442d00b180
|
use isEmpty()
|
6 years ago |
Zhelyazko Chobantonov
|
22c1332e29
|
format
|
6 years ago |
Zhelyazko Chobantonov
|
77055134c2
|
initialize updateValve only once
|
6 years ago |
Zhelyazko Chobantonov
|
772e2b9dab
|
UpdateValve should be installed only once, remove MessageListener from topic when SessionManager stopInternal is invoked #2178
|
6 years ago |
Nikita Koksharov
|
7ec36c23f9
|
test fixed
|
6 years ago |
Nikita Koksharov
|
4f78eaa7e8
|
Fixed - RStream.getInfo throws java.lang.ClassCastException #2174
|
6 years ago |
Nikita Koksharov
|
9d10cf9ab7
|
refactoring
|
6 years ago |
Nikita Koksharov
|
98c54bf8e4
|
refactoring
|
6 years ago |
Nikita Koksharov
|
557fe2f459
|
refactoring
|
6 years ago |
Nikita Koksharov
|
49ba278f49
|
Merge branch 'master' of github.com:redisson/redisson
|
6 years ago |