Commit Graph

2569 Commits (53ed7f980976cff7fbb35300c3cf97f9af1dcdcc)
 

Author SHA1 Message Date
Nikita Koksharov 53ed7f9809 Update CHANGELOG.md 8 years ago
Nikita Koksharov c042ed00b9 Merge pull request #748 from jribble/local_cached_map_serialization_codec
RedissonLocalCachedMap doesn't work with SerializationCodec or FstCodec
8 years ago
Jarrod Ribble 1643905c65 override the testAddAndGet test for java serialization as that method won't work 8 years ago
Nikita Koksharov 07cefa476d Update README.md 8 years ago
Nikita Koksharov 4e88afabcf Update README.md 8 years ago
Nikita Koksharov a528555685 Update README.md 8 years ago
Jarrod Ribble 2cb015842d Add a version of RedissonLocalCachedMapTest that uses the SerializationCodec.
Fix most of the tests by making classes implement Serializable.
The testAddAndGet test is still failing and after an hour of looking through it, I still can't figure why.
8 years ago
Nikita c602555a12 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita fc83f94a64 [maven-release-plugin] prepare release redisson-2.7.3 8 years ago
Nikita d9291c2a2b pom fixed 8 years ago
Nikita df26e72ba7 pom fixed 8 years ago
Nikita dffda7e411 Fixed - RedissonBaseIterator.hasNext() doesn't return false on Object based RedissonSet. #718 8 years ago
Nikita 5cb8ab442c Added getLock(key) method to RMap, RMultimap interfaces. #747 8 years ago
Nikita 41642fc66c Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita 40c39c90e6 NoSuchFieldError exception fixed. #746 8 years ago
Nikita a0aa37b1d5 compilation fixed 8 years ago
Nikita Koksharov ac0e3c51cb Update README.md 8 years ago
Nikita Koksharov 36bdb8b624 Update README.md 8 years ago
Nikita Koksharov 4a8259cb05 Update README.md 8 years ago
Nikita Koksharov 8054307623 Update README.md 8 years ago
Nikita Koksharov 4b7f672d23 Update README.md 8 years ago
Nikita 1c00dcb8da refactoring 8 years ago
Nikita 9d1fd5d610 refactoring 8 years ago
Nikita d9081f2b39 ConnectionPool size not respected during connection by Redis address 8 years ago
Nikita 6d0e0a6362 RSortedSet.removeAsync and RSortedSet.addAsync don't work 8 years ago
Nikita 1f1f0b7bc2 CronSchedule moved to org.redisson.api package 8 years ago
Nikita 58500ad134 RedissonSpringCacheManager constructor with Redisson instance only added 8 years ago
Nikita 539a0c9bda javadocs fixed 8 years ago
Nikita 18f6c465fc deprecated methods removed 8 years ago
Nikita 49e0303fa3 Added restrictions for RBloomFilter parameters during tryInit invocation. #739 8 years ago
Nikita 40e4d7fbb9 Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita 5bf4a50ce2 CommandDecoder should print all replay body on error. #740 8 years ago
Nikita Koksharov 8f241f597f Update README.md 8 years ago
Nikita Koksharov c20c068093 Update README.md 8 years ago
Nikita Koksharov 357d3ea0a7 Update CHANGELOG.md 8 years ago
Nikita ef6a248d60 javadocs fixed 8 years ago
Nikita c44cd0b6ff [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita a65cc98e84 [maven-release-plugin] prepare release redisson-2.7.2 8 years ago
Nikita 77374a1e58 JCache API has back 8 years ago
Nikita 36212aff0e RSetAsync extends RSortableAsync 8 years ago
Nikita 9db81f0bb6 RScoredSortedSet implements RSortable interface #703 8 years ago
Nikita 89606bfe28 Comments fixed. #732 8 years ago
Nikita 8bd1d868c5 Fixed - `factory already defined` error during Redisson initialization. #734 8 years ago
Nikita 3dbf0488fd redis address format fixed 8 years ago
Nikita 90dd916785 Client Id auto expiration for RedissonBlockingFairQueue implemented 8 years ago
Nikita 923498fff0 RedissonLock optimization 8 years ago
Nikita d45af58259 NodeAsync interface, Node.info, Node.getNode methods added. #420 8 years ago
Nikita 33660f317a javadocs added 8 years ago
Nikita a913ca9d72 More equal elements distribution for consumers of RBlockingFairQueue 8 years ago
Nikita cad190152f new POC for RedissonBlockingFairQueue 8 years ago