Commit Graph

1892 Commits (3e83657842eeaa7a3578c2b1f0c49c2cda297a09)
 

Author SHA1 Message Date
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
jackygurui 304d64dbc5 Internal map obtained through bytebuddy FieldValue annotation 9 years ago
jackygurui 0c5ae23aea Removed class level cache. 9 years ago
Nikita 08105c0382 libs updated 9 years ago
Nikita c507014c26 Fixed cluster state managing with redis masters only. #491 9 years ago
Nikita e6ccd7f3eb RedissonCache.getLockName minor optimization 9 years ago
Nikita 69f90ff8f3 Add Spring 4.3.0 support to RedissonSpringCacheManager 9 years ago
Nikita 3d88888f8d BlockingQueue test added 9 years ago
jackygurui b6d124f6ca Prefers no arg constructor 9 years ago
jackygurui 82943e18c5 TODO update: Add TTL renewal functionality 9 years ago
jackygurui dd7b93fef4 TTL Implementation completed 9 years ago
Nikita 4fcd54ec8c RSortedSet performance boost up to 4 times! 9 years ago
Nikita fb8cae7705 Compilation fixed 9 years ago
Nikita 6cdee25f43 RList.fastRemove and fastRemoveAsync methods were added 9 years ago
Nikita f5542bd6b9 RList.remove optimization 9 years ago
Nikita 42b3c1eaaf Added ability to define Codec for RemoteService. #523 9 years ago
Nikita d4d954effb MultimapCache added to RBatch object. #525 9 years ago
Nikita f9c1dda0e1 RGeo added to RBatch object. #522 9 years ago
Nikita 0227a0695d Fixed dead lock during RLock, RSemaphore, RReadWriteLock, RCountDownLatch usage under heavy load. #491, #486, #455 9 years ago
Nikita Koksharov 93574d4f6b Update README.md 9 years ago