Commit Graph

2111 Commits (c9294e1774970d7f1d7f21a5be3a949a58fb575c)
 

Author SHA1 Message Date
jackygurui 13fb263142 using == to compare two Integer values 9 years ago
jackygurui 690bfec8bf To fix memory leak #535
Based on doc for method public abstract ByteBuf readBytes(int length) in io.netty.buffer.ByteBuf, the method returns a newly created buffer which contains the transferred bytes, which means we have to manually release this buffer.
9 years ago
andrejserafim ce153a3df2 remove travis env 9 years ago
andrejserafim 5e8d89a2d2 don't run redis 9 years ago
andrejserafim d36facab65 remove version, fix formatting 9 years ago
andrejserafim 736c8c02f2 a quick building doc 9 years ago
Rui Gu e33d1ad193 Merge branch 'mrniko/master' into live-object 9 years ago
Rui Gu 09ade2287c Removed DistributedAtomicLongIdGenerator
Renamed the ClassAwareDistributedAtomicLongIdGenerator to
DistributedAtomicLongIdGenerator

Added id field name to the DistributedAtomicLongIdGenerator naming
scheme.

Updated tests to reflect the above changes.
9 years ago
Rui Gu 73b1143103 Refactoring
Moved NamingScheme and related classes out of REntity into resolver
package

Moved codec provider, resolve provider and their default
implementations into provider package
9 years ago
Nikita bf18cddf5a RKeys.getKeysByPattern with count added 9 years ago
jackygurui 5e9ee1c147 added RId generator support 9 years ago
Nikita 63f0ae708b Type support added. #529 9 years ago
jackygurui b1aa6ceeca Merge branch 'mrniko/master' into live-object 9 years ago
jackygurui 4b4800cd49 renamed two API method
isPhantom replaced by isExists
remove replaced by delete
9 years ago
Nikita a821f0e2d3 unnecessary lock removed. #530 9 years ago
jackygurui 41fb115a28 RLiveObjectService API update
Added isPhantom method
Added isClassRegistered method
completed comments
fixed an issue where delete method is not proxied.
added missing license header
100% test coverage for the API
9 years ago
jackygurui 209f72b50f Fixed RedissonObjectFactory not using getOrCreate
Also fixed tests to use getOrCreate
9 years ago
jackygurui 8ab5972f05 API enhancement
Added registerClass and unregisterClass method
Added getOrCreate method
modified the code so that if an already proxied object passed to
attach, merge and persist, it will throw an exception.
9 years ago
jackygurui 807940a608 Merge branch 'mrniko/master' into live-object 9 years ago
jackygurui f36bade5c1 Completed LiveObject API with tests 9 years ago
Nikita bb9a016d5b 1. Fixed - RTopic.addListener sometimes worked asynchronous
2. Fixed - ClastCastException occurred if multi-type PubSub channels were used with single connection
3. Fixed - PubSub status message decoding
4. Fixed - PubSub subscription may stuck in some cases #530
9 years ago
Nikita eeec753070 config.subscriptionConnectionPoolSize default value raised to 50 9 years ago
jackygurui 618d2cbd65 Merge branch 'mrniko/master' into live-object 9 years ago
Nikita efa762d26b RedissonSetMultimapTest.testKeySize fixed 9 years ago
jackygurui d9db8a4c0f WIP 9 years ago
Nikita 69ac43ca0e required sync added 9 years ago
Nikita 6d524b0854 RedissonMultimap.keySet.size fixed 9 years ago
Nikita 422883faef Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita e6209a195f RedissonCache refactored 9 years ago
Nikita Koksharov 7ea33941b2 Merge pull request #528 from mdheeraj24/master
Adding keySize functionality for MultiMaps
9 years ago
jackygurui 708d049145 Fixed DefaultNamingScheme not serialising RId value properly
RId values are now serialised into hex string in DefaultNamingScheme
It now throws exception when trying to set RId value as an array.
9 years ago
dheeraj 15a69f0fc4 Adding keySize functionality for MultiMaps - Improvements 9 years ago
dheeraj 17b724cbb7 Adding keySize functionality for MultiMaps 9 years ago
jackygurui 5fd2ba5876 fixed a wrong reference for codec provider in Redisson 9 years ago
jackygurui f7ecddc1f0 Renamed RAttachedLiveObjectService to RLiveObjectService 9 years ago
jackygurui 4b3bca2b7a Merge branch 'mrniko/master' into live-object 9 years ago
Nikita Koksharov be15d2f504 Update CHANGELOG.md 9 years ago
Nikita Koksharov 8c78590524 Update README.md 9 years ago
Nikita Koksharov c8e9c07b75 Update CHANGELOG.md 9 years ago
Nikita d7d16ea081 [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita e2d2b47452 [maven-release-plugin] prepare release redisson-2.2.16 9 years ago
Nikita effc4143e5 version fixed 9 years ago
Nikita 3e9fef3222 Compilation fixed 9 years ago
Nikita 7ce3bbce7b [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita 037f6caf84 [maven-release-plugin] prepare release redisson-2.2.16 9 years ago
Nikita 9347b0a816 Spring 4.3.0 integration fixed 9 years ago
jackygurui d777329743 License header added 9 years ago
jackygurui aa754a9799 Merge branch 'mrniko/master' into live-object
# Conflicts:
#	src/main/java/org/redisson/Redisson.java
9 years ago
jackygurui 3498c9fa1e Disabling some features
Disabled the feature that exposes the internal RMap of live object
Disabled the support of RExpirable for live object
Disabled the support of RObject for live object
9 years ago
jackygurui 2b58c13322 Comments filled in 9 years ago