Commit Graph

2677 Commits (cc13effd644e3dcae41c990b00b51c04d42a8d0a)

Author SHA1 Message Date
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
Nikita Koksharov 64a3c2929e decodeInExecutor is deprecated #2646 5 years ago
Nikita Koksharov 81236e2a0b refactoring 5 years ago
Nikita Koksharov 477f7c8e85 Feature - ListAddListener, ListInsertListener, ListRemoveListener, ListSetListener, ListTrimListener added #2594 5 years ago
Nikita Koksharov 4da4d3e7b5 refactoring 5 years ago
Nikita Koksharov dde10baaee Merge branch 'master' of github.com:redisson/redisson 5 years ago
Nikita Koksharov 0e891a0c1f Fixed - XREADGROUP and XCLAIM commands should be executed on Redis master. #2663 5 years ago
Nikita Koksharov 776bfce261
Merge pull request #2661 from turo/session_map_codec
Use the session map’s codec when getting the map
5 years ago
Nikita Koksharov fcb2206696 checkstyle fixed 5 years ago
Nikita Koksharov d3c7ffb4fe Merge branch 'master' of github.com:redisson/redisson 5 years ago
Nikita Koksharov 9d1ac28cf8 Fixed - XREADGROUP and XCLAIM commands should be executed on Redis master. #2663 5 years ago
Chris Eager eac4921563 Use FSTConfiguration#deriveConfiguration to preserve ConfType
Signed-off-by: Chris Eager <christian@turo.com>
5 years ago
Chris Eager f88365f229 Use the map’s codec when getting the map
Signed-off-by: Chris Eager <christian@turo.com>
5 years ago
Nikita Koksharov 02befca6de Feature - Config.useThreadClassLoader setting added #2503 5 years ago
Nikita Koksharov 8930794113 libs updated 5 years ago
Nikita Koksharov 9039e46747 Fixed - "response has been skipped due to timeout" error if pingConnectionInterval setting set and blocking command executed. #2647 5 years ago
Nikita Koksharov 2147d1cfe5 Feature - RedissonClient.getRedisNodes method added. #2652 5 years ago
Nikita Koksharov 5caf0e353f refactoring 5 years ago
Nikita Koksharov b0c5f0add4 refactoring 5 years ago
Nikita Koksharov b2897c301a refactoring 5 years ago
Nikita Koksharov 8e240448f6 refactoring 5 years ago
Nikita Koksharov 948cbb121d Feature - username parameter added. #2634 5 years ago
Nikita Koksharov 80afc1931e Improvement - make BaseConfig public #2631 5 years ago
Nikita Koksharov a74f01243b snakeyaml updated 5 years ago
Nikita Koksharov 96b8b7ca2a Feature - LocalCachedMapOptions.storeMode setting added. #2584 5 years ago
Nikita Koksharov 0674dcf619 refactoring 5 years ago
Nikita Koksharov d0ee1b7b8c refactoring 5 years ago
Nikita Koksharov 0fcc6352ea refactoring 5 years ago
Nikita Koksharov 4a48668cc2 refactoring 5 years ago
Nikita Koksharov 539b87b88c Feature - NettyHook object added. #2626 5 years ago
Nikita Koksharov 65a2de1bdd refactoring 5 years ago
Nikita Koksharov 72198b6e46 Fixed - semaphore used during local cache clearing process isn't deleted. 5 years ago
Nikita Koksharov a67f62c154 checkstyle errors fixed 5 years ago
Nikita Koksharov d817913885 codec fixed 5 years ago
Nikita Koksharov 93544bad03 Fixed - RPatternTopicRx, RPatternTopicReactive RPatternTopic.addListenerAsync methods don't work. #2623 5 years ago
Nikita Koksharov 199109334b MarshallingCodec tweaks 5 years ago
Nikita Koksharov 12dba7f132 MarshallingCodec improvements 5 years ago
Nikita Koksharov a19fefd807 Fixed - cache entry can't be updated if JCache instance created with CreatedExpiryPolicy. #2622 5 years ago
Nikita Koksharov 4496a80af6 test fixed 5 years ago
Nikita Koksharov 720582205a checkstyle fixed 5 years ago
Nikita Koksharov b1d532cce5 tests fixed 5 years ago
Nikita Koksharov 2c5be69379 Fixed - RedisURI throws MalformedURLException for IPv6 hosts 5 years ago
Nikita Koksharov 09e094f4f8 tests fixed 5 years ago
Nikita Koksharov bc7e1d1ae5 tests fixed 5 years ago
Nikita Koksharov 5280bb0f74 JCacheTest.testClear added 5 years ago
Nikita Koksharov ffe5b8f4eb [maven-release-plugin] prepare for next development iteration 5 years ago
Nikita Koksharov e471b2e0a9 [maven-release-plugin] prepare release redisson-3.12.3 5 years ago
Nikita Koksharov 8cf0d03aa2 tomcat dependency fixed 5 years ago
Nikita Koksharov 9c3b9f0049 tests fixed 5 years ago
Nikita Koksharov 2346fa005c tests fixed 5 years ago
Nikita Koksharov 0487a029ba randomDir name fixed 5 years ago
Nikita Koksharov efce251739 redundant test removed 5 years ago
Nikita Koksharov 03ba0e7398 Fixed - CommandPubSubDecoder throws NPE. #2582 5 years ago
Nikita Koksharov 0f483ef2e2 tests fixed 5 years ago
Nikita Koksharov 8f6d1a8c5f javadocs fixed 5 years ago
Nikita Koksharov 0dbe2d5db4 Feature - support of Caffeine as alternative local cache implementation #2612 5 years ago
Nikita Koksharov b7b780ba20 tests fixed 5 years ago
Nikita Koksharov b300efe76a tests fixed 5 years ago
Nikita Koksharov 26b4ef6bf3 log updated 5 years ago