Commit Graph

3137 Commits (0ca0cf4b57425eb469c550c85c50fa2a9fd09b0b)

Author SHA1 Message Date
Nikita Koksharov 1067ddf90e refactoring 4 years ago
Nikita Koksharov 70496c5617 Fixed - continuous reconnecting to broken host if it was defined as hostname in Redisson Cluster config. #3435 4 years ago
Nikita Koksharov 55502492ef refactoring 4 years ago
Nikita Koksharov 42313bab53 refactoring 4 years ago
Nikita Koksharov e4cd993c8a Fixed - WeightedRoundRobinBalancer filters master node in readMode = ReadMode.MASTER_SLAVE #3114 4 years ago
Nikita Koksharov 7839e33037 Fixed - RPatternTopicReactive.removeListener() should return Mono<Void>. #3258 4 years ago
Nikita Koksharov fdde5d8bcb Fixed - scheduled tasks can't be canceled. #3425 4 years ago
Nikita Koksharov c00905a97b Fixed - RStream.claim() method throws NPE if given id does not exist #3422 4 years ago
Nikita Koksharov 1dcce68d41 Fixed - RPatternTopic on keyspace/keyevent notification subscribes only to single master node in Redis cluster #2237. 4 years ago
Nikita Koksharov 281a336384 maven plugins updated 4 years ago
Nikita Koksharov a80a589b64 Fixed - Can't execute CLUSTER_NODES error removed #1816 4 years ago
Nikita Koksharov d8416b24c3 checkstyle errors fixed 4 years ago
Nikita Koksharov ba7d315370 refactoring 4 years ago
Nikita Koksharov de64949aff refactoring 4 years ago
Nikita Koksharov 22a0d28715 refactoring 4 years ago
Nikita Koksharov 6b1785e810 Fixed - Class cast exception is thrown during iteration of RMapCache entries #3156 4 years ago
Nikita Koksharov 14c26e3171 refactoring 4 years ago
Nikita Koksharov aadbdeacf5 Improvement - added check for invocation of sync methods in async/rx/reactive listeners 4 years ago
Nikita Koksharov 46cbb2e186 Fixed - internal RedissonBaseLock.evalWriteAsync() method isn't executed again if cluster slaves amount > 0 #3419 4 years ago
Nikita Koksharov cbbc644223 Fixed - CPU spike after Slave failover if subscriptionMode=SLAVE #3418 4 years ago
Nikita Koksharov 1b060a8872 Fixed - Connection leak when redis cluster has "127.0.0.1" in its node list. #3400 4 years ago
Nikita Koksharov 430b813104 libs updated 4 years ago
Nikita Koksharov a3133afe52 refactoring 4 years ago
Nikita Koksharov 371b0fccdf Fixed - rename() method throws throws RedisException if RBloomFilter is empty. #3297 4 years ago
Nikita Koksharov 4178f2e4fe Fixed - output full exception stacktrace if unable connect to sentinel server. #2699 4 years ago
Nikita Koksharov cdd3d28bfb Feature - add randomKeys() and randomEntries() methods to RMap object #3415 4 years ago
Nikita Koksharov 6e9e96edb5 Improvement - added check for invocation of sync methods in async/rx/reactive listeners. 4 years ago
Nikita Koksharov 508c355916 Fixed - duplicated PING sent when Redis connection got reconnected #3412 4 years ago
Nikita Koksharov 1adf1b4703 javadocs fixed 4 years ago
Nikita Koksharov 85653aa802 Fixed - Optional class can't be used as a result object in RemoteService interface. #3282 4 years ago
Nikita Koksharov d8343672a4 checkstyle fixed 4 years ago
Nikita Koksharov eaad40b950 Fixed - Connection leak when redis cluster has "127.0.0.1" in its node list. #3400 4 years ago
Nikita Koksharov ce07beee56 Feature - add random() method to RScoredSortedSet object #3401 4 years ago
Nikita Koksharov 8c8a96dd22 checkstyle fixed 4 years ago
Nikita Koksharov d76bc1f3a6 Feature - add random() method to RScoredSortedSet object #3401 4 years ago
Nikita Koksharov e6b8ceb8b3 refactoring 4 years ago
Nikita Koksharov d0069e7add refactoring 4 years ago
Nikita Koksharov 1d55ed4c23 refactoring 4 years ago
Nikita Koksharov 502179094f refactoring 4 years ago
Nikita Koksharov 5793388f10 Feature - add expireAt(Instant) method to RExpirable objects. #3399 4 years ago
Nikita Koksharov 7fdbb44158 Fixed - RMapCacheRx.getLock() returns org.redisson.RedissonLock instead of org.redisson.api.RLockRx #3389 4 years ago
Nikita Koksharov 24be1abd70 Fixed - RMapCacheReactive.getLock() returns org.redisson.RedissonLock instead of org.redisson.api.RLockReactive #3389 4 years ago
Nikita Koksharov 5b44010772 [maven-release-plugin] prepare for next development iteration 4 years ago
Nikita Koksharov 9c74227a43 [maven-release-plugin] prepare release redisson-3.15.0 4 years ago
Nikita Koksharov 14e475d8af Fixed - eval command executed on Redis cluster doesn't use key for master/slave selection. #3370 4 years ago
Nikita Koksharov e70c91b7f9 Fixed - MOVED or ASK response from Redis causes "Unable to acquire connection!" error. #3370 4 years ago
Nikita Koksharov 36983e6364
Merge pull request #3364 from Vorotyntsev/3349-Spin-lock-with-exponential-backoff
Implemented spin locks
4 years ago
Vorotyntsev 9de51f42bd Fixed according to comments
Signed-off-by: Vorotyntsev <vorotyntsevdanila@gmail.com>
4 years ago
Nikita Koksharov 391307c92f checkstyle fixed 4 years ago
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
Vorotyntsev 2c24a344a3 Fixed according to comments
Signed-off-by: Vorotyntsev <vorotyntsevdanila@gmail.com>
4 years ago
Nikita Koksharov 57266be286 Feature - add ScoredSortedSetAddListener to RScoredSortedSet object #3376 4 years ago
Vorotyntsev 996a545ece Fixed according to comments
Signed-off-by: Vorotyntsev <vorotyntsevdanila@gmail.com>
4 years ago
Vorotyntsev 5b2a91fb1f Fixed according to comments
Signed-off-by: Vorotyntsev <vorotyntsevdanila@gmail.com>
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
Vorotyntsev 4acee8eb2c Implemented spin locks
Signed-off-by: Vorotyntsev <vorotyntsevdanila@gmail.com>
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 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 b8ca7287d1 Fixed - primitive class numbers aren't indexed correctly in LiveObject search engine. #3312 4 years ago
Nikita Koksharov de82f44101 Fixed - NPE is thrown if LiveObject index stored for the first time in Redis cluster. #3311 4 years ago
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