Commit Graph

2206 Commits (e76d28a768bd530591beaae863ee993e817ce2be)
 

Author SHA1 Message Date
Nikita e76d28a768 Check that RLock still belongs to owner during renewal expiration. #597 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 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
Nikita Koksharov 19af660fb0 Merge pull request #611 from jackygurui/redisson-reference
Redisson reference
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
Nikita Koksharov 7cb08fe721 Merge pull request #610 from jackygurui/redisson-reference
Redisson reference
9 years ago
Rui Gu 69dce47b80 Fixed RLiveObject in Redisson Reference 9 years ago
Rui Gu d83be8dcee Merge branch 'mrniko/master' into 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
Nikita Koksharov 82dbf40c99 Merge pull request #609 from jackygurui/live-object
More Live object Features
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 2df876ae7d Merge branch 'mrniko/master' into live-object 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