Commit Graph

3137 Commits (0ca0cf4b57425eb469c550c85c50fa2a9fd09b0b)

Author SHA1 Message Date
Nikita df052bbb4a Merge branch 'master' into 3.0.0 8 years ago
Nikita 85ef557125 Merge branch 'master' into 3.0.0
# Conflicts:
#	pom.xml
#	redisson-all/pom.xml
#	redisson-tomcat/pom.xml
#	redisson-tomcat/redisson-tomcat-6/pom.xml
#	redisson-tomcat/redisson-tomcat-7/pom.xml
#	redisson-tomcat/redisson-tomcat-8/pom.xml
#	redisson/pom.xml
8 years ago
Nikita df5f1a754b netty updated 8 years ago
Nikita 7142307d0f ReplicatedServersConfig introduced 8 years ago
Nikita 642a605b0a Refactoring 8 years ago
Nikita 8fee0a1dfd ByteBuf.release invocation missed in LZ4Codec and SnappyCodec 8 years ago
Nikita af6437dacd Some improvement made for AsyncSemaphore object 8 years ago
Nikita a2ba9c0681 Allow to specify Redisson instance/config during JCache cache creation #759 8 years ago
Nikita 8e0cebfb5c AssertionError during Redisson shutdown 8 years ago
Nikita 0ffc2ca1e7 readLock couldn't be acquired by same thread which has already acquired writeLock #758 8 years ago
Nikita 1b9ec19cb5 failed RFairLock.tryLock attempt retains caller thread in fairLock queue #757 8 years ago
Nikita f92cd4a03e "factory already defined" error fixed 8 years ago
Nikita e909fdf34d test fixed 8 years ago
Nikita bcc09d9d43 JCache expiration listener doesn't work 8 years ago
Nikita 14fb190772 netty updated to 4.1.7 8 years ago
Nikita 0b9c238187 Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita 6b182d75c7 Fixed - "Can't find entry" error during operation execution on slave nodes 8 years ago
Nikita Koksharov c042ed00b9 Merge pull request #748 from jribble/local_cached_map_serialization_codec
RedissonLocalCachedMap doesn't work with SerializationCodec or FstCodec
8 years ago
Jarrod Ribble 1643905c65 override the testAddAndGet test for java serialization as that method won't work 8 years ago
Jarrod Ribble 2cb015842d Add a version of RedissonLocalCachedMapTest that uses the SerializationCodec.
Fix most of the tests by making classes implement Serializable.
The testAddAndGet test is still failing and after an hour of looking through it, I still can't figure why.
8 years ago
Nikita 34e5b0547a [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita 8f2677ba4b [maven-release-plugin] prepare release redisson-3.2.3 8 years ago
Nikita c602555a12 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita fc83f94a64 [maven-release-plugin] prepare release redisson-2.7.3 8 years ago
Nikita d703d759a9 Merge branch 'master' into 3.0.0 8 years ago
Nikita dffda7e411 Fixed - RedissonBaseIterator.hasNext() doesn't return false on Object based RedissonSet. #718 8 years ago
Nikita 5cb8ab442c Added getLock(key) method to RMap, RMultimap interfaces. #747 8 years ago
Nikita a0aa37b1d5 compilation fixed 8 years ago
Nikita 1c00dcb8da refactoring 8 years ago
Nikita 412b3d17d7 Merge branch 'master' into 3.0.0 8 years ago
Nikita 9d1fd5d610 refactoring 8 years ago
Nikita d9081f2b39 ConnectionPool size not respected during connection by Redis address 8 years ago
Nikita f960cb5280 Merge branch 'master' into 3.0.0 8 years ago
Nikita 6d0e0a6362 RSortedSet.removeAsync and RSortedSet.addAsync don't work 8 years ago
Nikita 1f1f0b7bc2 CronSchedule moved to org.redisson.api package 8 years ago
Nikita a1da0c2a32 Merge branch 'master' into 3.0.0 8 years ago
Nikita 58500ad134 RedissonSpringCacheManager constructor with Redisson instance only added 8 years ago
Nikita 539a0c9bda javadocs fixed 8 years ago
Nikita 18f6c465fc deprecated methods removed 8 years ago
Nikita 49e0303fa3 Added restrictions for RBloomFilter parameters during tryInit invocation. #739 8 years ago
Nikita 5bf4a50ce2 CommandDecoder should print all replay body on error. #740 8 years ago
Nikita a8f78c4a57 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita 3a82885369 [maven-release-plugin] prepare release redisson-3.2.2 8 years ago
Nikita a780aee5ab Merge branch 'master' into 3.0.0 8 years ago
Nikita ef6a248d60 javadocs fixed 8 years ago
Nikita e4c725466b Merge branch 'master' into 3.0.0
# Conflicts:
#	pom.xml
#	redisson-all/pom.xml
#	redisson-tomcat/pom.xml
#	redisson-tomcat/redisson-tomcat-6/pom.xml
#	redisson-tomcat/redisson-tomcat-7/pom.xml
#	redisson-tomcat/redisson-tomcat-8/pom.xml
#	redisson/pom.xml
8 years ago
Nikita c44cd0b6ff [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita a65cc98e84 [maven-release-plugin] prepare release redisson-2.7.2 8 years ago
Nikita 77374a1e58 JCache API has back 8 years ago
Nikita 36212aff0e RSetAsync extends RSortableAsync 8 years ago
Nikita 9db81f0bb6 RScoredSortedSet implements RSortable interface #703 8 years ago
Nikita 89606bfe28 Comments fixed. #732 8 years ago
Nikita 8bd1d868c5 Fixed - `factory already defined` error during Redisson initialization. #734 8 years ago
Nikita 90dd916785 Client Id auto expiration for RedissonBlockingFairQueue implemented 8 years ago
Nikita 923498fff0 RedissonLock optimization 8 years ago
Nikita d45af58259 NodeAsync interface, Node.info, Node.getNode methods added. #420 8 years ago
Nikita 33660f317a javadocs added 8 years ago
Nikita a913ca9d72 More equal elements distribution for consumers of RBlockingFairQueue 8 years ago
Nikita cad190152f new POC for RedissonBlockingFairQueue 8 years ago
Nikita 29f1fe65eb RSet implements RSortable interface #703 8 years ago
Nikita 7013dfebca RList implements RSortable interface #703 8 years ago
Nikita fa2d0a57f1 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita cee1d557f4 [maven-release-plugin] prepare release redisson-3.2.1 8 years ago
Nikita 6a9b355c22 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita ce2750c438 [maven-release-plugin] prepare release redisson-3.2.1 8 years ago
Nikita efbdcbc4d4 Merge branch 'master' into 3.0.0
# Conflicts:
#	pom.xml
#	redisson-all/pom.xml
#	redisson-tomcat/pom.xml
#	redisson-tomcat/redisson-tomcat-6/pom.xml
#	redisson-tomcat/redisson-tomcat-7/pom.xml
#	redisson-tomcat/redisson-tomcat-8/pom.xml
#	redisson/pom.xml
8 years ago
Nikita 802e48c621 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita ee09fb3d4b [maven-release-plugin] prepare release redisson-2.7.1 8 years ago
Nikita 7e68854126 jcache removed 8 years ago
Nikita 1319607059 Fixed - Config can not handle underscore in host #722 8 years ago
Nikita 4260a3d38c testAcquireWithoutSetPermits test added 8 years ago
Nikita 99109604f0 Test fixed 8 years ago
Nikita 186eada0fd URI checking added 8 years ago
Nikita cc3625c833 JCacheMBeanServerBuilder added 8 years ago
Nikita dfcf7d2f0b Locking added 8 years ago
Nikita 5f19403ded CommandDecoder NPE fixed. #726 8 years ago
Nikita 835dfeaa81 Add timeout for subscribe operation #725 8 years ago
Nikita a6cb812519 javadocs fixed 8 years ago
Nikita c47dc6cfca Default connection poll size changed. #721 8 years ago
Nikita aa3ea158da Possible PublishSubscribe race-condition. #724 8 years ago
Nikita a129961a5b AsyncSemaphore.queueSize method added 8 years ago
Nikita dc8b5db505 RedissonSetMultimapValues.removeRandom added 8 years ago
Nikita 08726b1e0b RSet.removeRandom with elements amount added. #720 8 years ago
Nikita ec2e67ebdd netty updated to 4.1.6 8 years ago
Nikita 05cf35ce97 Fixed - Exceptions during shutdown. #723 8 years ago
Nikita c45ab70c56 refactoring 8 years ago
Nikita a00d3e1904 Fixed - Poll method blocks infinitely if timeout specified during invocation less than 1 second #716 8 years ago
Nikita 61fa86f9f9 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita 2f461481bf [maven-release-plugin] prepare release redisson-3.2.0 8 years ago
Nikita e29a14b9c7 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita 46b9565003 [maven-release-plugin] prepare release redisson-2.7.0 8 years ago
Nikita 1b533e9abb Merge branch 'master' into 3.0.0
# Conflicts:
#	pom.xml
#	redisson-all/pom.xml
#	redisson/pom.xml
8 years ago
Nikita 7b07c4b0f1 pom fixed 8 years ago
Nikita a54801f31c Fixed - Redisson instance leak during tests execution 8 years ago
Nikita 898678819f RedissonTest.testSmallPool added 8 years ago
Nikita b7da522b74 Refactoring 8 years ago
Nikita 72c9afe2a7 refactoring 8 years ago
Nikita 922d5b8f98 tests for Spring session integration #452 8 years ago
Nikita 1611bf1f8a RedissonSessionRepository expiration fixed 8 years ago
Nikita 88cb7c53f1 Fixed - RMap.getAll doesn't not preserve the order of elements #712 8 years ago
Nikita adbca7bbf6 main method removed 8 years ago
Nikita ca4381ad57 Fixed - RedisRunner.notifyKeyspaceEvents doesn't work 8 years ago
Nikita 1e7cf1d26f Spring session implementation. #452 8 years ago
Nikita d1ae9cf3b7 RSortedSet.readAll added. #701 8 years ago
Nikita c378299009 Tomcat session manager implemented. #590 8 years ago
Nikita 457c050d4f Check shutdown status of Redisson during async command invocation. #708 8 years ago
Nikita 3c9b79878f Comments fixed 8 years ago
Nikita f2006e604f Add DelayedQueue object #706 8 years ago
Nikita e98f66e908 Wrong parsing nodes in result of cluster info command #700 8 years ago
Nikita b8581bf0a3 Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita 28ed6b04b9 QueueTransferService added. #695 8 years ago
Nikita Koksharov 6090136f45 Merge pull request #697 from smigfu/dont_close_shared_executor_and_eventloop
Don't close shared instances of ExecutorService or EventLoopGroup
8 years ago
Philipp Marx 8209d2a29b Don't close shared instances of ExecutorService or EventLoopGroup 8 years ago
Nikita 2b8d524b14 BlockingFairQueue implementation #695 8 years ago
Nikita 452cdf364c readAll and readAllAsync were added to RQueue interface 8 years ago
Nikita a34f0fe56c Fixed NPE in CommandDecoder.handleResult #692 8 years ago
Nikita afa5ab8200 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita b48433a63e [maven-release-plugin] prepare release redisson-3.1.0 8 years ago
Nikita 065dd3ff7b [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita 510fd62b30 [maven-release-plugin] prepare release redisson-2.6.0 8 years ago
Nikita 7279728b7e Merge branch 'master' into 3.0.0 8 years ago
Nikita f6f6cdefe8 RedissonBinaryStreamTest.testSkip added 8 years ago
Nikita 8ef850e400 Merge branch 'master' into 3.0.0 8 years ago
Nikita 9ca3e00f43 LogHelper optimization 8 years ago
Nikita 472e38926a Merge branch 'master' into 3.0.0
# Conflicts:
#	pom.xml
#	redisson-all/pom.xml
#	redisson/pom.xml
8 years ago
Nikita ab7925eee1 Fix exception message #686 8 years ago
Nikita 41c406d5f0 comments added 8 years ago
Nikita 7d66a9066c Elasticache Master node change detection process optimization. 8 years ago
Nikita 101c27595f RKeys.isExists method added #691 8 years ago
Nikita Koksharov a78d99b00a Merge pull request #687 from smigfu/issue_682
Introduce LogHelper to prevent excessive byte[] logging
8 years ago
Nikita ca6be91ba7 Comment added to RBatch.executeSkipResult method. #676 8 years ago
Nikita ca1a320dca Split binary stream of RBinaryStream object to multiple objects if it exceeds 512MB. #669 8 years ago
Nikita fe8739194f RBinaryStream object added. #669 8 years ago
Nikita 1cd1ad3186 stale resources removed 8 years ago
Nikita 54dcf98a0a test removed 8 years ago
Nikita c1c6db9b01 JCache API implementation #314 8 years ago
Philipp Marx 7bb3e486b9 Introduce LogHelper to prevent excessive byte[] logging
CLOSES #682
8 years ago
Nikita 93d4c8ee2f RFairLock.forceUnlock doesn't clean stale queued threads. 8 years ago
Nikita 255ed67480 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita 094f8a7c3d [maven-release-plugin] prepare release redisson-parent-3.0.1 8 years ago
Nikita 25240dc214 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita edad3c52bb [maven-release-plugin] prepare release redisson-parent-2.5.1 8 years ago
Nikita 101a14a470 Merge branch 'master' into 3.0.0 8 years ago
Nikita 329e7e1156 RMapCache.fastPutIfAbsentAsync doesn't take in account expiration #678 8 years ago
Nikita bde32406a1 `connectTo` should release connection if promise has been already done. #680 8 years ago
Nikita 937215e22d Refactoring. #680 8 years ago
Nikita b58c05851d Remove `pool exhausted` exception #680 8 years ago
Nikita c73c760fa4 Remove `pool exhausted` exception #680 8 years ago
Nikita 64fc4d933c Timer initialization fixed. #671 8 years ago
Nikita 65c45d5e85 comments fixed 8 years ago
Nikita 37f802d242 Merge branch 'master' of github.com:mrniko/redisson 8 years ago
Nikita 70be4685f0 Add key/value null checking for RedissonMap object 8 years ago
Johno Crawford 6f1ee85e0b
Add null check for timer and assign to variable so it is shutdown.. 8 years ago
Nikita 047aa60dae Timer initialization fixed. #671 8 years ago
Nikita 88b3f61d14 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita 179df9d730 [maven-release-plugin] prepare release redisson-parent-3.0.0 8 years ago
Nikita ac78b449b8 version changed 8 years ago
Nikita 62efb4e453 comments fixed 8 years ago
Nikita b2644b16ca Merge branch 'master' into 3.0.0 8 years ago
Nikita eca9682dc9 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita c7fa9dc988 [maven-release-plugin] prepare release redisson-parent-2.5.0 8 years ago
Nikita 5a045c742d NullPointerException in CommandDecoder fixed #667 8 years ago
Nikita a2b11396e9 RMapCache doesn't keep entries insertion order during iteration #666 8 years ago
Nikita ccdd7f6453 JDK 6 compilation fixed 8 years ago
Nikita 121584ffa1 netty updated 8 years ago
Nikita 9f51ae74af Merge branch 'master' of github.com:mrniko/redisson 8 years ago
Nikita 1173c9590c PubSub connection re-subscription doesn't work in some cases of when there are only one slave available. #663 8 years ago
Rui Gu b6d73678f6 fix-#664 Fixed a bug where a method call could be mapped wrong
When a live object class has a field whose name is ended with the name
of another field, this bug could occur.
8 years ago
Nikita 88f303aaf9 Merge branch 'master' into 3.0.0 8 years ago
Nikita e5b996ea7d version updated to 2.5.0 8 years ago
Nikita 6c90a44234 test fixed 8 years ago
Nikita e38215b684 Listeners of RFuture object are deprecated 8 years ago
Nikita 3ad9d0b3bd Merge branch 'master' into 3.0.0 8 years ago
Nikita 56e9dfc3cc javadoc fixed 8 years ago
Nikita eff946a525 javadocs fixed 8 years ago
Nikita 50b44dd880 Merge branch 'master' into 3.0.0 8 years ago
Nikita cc476d5565 Merge branch 'master' of github.com:mrniko/redisson 8 years ago
Nikita ee690f5ced Add COUNT and ASC/DESC support to RGeo.radius methods #662 8 years ago
slavarosin d14ec8ad0a Fixed type getRemoteSerivce -> getRemoteService 8 years ago
Nikita 47743daf03 RPermitExpirableSemaphore.availablePermits doesn't return actual permits account under certain conditions #659 8 years ago
Nikita 6af83a1ca0 Fixed - RLocalCacheMap.readAllValues and readAllEntrySet methods return wrong values #658 8 years ago
Nikita 2ea784170f Merge branch 'master' into 3.0.0 8 years ago
Nikita 4baea4c9f6 Exception during RedissonReference object creation doesn't decrease shutdownLatch counter 8 years ago
Nikita 52af1a004a Several fixes 8 years ago
Nikita 513db6bea4 Support setter/getter with protected visibility scope for LiveObject #655 9 years ago
Nikita e5e3ec18ea generators have been renamed 9 years ago
Nikita f026184fb3 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 9a51cf8a42 Setter for collection field of LiveObject entity should rewrite collection content #654 9 years ago
Nikita Koksharov 534c8a8d68 Merge pull request #653 from jackygurui/patch-3
Check redis version before testValueSize
9 years ago
Rui Gu 2d7fb13f3b Update RedissonBatchTest.java 9 years ago
Rui Gu 54c2332edd Update RedissonMapTest.java 9 years ago
Rui Gu 6c4da70a81 Check redis version before testValueSize 9 years ago
Rui Gu 9461dc170b Check redis version before run testSkipResult 9 years ago
Nikita ec41ed0982 test fixed 9 years ago
Nikita e663767d0f RedissonSetCache TTL not updated if element already present #646 9 years ago
Nikita 3ac7eae341 Introduce RCascade annotation for LiveObject #651 9 years ago
Nikita f2957b35cd Cascade delete object graph for LiveObjectService #650 9 years ago
Nikita a8cd9be1c8 Cascade LiveObjectService.merge whole object graph #649 9 years ago
Nikita 108641a23d Cascade persist whole object graph #648 #647 9 years ago
Nikita ac7aef4706 LiveObjectService merge method fixed.
Deny to allow persist object with transient REntity
9 years ago
Nikita 000fb85375 LiveObjectService doesn't support protected constructors #645 9 years ago
Nikita 87be1e3bc9 RId generator should be empty by default #643 9 years ago
Nikita 7b71e56d40 refactoring 9 years ago
Nikita 2e9f59b2ab Cyclic dependencies during LiveObjectService.detach process lead to stackoverflow #642 9 years ago
Nikita 5912e3a081 Not persisted REntity object allowed to store automatically #641 9 years ago
Nikita c6bb27b95a `persist` method allow to store entity without id. `create` and `getOrCreate` methods are deprecated. #639 9 years ago
Nikita 733ac70c00 RLexSortedSet.addAll fixed. #640 9 years ago
Nikita 30f7c421db LiveObjectService can't detach content of List object #638 9 years ago
Nikita 75db5eca7d Fixed - LiveObjectService doesn't create objects mapped to Redisson objects in runtime #637 9 years ago
Nikita 8f0c91fdbb refactoring 9 years ago
Nikita 0804860510 bytebuddy updated 9 years ago
Nikita d4af25813c LiveObjectService doesn't work with id without setter #636 9 years ago
Nikita af18eb09a3 NPE in ConnectionWatchdog fixed 9 years ago
Nikita f1bd20aed2 RGeo should extends RScoredSortedSet. #635 9 years ago
Nikita a321e6d8ba [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita dba6b56a31 [maven-release-plugin] prepare release redisson-parent-2.4.0 9 years ago
Nikita 9654cca509 version updated to 2.4.0 9 years ago
Nikita fa85b802e7 Merge branch 'master' into 3.0.0 9 years ago
Nikita 2beba30a86 tests fixed 9 years ago
Nikita c39e624428 javadocs fixed 9 years ago
Nikita f657a42ef7 Fixed ClassCastException error when there are no slaves in sentinel mode. #632 9 years ago
Nikita a705d5d329 javadocs fixed 9 years ago
Nikita f9ced170d6 tests updated 9 years ago
Nikita ca61cdfa37 hamcrest lib removed 9 years ago
Nikita 45953245b9 Remain time calculation for RLock, RSemaphore and RCountDownLatch objects should take in account command time execution #634 9 years ago
Nikita 704dc19788 RedissonLocalCachedMapTest.testInvalidationOnClear test added 9 years ago
Nikita fb41f8fda1 test fixed 9 years ago
Nikita dd706d69f6 test fixed 9 years ago
Nikita 6f6ae3e073 Implement random wait time in RedissonRedLock & RedissonMultiLock lock method #633 9 years ago
Nikita dd93ebbe0d CommandAsyncService.get method optimization 9 years ago
Nikita 02adac8564 test fixed 9 years ago
Nikita 305d9bbf13 refactoring 9 years ago
Nikita 70ffe42dd3 Thread stuck at RedissonRedLock & RedissonMultiLock lock method fixed 9 years ago
Nikita afa911d9d2 comments fixed 9 years ago
Nikita 1819d3dd19 RBatch.executeSkipResult method added #415 9 years ago
Nikita a43e599b1f comments fixed 9 years ago
Nikita e7fa3125fb RMap.valueSize method added. #419 9 years ago
Nikita fdbdf2a30d RBucket.size method added. #630 9 years ago
Nikita 4a7dd13825 Node.time method added. #457 9 years ago
Nikita 5723bbcef8 refactoring 9 years ago
Nikita 9a2ea4bb2b Merge branch 'master' into 3.0.0 9 years ago
Nikita 0bf7e29baa RScoredSortedSet.valueRangeReversed and entryRangeReversed methods added. #629 9 years ago
Nikita 9807338a99 RScoredSortedSet.union and intersection methods added. #595 9 years ago
Nikita 30b1be87a3 `Not all slots are covered` error should be more informative 9 years ago
Nikita dd02c3f55a RScoredSortedSet.intersection methods implemented. #595 9 years ago
Nikita b58b014bf6 Merge branch 'master' into 3.0.0 9 years ago
Nikita 7fd29a2b49 `Not all slots are covered` error should be more informative 9 years ago
Nikita 5091f3d30c RedLock and MultiLock.tryLock failed locks count fixed 9 years ago
Nikita da28d25a9f test fixed 9 years ago
jackygurui 382ad73c11 Fixed testing with travisEnv flag turned off 9 years ago
Nikita ddc7ad25a3 testOrdering fixed 9 years ago
Nikita 2b5dabd40d NPE during RLocalCachedMap.clear invocation 9 years ago
Nikita d14b2d1cfc Keep RMap insertion ordering #625 9 years ago
Nikita 2e61fa8c97 BooleanNullSafeReplayConvertor introduced for some operations. 9 years ago
Nikita 8a4a7fdd80 refactoring 9 years ago
Nikita 7eaf465f57 Fixed - Incorrect RedissonRedLock.tryLock behaviour. #624 9 years ago
Nikita 6a64eb7d41 Merge branch 'master' into 3.0.0 9 years ago
Nikita 5731b9eb0b compilation fixed 9 years ago
Nikita Koksharov d8c26e6741 Merge pull request #616 from jackygurui/test-timeout
Test optimisations
9 years ago
Nikita 1567027417 executorServiceThreads has been removed. #619 9 years ago
Nikita 69fe834b79 `nettyThreads` and `executor` settings added. #619 9 years ago
Nikita 7685044c07 test fixed 9 years ago
Nikita 44694e68f6 refactoring 9 years ago
Nikita 6545025bc8 Skip some io messages. #617 9 years ago
jackygurui 4e5cf320c2 Merge branch 'mrniko/master' into test-timeout 9 years ago
jackygurui fd1fe5dc8d Removed timeouts as discussed with @mrniko 9 years ago
Nikita f064c48da8 refactoring 9 years ago
Rui Gu f7ab74c574 set default thread to 10 for base test 9 years ago
Rui Gu 27677584e5 Merge branch 'mrniko/master' into test-timeout 9 years ago
Nikita 19726569db Channel shouldn't be closed on exceptionCaught. #618 9 years ago
Nikita 120fd686a2 Log unexpected errors in netty handlers. #617 9 years ago
jackygurui bacbb3f071 to figure out where it is stuck 9 years ago
jackygurui e1c3773eef Timeout adjustments
to run tests on a small instance
9 years ago
jackygurui 24a66e717d fixed node test can't run with travisEnv flag on 9 years ago
jackygurui 22c90d4555 fixed a test bug 9 years ago
jackygurui 1ca644b54c All tests now uses random port number to run redis 9 years ago
jackygurui a51f82fca0 Merge branch 'mrniko/master' into test-timeout 9 years ago
Nikita f02f0ae684 compiler warning fixed 9 years ago
Nikita 42e0c93a64 NPE fixed 9 years ago
Nikita ccaebb29fb LocalCachedMap should implement RMap interface. #592 9 years ago
Nikita a8a9527eb8 Config parsing fixed 9 years ago
Nikita 93dd797b1c comments added 9 years ago
Nikita bec6ee4d4d failed connection should be closed 9 years ago
Nikita 11602d914f refactoring 9 years ago
jackygurui 6f7f55a8ee Redis server now runs on a random port
added one more timeout
9 years ago
jackygurui 780b58e429 more global and local timeout for tests 9 years ago
jackygurui 92db4fe8df removed static modifier on local timeout 9 years ago
jackygurui 8f32bd6d7d added local test timeout 9 years ago
jackygurui 5b72ef24a8 Added Test timeout 9 years ago
Nikita db1a5d936d Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 3a33801ede Comment fixed 9 years ago
Rui Gu 87f5be54f0 fixed Redisson Reference nested in ScoreEntry 9 years ago
Rui Gu a1ddc113d7 Merge branch 'mrniko/master' into redisson-reference 9 years ago
Rui Gu 082ee703a7 Fixed iterator not been converted 9 years ago
Nikita 2bed5e7cfd default timeouts risen 9 years ago
Nikita 138be8e3ae testAutoExpire test fixed 9 years ago
Nikita 90426847ec comments added 9 years ago
Nikita e4909f16d2 TRYAGAIN error handling. #612 9 years ago
Nikita e76d28a768 Check that RLock still belongs to owner during renewal expiration. #597 9 years ago
Nikita 7484d2adb1 source.target set to 1.8 #500 9 years ago
Nikita 0223f1fc5e Merge branch 'master' into 3.0.0 9 years ago
Nikita 42bc256cc7 javadoc parser compatibility fixed 9 years ago
Nikita 9384e1b61c valuesAmountToClean risen from 100 to 500 9 years ago
Nikita c1326cc5b7 javadoc parser compatibility fixed 9 years ago
Nikita 3a33d21ac1 CompletableFuture & CompletionStage integration. #500 9 years ago
Nikita 702a38d968 Revert "CompletableFuture & CompletionStage integration. #500"
This reverts commit 27209e88f2.
9 years ago
Nikita 321ac1f919 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 27209e88f2 CompletableFuture & CompletionStage integration. #500 9 years ago
Rui Gu 847e17339f Merge branch 'mrniko/master' into redisson-reference 9 years ago
Rui Gu cfbd2ce874 API comments added 9 years ago
Rui Gu 3af0a46078 Fixed JSON and YAML config issue 9 years ago
Nikita 45a0989bd1 refactoring 9 years ago
Rui Gu 69dce47b80 Fixed RLiveObject in Redisson Reference 9 years ago
Nikita Koksharov 7c69f1776d Merge pull request #605 from jackygurui/redisson-reference
Redisson Reference
9 years ago
Nikita 951c8dd016 RMultimap.get should return RSet or RList interface instead of Set and List. #464 9 years ago
Nikita 008cd075e9 Promise interface switched 9 years ago
Nikita 2e2d5c1b70 license header corrected 9 years ago
Nikita 07f0228de5 PermitExpirableSemaphore implemented. #604 9 years ago
jackygurui e36ec9c9e4 Added FieldAccessor Support
Added FieldAccessorInterceptor
Added FieldAccessor annotation
Added test
9 years ago
jackygurui cbfb902d8f Extra interface methods and tests 9 years ago
jackygurui 0bd337db13 Enabled more interceptors
Enabled RObjectInterceptor
Enabled RExpirableInterceptor
Enabled RMapInterceptor
9 years ago
jackygurui d1eb2ece8f Renamed ExpirableInterceptor to RExpirableIntercepor
Added RMapInterceptor
Added RObjectInterceptor
Added ClassUtils
9 years ago
jackygurui 552eb98012 fix compilation 9 years ago
jackygurui fe5164e2c5 fix compilation 9 years ago
jackygurui e0b2c9c643 Merge remote-tracking branch 'origin/redisson-reference' into redisson-reference 9 years ago
jackygurui 5677374e49 fix compilation 9 years ago
jackygurui 410d843a8b Merge branch 'mrniko/master' into redisson-reference 9 years ago
jackygurui ec0e5916fb added warm up process to improve usage performance 9 years ago
jackygurui 51c5b6546f Relocated RedissonObjectFactory to org.redisson.misc 9 years ago
jackygurui 1752722d59 added RedissonObjectBuilder
RedissonObjectBuilder is now used to cache builder methods as oppose to
use nested maps for code quality improvement
9 years ago
jackygurui 581c26bbd1 Code quality improvement
Changed to use BiHashMap for class association lookup instead of using
class path string manipulation.
9 years ago
jackygurui 5c44792f28 added the ability to make BiHashMap immutable 9 years ago
jackygurui 32b910beb5 Added BiHashMap 9 years ago
Nikita beca76a527 Fixed - sync commands usage in connectionListener leads to connection timeout exception #608 9 years ago
Nikita d1d3e9098b Jackson 2.8.x compatibility fixed. #606 9 years ago
Nikita 8280b417a9 refactoring 9 years ago
jackygurui a88db7778a Removing BitSet Support 9 years ago
Nikita 943f135383 Logger fixed 9 years ago
jackygurui 6203e6740f Update CommandBatchService.java 9 years ago
Nikita 19cf412991 refactoring 9 years ago
Nikita 418bf5acce refactoring 9 years ago
Nikita dac045bb6c RSemaphore.reducePermits method added. #603 9 years ago
jackygurui 7edbf7f0a3 removed unused code 9 years ago
jackygurui ea5a0275b1 Merge branch 'mrniko/master' into redisson-reference 9 years ago
jackygurui 08320375bb added redisson reference test for live object support
added redisson reference test for sharing between RedissonClient and RedissonReactiveClient
9 years ago
jackygurui 835ff6a0ff Made utility method static 9 years ago
jackygurui 09be99e0ce Redisson Reference support for batch, reactive and reactive batch 9 years ago
jackygurui 2476bca078 Live object refactoring and simplifying 9 years ago
jackygurui 0e6b61ac0f Removed BitSet support from live object 9 years ago
Nikita 8943f0655d RSemaphore.reducePermits method added. #603 9 years ago
Nikita 0e5e4014f7 Redisson node could be created with existing Redisson instance 9 years ago
Nikita cd4c710355 license header added 9 years ago
Nikita 1605d6f9de LocalCachedMap should implements RDestroyable. #592 9 years ago
jackygurui 62042c4b95 Merge branch 'master' of https://github.com/mrniko/redisson into redisson-reference
# Conflicts:
#	redisson/pom.xml
#	redisson/src/main/java/org/redisson/command/CommandAsyncExecutor.java
#	redisson/src/main/java/org/redisson/command/CommandAsyncService.java
9 years ago
jackygurui 5066ded9ec initial commit for RedissonReference feature 9 years ago
Nikita 5261be134e RLocalCachedMap implemented. #592 9 years ago
Nikita 3d4b5d799b removed unnecessary sync in LRUCacheMap #592 9 years ago
Nikita 825a65371f comments added 9 years ago
Nikita ebec4744c0 Fixed race condition during cache entry removing. #592 9 years ago
Nikita 60b1c8fa15 Fixed - Can't find slave error in cluster mode if failed slave hasn't been added before. #593 9 years ago
Nikita 564258db79 refactoring 9 years ago
Nikita 038bedcbca Executor should reject non-static inner task class. #602 9 years ago
Nikita 8d5fba1967 LRU and LFU caches implemented. #592 9 years ago
Nikita 1cf00d2da2 Fixed wrong object encoding during RedissonScoredSortedSet.addScore usage. #594 9 years ago
Nikita 29c17dbb61 [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita 651cd907fc [maven-release-plugin] prepare release redisson-parent-2.3.0 9 years ago
Nikita 49b23d4e28 compilation fixed 9 years ago
Nikita 7b4594f682 comments added 9 years ago
Nikita 4deedba562 version updated 9 years ago
Nikita c9294e1774 refactoring 9 years ago
Nikita d00a1a7ae8 netty Future interface methods moved to RFuture interface 9 years ago
Nikita 3d26419614 comments added 9 years ago
Nikita de1ebe236a Ability to schedule task with cron expression. #213 9 years ago
Nikita c27b542c78 netty updated 9 years ago
Nikita b13e5291a9 Jackson codec updated 9 years ago
Nikita 2f797e2c1f refactoring 9 years ago
Nikita f6e547b03c Test fixed 9 years ago
Nikita Koksharov ef3a7200be Merge pull request #583 from shailender-bathula/master
#582: Always find a connection to read
9 years ago
Nikita 30c38ab4a3 ScheduledExecutorService implemented. #213 9 years ago
Shailender R. Bathula 12d72f7124 #582: Fix up the indentation 9 years ago
Shailender R. Bathula 1a87a5edda #582: Unit test to reproduce the issue and test the fix 9 years ago
Shailender Bathula 3b5c1f848b #582: Always find a connection to read 9 years ago
Nikita 5f0801d4ef refactoring 9 years ago
Nikita 0e7dba08f4 getId, getRemoteAddress and getLocalAddress methods added to RedissonNode 9 years ago
Nikita a6b3d7c396 refactoring 9 years ago
Nikita c7db1f2224 Redisson node config serialization fixed 9 years ago
Nikita fc5bb6d5e2 license 9 years ago
Nikita e8c9d40b4d RedissonNodeInitializer added. 9 years ago
Nikita 83d2a407c1 RedissonClient moved to api package 9 years ago
Nikita 37dc1879d8 connection pool size increased to 250 9 years ago
Nikita aab37b9444 connection pool size increased to 250 9 years ago
Nikita 1cf0b40179 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 8bd65a857b refactoring 9 years ago
Nikita ad796f34b1 RBoundedBlockingQueue.clear implemented 9 years ago
Rui Gu ba582aae06 Merge branch 'mrniko/master' into live-object 9 years ago
Nikita d112b5370f refactoring 9 years ago
Nikita e258d82796 Deprecated methods removed 9 years ago
Nikita e4d2a06240 refactoring 9 years ago
Nikita 72afcc431a ExecutorService code cleanup 9 years ago
Nikita e6c0a409e6 code cleanup 9 years ago
Nikita f67d21fe24 Topic listeners moved to org.redisson.api.listener package 9 years ago
Nikita 86ad8b932c Use codec from config for Executor service 9 years ago
Nikita 1f73c69531 Few fixes 9 years ago
Nikita 999428ebb9 RExecutorServiceAsync interface added. #208 9 years ago
Nikita cbe9ae6c0f Future interface replaced to RFuture for async methods. #577 9 years ago
Nikita 2874e75196 refactoring 9 years ago
Nikita 984fda8295 refactoring 9 years ago
Nikita f8d9d514a3 Ability to cancel task in running state. #208 9 years ago
Nikita a2393b0417 liveobject's annotations moved to org.redisson.api.annotation package 9 years ago
Nikita 1ee4716f64 few comments added 9 years ago
Nikita a0a4b1d509 project description fixed 9 years ago
Nikita 9ef22fe21c Redisson node refactored 9 years ago
Nikita 4c95155ab1 comments added 9 years ago
Nikita 2b42b649f0 deprecated methods removed 9 years ago
Nikita 21f2b57acf [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita b3d5f49a8d [maven-release-plugin] prepare release redisson-parent-0.9.0 9 years ago
Nikita f2ff3757ae javadoc generation fixed 9 years ago
Nikita 53e381ffba added creation javadoc jar for redisson-all module 9 years ago
Nikita 8dd8a50e8b [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita 63d2ec72e6 [maven-release-plugin] prepare release redisson-parent-0.9.0 9 years ago
Nikita 08f87d38a7 test version set 9 years ago
Nikita 749f982a0f [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita e70264c21c [maven-release-plugin] prepare release redisson-parent-2.3.0 9 years ago
Nikita c8b85109d9 poms fixed 9 years ago
Nikita f542774645 [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita 7967d8d3d3 [maven-release-plugin] prepare release redisson-parent-2.3.0 9 years ago
Nikita 50a4b5b5d1 version revered 9 years ago
Nikita b70f7a5fb4 [maven-release-plugin] prepare release redisson-parent-2.3.0 9 years ago
Nikita f41fc861f0 version fixed 9 years ago
Nikita 2d4871736c [maven-release-plugin] prepare release redisson-parent-2.3.0 9 years ago
Nikita 6c5098ce77 version fixed 9 years ago
Nikita 09798ae7e8 [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita 44f641e8dc [maven-release-plugin] prepare release redisson-parent-2.3.0 9 years ago
Nikita 9042258a7a test fixed 9 years ago
Nikita 37fccd4690 poms updated 9 years ago
Nikita f8ee767887 sources moved to redisson module 9 years ago
Nikita bbf160c807 redisson module added 9 years ago