Nikita
|
804b158229
|
Merge branch 'master' into 3.0.0
# Conflicts:
# redisson/src/main/java/org/redisson/reactive/RedissonKeysReactive.java
|
7 years ago |
Nikita
|
5eaab6e37f
|
Merge branch 'master' of github.com:redisson/redisson
|
7 years ago |
Nikita
|
c3655e5ef4
|
RedissonReactive.createTransaction method added. #1372
|
7 years ago |
Nikita
|
220370e47d
|
javadoc fixed
|
7 years ago |
Nikita
|
d5b930618c
|
commitAsync and rollbackAsync methods added to RTransaction
|
7 years ago |
Rui Gu
|
5b01a444b0
|
updated javadocs url to latest version
|
7 years ago |
Nikita
|
09c5a6baf3
|
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-tomcat/redisson-tomcat-9/pom.xml
# redisson/pom.xml
# redisson/src/main/java/org/redisson/RedissonReactive.java
# redisson/src/main/java/org/redisson/command/CommandReactiveBatchService.java
# redisson/src/main/java/org/redisson/reactive/RedissonBatchReactive.java
# redisson/src/test/java/org/redisson/RedissonMapTest.java
|
7 years ago |
Nikita
|
3fd1015f20
|
BatchOptions object should be supplied during Batch creation. #1392
|
7 years ago |
Nikita
|
dc6e80ebb9
|
RMap.fastReplace method added. #1379
|
7 years ago |
Nikita
|
2cea6711ff
|
RPermitExpirableSemaphoreReactive object added. #1391
|
7 years ago |
Nikita
|
92496e96ab
|
refactoring
|
7 years ago |
Nikita
|
dd13ac99e2
|
JDK10 compatibility fixed #1367
|
7 years ago |
Nikita
|
762c61ef2e
|
License added
|
7 years ago |
Nikita
|
3167a4cbdc
|
RTransaction commit/rollback method should throw TransactionException in case of error
|
7 years ago |
Nikita
|
194b457094
|
Spring Transaction API implementation. #1390
|
7 years ago |
Nikita
|
68506b455b
|
refactoring
|
7 years ago |
Nikita
|
28eedcda8b
|
refactoring
|
7 years ago |
Nikita
|
3e2087752e
|
refactoring
|
7 years ago |
Nikita
|
4dcca4002f
|
Merge branch 'master' of github.com:redisson/redisson
|
7 years ago |
Nikita
|
042cfcb7cb
|
Transaction API for Single, Master/Slave and Sentinel mode. #1372
|
7 years ago |
Nikita
|
ba43ae3f46
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
068217da78
|
[maven-release-plugin] prepare release redisson-3.6.5
|
7 years ago |
Nikita
|
fad11d51e2
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
7e0227eb46
|
[maven-release-plugin] prepare release redisson-2.11.5
|
7 years ago |
Nikita Koksharov
|
3e74925747
|
Update README.md
|
7 years ago |
Nikita Koksharov
|
2121d4262f
|
Update CHANGELOG.md
|
7 years ago |
Nikita
|
935d7dddaf
|
netty updated
|
7 years ago |
Nikita
|
3393348318
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
dc74a12282
|
Fixed - ClusterConnectionManager throws IllegalArgumentException. #1378
|
7 years ago |
Nikita
|
ec1147ee98
|
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-tomcat/redisson-tomcat-9/pom.xml
# redisson/pom.xml
|
7 years ago |
Nikita
|
5a8877d5fc
|
refactoring
|
7 years ago |
Nikita
|
a42a20ba11
|
Fixed - CommandDecoder doesn't remove command with failed response from commands queue. #1377
|
7 years ago |
Nikita
|
4d9daa2e69
|
Merge branch 'master' of github.com:redisson/redisson
|
7 years ago |
Nikita
|
f1c7b20974
|
Fixed - RSetMultimap.get() does not update multimap correctly. #1375
|
7 years ago |
Nikita
|
096155dff6
|
RSetCache.getLock method added
|
7 years ago |
Rui Gu
|
1897135ac5
|
Added FAQs section
|
7 years ago |
Nikita
|
bcdc19d7db
|
Fixed - an error shouldn't appear if Redisson successfully got the information at least from one sentinel/cluster server. #1366
|
7 years ago |
Nikita
|
4e900cb412
|
RKeys.copy method added
|
7 years ago |
Nikita
|
ab84ad1883
|
Merge branch 'master' of github.com:redisson/redisson
|
7 years ago |
Nikita
|
b5688fc07e
|
RObject.copy method added
|
7 years ago |
Nikita
|
601ba4d16f
|
Fixed - RObject.migrate method.
|
7 years ago |
Nikita
|
dece260e2b
|
Fixed - hdel wasn't used during remote service task removal. #1363
|
7 years ago |
Rui Gu
|
1b4474f943
|
added FAQs link
|
7 years ago |
Nikita Koksharov
|
6196f9993c
|
Update README.md
|
7 years ago |
Nikita Koksharov
|
e351e9f844
|
Update CHANGELOG.md
|
7 years ago |
Nikita
|
0a4f30d540
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
c4c38de419
|
[maven-release-plugin] prepare release redisson-3.6.4
|
7 years ago |
Nikita
|
d9e57be29e
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
8a0d083fd9
|
[maven-release-plugin] prepare release redisson-2.11.4
|
7 years ago |
Nikita
|
6be107cfc4
|
Merge branch 'master' into 3.0.0
|
7 years ago |