Commit Graph

2165 Commits (ec0e5916fb7cbe775cfce2936e51abad6a99e802)
 

Author SHA1 Message Date
Nikita b1c519c07a ClusterConnectionManager NPE fixed 9 years ago
Nikita b706386985 RedisClient timeout interval changed 9 years ago
Nikita f87d02f9af license added 9 years ago
Nikita c5c2e3accb new cluster commands added 9 years ago
Rui Gu 0b129a25f1 Merge branch 'mrniko/master' into live-object 9 years ago
Rui Gu 3e83657842 changes to DefaultNamingScheme
unified the redisson_live_object naming and redisson_live_object_field
naming.
9 years ago
Nikita 8eae5b4830 RedisClientTest fixed 9 years ago
Nikita 9009b1af09 Test fixed 9 years ago
Nikita 4e24df8ecb Merge branch 'master' into new_pubsub
# Conflicts:
#	src/main/java/org/redisson/connection/ConnectionManager.java
9 years ago
Nikita 99b5c9346e RedissonRedLock unlock fixed 9 years ago
Nikita 0b5a890ed3 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita cb8f53f9c6 Cluster slot changes discovery fixed 9 years ago
Dan Checkoway 75393fb0f4 Fix more copypasta it's a pasta kind of day 9 years ago
Dan Checkoway 96d1f35437 Fix RedissonSetReactiveTest copypasta 9 years ago
Dan Checkoway 82da3f6ef6 Add RSetReactive.random 9 years ago
Nikita Koksharov 277da7268f Merge pull request #544 from andrejserafim/jackson
A basic typed map value codec.
9 years ago
Dan Checkoway 79c4141794 Add SRANDMEMBER support for getting a random set member (#1) 9 years ago
Nikita 2b0b722dbf Merge branch 'master' into new_pubsub 9 years ago
Nikita b71e3dde05 execute all lock, semaphore and countdownlatch commands using master node. #545 9 years ago
Nikita 5f1631810d commandTimeout param added to RedisClient object 9 years ago
Nikita f02663bf13 Compilation fixed 9 years ago
Nikita c150a91c29 tests added 9 years ago
Nikita 8fd41252b9 PubSub handling has been reimplemented. #543 9 years ago
jackygurui 068392d6d3 tests added for both TransformationMode.
fixed a bug where in some case, superclass class were preferred than
actual class.
9 years ago
jackygurui cfe4379032 Merge branch 'mrniko/master' into live-object 9 years ago
jackygurui 045f952c1a Add support to convert field value to RObject when possible
1. Added annotation type TransformationMode to REntity.
2. Fixed RedissonObjectFactory not supporting RBitSet.
3. Additional create method to support programmatical creation of
RObject from name and codec.
4. Comments for CodecProvider with a few extra API method.
5. Added RObjectField annotation.
6. modified DefaultNamingScheme to allow provide name to RObjects
9 years ago
jackygurui 4e1e8e501f fix generic types declaration. For example in DefaultResolverProvider.getResolver method and others. 9 years ago
jackygurui d1ff17b3d7 two things
move RLiveObjectService and RLiveObject to org.redisson.api package
fix RLiveObjectService.merge comment
9 years ago
jackygurui 1072a0e9f4 rename RedissonAttachedLiveObjectServiceTest to RedissonLiveObjectServiceTest 9 years ago
andrejserafim 141ca2c585 a basic typed map value codec.
Closed #532. See RedissonCodecTest for usage examples. I've had to change JsonJacksonCodec to use decoder, encoder members explicitly otherwise overriding just the map value ones would override all of them.

Also rearranged the methods in RedissonCodecTest, so they make more sense - test() method last.
9 years ago
Nikita 7f0cc3efa0 PubSubConnectionEntry.addListener sync fixed 9 years ago
Nikita a0b652ccb6 sync added for proper listener remove in handleBlockingOperations method 9 years ago
Nikita 7ea51d62f3 license updated 9 years ago
Nikita 5ff052cc12 size method added to ClusterSlotRange 9 years ago
Nikita f36b92c363 ClusterNodesDecoder slots parsing fixed 9 years ago
Nikita 36180dc20c Cluster commands added 9 years ago
Nikita 9f1d1f4785 Connections aren't closing during RedisClient shutdown 9 years ago
Nikita fb5c652574 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita eeb9d23898 RedissonRedLock.unlock fixed #542 9 years ago
Nikita Koksharov 47f9b9e24a Update CHANGELOG.md 9 years ago
Nikita fc473144f9 [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita 3e3b12aef9 [maven-release-plugin] prepare release redisson-2.2.17 9 years ago
Nikita 0dc67a49c4 License updated 9 years ago
Nikita 9468fb0dc0 refactoring 9 years ago
Nikita e5ad28a7e0 RedisClient constructor with address param added 9 years ago
Nikita 222563b376 refactoring 9 years ago
Nikita c7d2afbaf4 RedissonRedLock unlock fixed. #533 9 years ago
Nikita db4fba6533 RedissonRedLock implemented. #533 9 years ago
Nikita fe3f3dfb0f RedissonMultiLock lock optimization 9 years ago
Nikita Koksharov 9a1dd862ee Merge pull request #536 from andrejserafim/doc
Documenting local build
9 years ago