Nikita Koksharov
|
9b5f3a59f0
|
Update README.md
|
8 years ago |
Nikita Koksharov
|
adcfd62370
|
Update CHANGELOG.md
|
8 years ago |
Nikita
|
657d7486d5
|
[maven-release-plugin] prepare for next development iteration
|
8 years ago |
Nikita
|
3a5e81925c
|
[maven-release-plugin] prepare release redisson-3.3.2
|
8 years ago |
Nikita
|
5de2f7be0a
|
Merge branch 'master' into 3.0.0
|
8 years ago |
Nikita
|
512f1e6f69
|
spring-boot-actuator dependency added
|
8 years ago |
Nikita
|
e0629821f1
|
Merge branch 'master' into 3.0.0
# Conflicts:
# pom.xml
# redisson-all/pom.xml
# redisson-tomcat/pom.xml
# redisson-tomcat/redisson-tomcat-6/pom.xml
# redisson-tomcat/redisson-tomcat-7/pom.xml
# redisson-tomcat/redisson-tomcat-8/pom.xml
# redisson/pom.xml
|
8 years ago |
Nikita
|
19ad43b812
|
[maven-release-plugin] prepare for next development iteration
|
8 years ago |
Nikita
|
d765445ff3
|
[maven-release-plugin] prepare release redisson-2.8.2
|
8 years ago |
Nikita
|
a90720129a
|
headers fixed
|
8 years ago |
Nikita Koksharov
|
188ce3740e
|
Merge pull request #816 from candrews/CacheStatisticsProvider-master
Add an autoconfigured Spring Boot CacheStatisticsProvider implementation
|
8 years ago |
Craig Andrews
|
8d40bb7a67
|
Add an autoconfigured Spring Boot CacheStatisticsProvider implementation
|
8 years ago |
Nikita
|
df6c693b1a
|
RKeys.touch and RObject.touch methods were added. #704
|
8 years ago |
Nikita
|
169a86c901
|
RMap.getReadWriteLock method added
|
8 years ago |
Nikita
|
ecf44e6d9c
|
RedissonCompletionService implementation added
|
8 years ago |
Nikita Koksharov
|
9680476345
|
Merge pull request #815 from redisson/revert-790-CacheStatisticsProvider
Revert "Add an autoconfigured Spring Boot CacheStatisticsProvider implementation"
|
8 years ago |
Nikita Koksharov
|
21f0255ddf
|
Revert "Add an autoconfigured Spring Boot CacheStatisticsProvider implementation"
|
8 years ago |
Nikita Koksharov
|
6af05f4c57
|
Update CHANGELOG.md
|
8 years ago |
Nikita Koksharov
|
5b3e4653ec
|
Update CHANGELOG.md
|
8 years ago |
Nikita Koksharov
|
191363200f
|
Merge pull request #812 from coryshrmn/master
fix javadoc comment for getSet() return
|
8 years ago |
Cory Sherman
|
6313db486d
|
fix javadoc comment for getSet() return
|
8 years ago |
Rui Gu
|
3f31cd4641
|
Update README.md
|
8 years ago |
Nikita Koksharov
|
ba6108c3c5
|
Merge pull request #790 from candrews/CacheStatisticsProvider
Add an autoconfigured Spring Boot CacheStatisticsProvider implementation
|
8 years ago |
Craig Andrews
|
d4603413bf
|
Add an autoconfigured Spring Boot CacheStatisticsProvider implementation
|
8 years ago |
Nikita Koksharov
|
fafd66fd0e
|
Merge pull request #809 from SaikiranDaripelli/master
Adding support to supply custom connection manager
|
8 years ago |
Nikita
|
286b087a6e
|
Merge branch 'master' of github.com:redisson/redisson
|
8 years ago |
Nikita
|
3a9b555a4d
|
Fixed - NPE during RLocalCachedMap.fastRemove invocation #810
|
8 years ago |
Saikiran Daripelli
|
705c3ce00e
|
Adding comments.
|
8 years ago |
Saikiran Daripelli
|
990a8d07f6
|
Adding support to supply custom connection manager
|
8 years ago |
Rui Gu
|
ba4747ec9c
|
Merge branch 'redisson/master'
|
8 years ago |
Nikita Koksharov
|
7b4b29525d
|
Update README.md
|
8 years ago |
Nikita Koksharov
|
91291b7d8b
|
Update README.md
|
8 years ago |
Nikita
|
93b7a60ee9
|
refactoring
|
8 years ago |
Nikita
|
2906d574f5
|
Fixed - redisson-tomcat-8 not compatible with Tomcat 8.5.2 #797
|
8 years ago |
Nikita
|
98e8350707
|
URLBuilder made synchronized #798
|
8 years ago |
Nikita
|
0129403c6b
|
PSETEX used instead SETEX #791
|
8 years ago |
Nikita
|
900115984b
|
test fixed
|
8 years ago |
Nikita
|
8b49d5bec4
|
Fixed - DelayedQueue.remove(),DelayedQueue.removeAll() don't work #792
|
8 years ago |
Nikita
|
83e7ef26db
|
Log output fixed during shutdown
|
8 years ago |
Nikita
|
1caaee7ddd
|
Typa and AvroSchema are supplied to AvroJacksonCodec #800
|
8 years ago |
Nikita
|
2167f7ff8e
|
Merge branch 'master' of github.com:redisson/redisson
|
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
|
ccda1ee99e
|
ReadWriteLock LeaseTimeout calculation fixed
|
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 |