Commit Graph

3457 Commits (d4f75e511e46f2254b0e1f8feda1b24980acb21a)
 

Author SHA1 Message Date
Nikita 9e4767690c NPE checking 7 years ago
Nikita 8f30949927 refactoring 7 years ago
Nikita 6327511772 MapCacheEvictionTask optimization 7 years ago
Nikita Koksharov a209dcb1ab Merge pull request #1056 from sdjacobs/bugfix-is-accessor
Bugfix: accessor methods in Live Objects break if they start with 'is'
7 years ago
Simon Jacobs 379aabf084 Bugfix: accessor methods in Live Objects break if they start with 'is' 7 years ago
Nikita 0bb9115df2 Enchantments to Redis commands processing core. 7 years ago
Nikita 86229ed1cc Compilation fixed 7 years ago
Nikita cdb13cf502 Merge branch 'master' of github.com:redisson/redisson 7 years ago
Nikita a55545558a MapReduce Collator couldn't be executed if timeout was defined. #1053 7 years ago
Nikita Koksharov 0c4883c4d4 Merge pull request #1051 from sdjacobs/inherit-live-object
Allow LiveObjectService to work with classes that inherit from REntities
7 years ago
Simon Jacobs d6979d436b Allow LiveObjectService to work with classes that inherit from REntities 7 years ago
Nikita Koksharov 3241e3bbff Update README.md 7 years ago
Nikita c7f327d95d RedisNodeNotFoundException should be supplied to Failed Promise. #1048 7 years ago
Nikita be1ac4b304 Fixed NPE in RedissonKeys #1039 7 years ago
Nikita 8d65ddecd1 Merge branch 'master' of github.com:redisson/redisson 7 years ago
Nikita 77b43d6b1f CancellationException handling during RemotePromise cancellation 7 years ago
Nikita 10be68bd3b RedisNodeNotFoundException should be supplied to Failed Promise. #1048 7 years ago
Nikita Koksharov 672795b577 Update README.md 7 years ago
Nikita Koksharov 97a4934b8a Update README.md 7 years ago
Nikita Koksharov a992925c8d Update CHANGELOG.md 7 years ago
Nikita b9106619bb [maven-release-plugin] prepare for next development iteration 7 years ago
Nikita 827ac452b1 [maven-release-plugin] prepare release redisson-2.10.3 7 years ago
Nikita 98e88db97c Merge branch 'master' of github.com:redisson/redisson 7 years ago
Nikita a45a476bd3 ByteBufs are not released properly in SnappyCodec and LZ4Codec #1046 7 years ago
Nikita Koksharov 0339bf00e3 Update README.md 8 years ago
Nikita Koksharov 27b852e922 Update README.md 8 years ago
Nikita Koksharov f5d169b2a0 Update CHANGELOG.md 8 years ago
Nikita 45236c4b4d [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita e244b8a6c3 [maven-release-plugin] prepare release redisson-2.10.2 8 years ago
Nikita Koksharov 3c4a832c39 Merge pull request #1043 from sulake/fix_nits
Correct var names, improve documentation.
8 years ago
Nikita db8e340d86 RMapCache var name fixed 8 years ago
Johno Crawford e4cc154823
Correct var names, improve documentation. 8 years ago
Nikita cf1a190594 RMapCacheTest fixed 8 years ago
Nikita 097eb32cd6 RMapCache.setMaxSize method added. #1027 8 years ago
Nikita 1ab3cb3052 Command logging fixed. #1035 8 years ago
Nikita 727c4523cb RedissonMapCache bug fixes #1027 8 years ago
Nikita deea34a82f unnecessary ByteBuf.release invocation during last attempt to write execution 8 years ago
Nikita 8021dc923f writeFuture should be canceled on last attempt. 8 years ago
Nikita dc30a14b3e ButeBuf.release method invocation was missed in some RedissonLocalCachedMap methods 8 years ago
Nikita Koksharov 1f4e4db9b3 Merge pull request #1033 from sulake/addAndGetRevRankAsync
Add methods to add item and get rank for RedissonScoredSortedSet
8 years ago
Nikita 6043b1f7c1 RMapCache.trySetMaxSize method added. #1027 8 years ago
Zun d451c4ecb4 fix java doc 8 years ago
Zun 72d929f80f add methods to add item and get rank 8 years ago
Nikita 39c4b29565 Fixed NPE in LoadBalancerManager. #1031 8 years ago
Nikita Koksharov 3d91c7b4ad Update README.md 8 years ago
Nikita f6facf08a8 Fixed NPE in LoadBalancerManager. #1031 8 years ago
Nikita Koksharov e606419633 Merge pull request #1028 from sulake/fixes
Revert changes to StringCodec and fix script compilation.
8 years ago
Johno Crawford d7b7fecbb5
Revert changes to StringCodec and fix script compilation. 8 years ago
Nikita Koksharov aa2314f8f2 Merge pull request #1027 from sulake/feature/bounded_cache
Add support for bounded Redisson map cache (max size configuration).
8 years ago
Johno Crawford 4a25fab9df
Add support for bounded Redisson map cache (max size configuration).
Currently RedissonMapCache creates an unbounded set in Redis which may cause problems in certain cache implementations.
8 years ago