Saikiran Daripelli
705c3ce00e
Adding comments.
8 years ago
Saikiran Daripelli
990a8d07f6
Adding support to supply custom connection manager
8 years ago
Nikita Koksharov
1537bba3cb
Merge pull request #800 from marlonwc3/tests/add-test-coverage-to-avro-jacksson-codec
...
Add test coverage for org.redisson.codec.AvroJacksonCodec
8 years ago
Marlon Reghert
d736b07470
Add test coverage for org.redisson.codec.AvroJacksonCodec by fixing an wrong variable assignment at org.redisson.RedissonCodecTest
8 years ago
Nikita Koksharov
6012d32a58
Merge pull request #796 from jackygurui/spring-namespace
...
Additional namespace refinement
8 years ago
Rui Gu
4c678f2083
Added test case for examples mentioned in the wiki page.
8 years ago
Rui Gu
c90a898ecb
Added a way to eagerly resolve the masterAddress URL from string
8 years ago
Rui Gu
53bbc25a94
fixed a typo in RedisRunner
8 years ago
Rui Gu
3ceb0c4d1e
XSD typo fixed and added a missing attribute
8 years ago
Rui Gu
6d2a45b5e7
keep the xsd inline with configuration changes happened recently
8 years ago
Rui Gu
7a82f0210e
Merge branch 'redisson/master' into spring-namespace
...
* redisson/master: (30 commits)
#793 mark dependencies as optional which are not strictly required for the core functionality
Fixed Config.fromJson(File file) method, throws StackOverflowError #789
Update README.md
Update README.md
Update CHANGELOG.md
Update CHANGELOG.md
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release redisson-2.8.1
Update README.md
Update README.md
LeaseTimeout calculated in wrong way in case of nested ReadLocks
Java docs fixed
LocalCachedMap.putAll optimization
Update README.md
Skip cluster nodes with the "handshake" flag
Update README.md
Update README.md
Update README.md
TomcatSessionManager can't be used in Tomcat if it already has been deployed in Application. #784
subscriptionMode setting added
...
8 years ago
Rui Gu
4d8a16ac5e
Removed the workaround for multi-lock namespace definition
...
Removed the workaround for multi-lock namespace definition
Employed proper solution where dependencies are explicitly defined to
help spring create beans in a desired order.
8 years ago
Nikita Koksharov
d8a0b07e4b
Merge pull request #794 from smigfu/master
...
#793 mark dependencies as optional which are not strictly required for the core functionality
8 years ago
Nikita Koksharov
43ba75d3eb
Merge pull request #795 from jackygurui/spring-namespace
...
Redisson's Spring custom namespace support
8 years ago
Rui Gu
579d915a8a
Replaced strings with constant references
8 years ago
Rui Gu
05f40beb59
removed commented code
8 years ago
Rui Gu
6ae8f8f6a8
Redisson's Spring custom namespace support
8 years ago
Philipp Marx
c0dc65e606
#793 mark dependencies as optional which are not strictly required for the core functionality
8 years ago
Nikita
7d2232e4dd
Merge branch 'master' of github.com:redisson/redisson
8 years ago
Nikita
b8a0c6c277
Fixed Config.fromJson(File file) method, throws StackOverflowError #789
8 years ago
Nikita Koksharov
61363b7806
Update README.md
8 years ago
Nikita Koksharov
7242ce6a2b
Update README.md
8 years ago
Nikita Koksharov
36061df800
Update CHANGELOG.md
8 years ago
Nikita Koksharov
ce00b544d7
Update CHANGELOG.md
8 years ago
Nikita
d182cd7421
[maven-release-plugin] prepare for next development iteration
8 years ago
Nikita
e9e9e2e3ed
[maven-release-plugin] prepare release redisson-2.8.1
8 years ago
Nikita Koksharov
38b5f8ac76
Update README.md
8 years ago
Nikita Koksharov
62c4c7fa15
Update README.md
8 years ago
Nikita
124c7dd480
Merge branch 'master' of github.com:redisson/redisson
8 years ago
Nikita
141236de7f
LeaseTimeout calculated in wrong way in case of nested ReadLocks
8 years ago
Nikita
be5f46e87e
Java docs fixed
8 years ago
Nikita
9b5b7f5ac4
LocalCachedMap.putAll optimization
8 years ago
Nikita Koksharov
ed9ba25ab6
Update README.md
8 years ago
Nikita Koksharov
06cf98016f
Merge pull request #787 from layerhq/fix-handshake-node-bug
...
Skip cluster nodes with the "handshake" flag
8 years ago
Dan Checkoway
bbc7719536
Skip cluster nodes with the "handshake" flag
8 years ago
Nikita Koksharov
243616471b
Update README.md
8 years ago
Nikita Koksharov
108ded3221
Update README.md
8 years ago
Nikita Koksharov
af2cd70923
Update README.md
8 years ago
Nikita
204a594725
TomcatSessionManager can't be used in Tomcat if it already has been deployed in Application. #784
8 years ago
Nikita
da960060b0
subscriptionMode setting added
8 years ago
Nikita
94a4dc9183
Errors handling during RBatch execution
8 years ago
Nikita
57aea881c5
SoftReferences should be deleted automatically. #777
8 years ago
Nikita
07ae51add5
refactoring
8 years ago
Nikita
49a558b4b5
polishing
8 years ago
Nikita
92e5068fb4
dependencies updated
8 years ago
Nikita
64ac9e6a06
Merge branch 'master' of github.com:redisson/redisson
8 years ago
Nikita
c7798412fd
StackOverflowException in URLBuilder fixed. #776
8 years ago
Nikita
641063c9fc
StackOverflowException in URLBuilder fixed
8 years ago
Nikita
3ea04a5954
StackOverflowException in URLBuilder fixed
8 years ago
Rui Gu
3fe75681f2
Update README.md
...
added Priority Queue, Priority Deque to description
8 years ago