Commit Graph

3155 Commits (a22deac08b92f84594aafec66ebc46c4986d153a)
 

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