Nikita
|
3152a46628
|
tests refactoring
|
7 years ago |
Nikita
|
8345e24c0b
|
Fixed - remove hset command invocation during entry loading. #1282
|
7 years ago |
Nikita
|
1b54139f3a
|
RBucketsAsync interface added. #1269
|
7 years ago |
Nikita
|
116d36ee8f
|
javadocs fixed
|
7 years ago |
Nikita
|
d543ec26e9
|
refactoring
|
7 years ago |
Nikita
|
8606051205
|
javadocs added
|
7 years ago |
Nikita
|
36f118438c
|
rangeTailReversed, rangeHeadReversed and rangeReversed methods added to RLexSortedSet object. #1264
|
7 years ago |
Nikita
|
b97f5cc8a4
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
3db173e5de
|
[maven-release-plugin] prepare release redisson-3.6.0
|
7 years ago |
Nikita
|
7abc90676c
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
7dcab544ae
|
[maven-release-plugin] prepare release redisson-2.11.0
|
7 years ago |
Nikita
|
7b95e8de13
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
14db662641
|
netty updated
|
7 years ago |
Nikita
|
d4ec646ffc
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
518e30c051
|
refactoring
|
7 years ago |
Nikita
|
1e33cab404
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Gzegoz Jurgo
|
9198b5fc50
|
JsonJacksonCoded do not override provided objectMapper settings.
|
7 years ago |
Nikita
|
b08bcae265
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
080dd1f020
|
refactoring
|
7 years ago |
Nikita
|
0244e069ae
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
f3efba98f8
|
Fixed - MapCache listener not working on cross-platform environment. #1205 #1189
|
7 years ago |
Nikita
|
8cdac0de5a
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
9882f72e69
|
compilation fixed
|
7 years ago |
Nikita
|
b26d52c5ab
|
Reset and Sum methods with timeout support added to both RDoubleAdder and RLongAdder objects
|
7 years ago |
Nikita
|
d7825814fc
|
Fixed - CacheOperationInvoker.ThrowableWrapper is missed during ValueRetrievalException creation.
|
7 years ago |
Nikita
|
ff23a3fc91
|
Fixed - ValueRetrievalException shouldn't be wrapped by IllegalStateException. #1257
|
7 years ago |
Nikita
|
f8c076d7b0
|
compilation fixed
|
7 years ago |
Nikita
|
e129dda358
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
4909663457
|
Merge branch 'master' of github.com:redisson/redisson
|
7 years ago |
Nikita Koksharov
|
a0a14d62d8
|
Merge pull request #1249 from danielgeller/static-prefix-suffix
Make prefixName and suffixName be static methods
|
7 years ago |
Nikita
|
949bbe7f01
|
compilation fixed
|
7 years ago |
Nikita
|
ece03dbb96
|
removed deprecated objects
|
7 years ago |
Nikita
|
47becf1ee5
|
Spring Session updated to 2.0.0 #1261
|
7 years ago |
Nikita
|
a66cf86fc1
|
Merge branch 'master' into 3.0.0
# Conflicts:
# redisson/src/main/java/org/redisson/reactive/RedissonBatchReactive.java
|
7 years ago |
Nikita
|
16ff4b1bbc
|
license header added
|
7 years ago |
Nikita
|
3db1c46c42
|
Fixed - RedissonReadLock by name with colon couldn't be unlocked properly #1219
|
7 years ago |
Nikita
|
1c4df64185
|
Fixed - Wrong parsing of RScript.ReturnType.MULTI result. #1251
|
7 years ago |
Nikita
|
e37729deee
|
Comments added
|
7 years ago |
Nikita
|
efd17b9440
|
Fixed - RKeys.countExists and touch return wrong result in cluster mode
|
7 years ago |
Daniel Geller
|
3ca5c8c234
|
Make prefixName and suffixName be static methods. They do not use any instance variables or instance context, and making them static allows for easier extension of Redisson with custom functionality on Redisson internal admin/management objects.
|
7 years ago |
Nikita
|
e234d6ca77
|
refactoring
|
7 years ago |
Nikita
|
6bcd474c65
|
RAtomicLong.getAndDelete and RAtomicDouble.getAndDelete methods added. #1248
|
7 years ago |
Nikita
|
fa48e706ff
|
RBucket.getAndDelete method added. #1247
|
7 years ago |
Nikita
|
e30739cb19
|
RedissonSemaphoreTest.testConcurrency_MultiInstance_10_permits removed
|
7 years ago |
Nikita
|
b4ef4dbd55
|
Useless RedissonConcurrentMapTest removed
|
7 years ago |
Nikita
|
700dc2050c
|
refactoring
|
7 years ago |
Nikita
|
276d1e4bbd
|
Fixed RLocalCachedMap.putOperationAsync
|
7 years ago |
Nikita
|
7ead223c93
|
Fixed - RLocalCachedMap.putAll gets stuck. #1245
|
7 years ago |
Nikita
|
67cebd0e0f
|
RBatch.atomic option added. #1242
|
7 years ago |
Nikita
|
47505aa3f3
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
0a2ea38939
|
minor improvements
|
7 years ago |
Nikita
|
2805785d84
|
Current hash implementation replaced with HighwayHash. #1238
|
7 years ago |
Nikita
|
ae1a35fdaf
|
Merge branch 'master' into 3.0.0
# Conflicts:
# redisson/src/main/java/org/redisson/reactive/RedissonAtomicLongReactive.java
|
7 years ago |
Nikita
|
a19b74e890
|
refactoring
|
7 years ago |
Nikita
|
4a1a92972e
|
refactoring
|
7 years ago |
Nikita
|
60abd56305
|
testTaskResume added. #1231
|
7 years ago |
Nikita
|
d08290233a
|
Eviction process adjustments
|
7 years ago |
Nikita
|
882773409e
|
javadocs fixed
|
7 years ago |
Nikita
|
b7643513fb
|
RAtomicDoubleReactive added
|
7 years ago |
Nikita
|
626f5785f6
|
PriorityBlockingDeque implemented. #1235
|
7 years ago |
Nikita
|
c9dacc4007
|
refactoring
|
7 years ago |
Nikita
|
6889464843
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
5b2d85ca5b
|
refactoring
|
7 years ago |
Nikita
|
fc6ac4bba2
|
RDoubleAdder implemented. #1230
|
7 years ago |
Nikita
|
f7efd86b09
|
RLongAdder implemented. #1226
|
7 years ago |
Nikita
|
ec64319303
|
refactoring
|
7 years ago |
Nikita
|
bd5538cea1
|
refactoring
|
7 years ago |
Nikita
|
a5ec79f82c
|
test for cancelTask method added
|
7 years ago |
Nikita
|
e2e3e28365
|
setDnsMonitoringInterval(-1) doesn't allow to disable DNS monitoring. #1221
|
7 years ago |
Nikita
|
3aca9f43c9
|
javadocs fixed
|
7 years ago |
Nikita
|
ff59a1420a
|
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
|
7 years ago |
Nikita
|
579277121d
|
ReactiveIterator renamed to MapReactive
|
7 years ago |
Rui Gu
|
60285a0d9c
|
Update RLiveObjectService.java
|
7 years ago |
Rui Gu
|
ef2f594ff7
|
Update RLiveObjectService.java
|
7 years ago |
Nikita
|
0b6113a0bb
|
Comments added
|
7 years ago |
Nikita
|
113ba7865a
|
refactoring
|
7 years ago |
Nikita
|
7c668a0622
|
KQueue support added. #1215
|
7 years ago |
Nikita
|
1beed1dd8b
|
refactoring
|
7 years ago |
Nikita
|
28cc511f25
|
refactoring
|
7 years ago |
Nikita
|
d3b2989402
|
JDK 1.6+ compatibility fixed. #1209
|
7 years ago |
Nikita
|
5e80baef84
|
RPriorityBlockingQueue implemented. #948
|
7 years ago |
Nikita
|
90ac96afc4
|
RPriorityQueue.pollLastAndOfferFirstTo method added
|
7 years ago |
Nikita
|
496af92b2b
|
Compilation fixed
|
7 years ago |
Nikita
|
fe245701a7
|
ConfigEndpoint support for ClusterConnectionManager. #1213
|
7 years ago |
Nikita
|
fabf9c3067
|
netty updated
|
7 years ago |
Nikita
|
dee659320b
|
refactoring
|
7 years ago |
Nikita
|
3e1d5a6a60
|
refactoring
|
7 years ago |
Nikita
|
06c726b5d6
|
refactoring
|
7 years ago |
Nikita
|
f47de9b9ba
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
d15dbdad88
|
[maven-release-plugin] prepare release redisson-3.5.7
|
7 years ago |
Nikita
|
82fc18bb92
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
024205bf3a
|
[maven-release-plugin] prepare release redisson-2.10.7
|
7 years ago |
Nikita
|
70af89bff3
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
09b2724c44
|
Fixed - IP address renew process. #1178
|
7 years ago |
Nikita
|
373807b2b1
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
9b6b7ff1f2
|
refactoring
|
7 years ago |
Nikita
|
fb04f36d98
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
aa228315e9
|
refactoring
|
7 years ago |
Nikita
|
e4253374fd
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
8a14faec43
|
Fixed - Redisson remote services can't ack when running redis in cluster mode. #1191
|
7 years ago |
Nikita
|
718206170b
|
Merge branch 'master' into 3.0.0
# Conflicts:
# redisson/src/main/java/org/redisson/misc/PromiseDelegator.java
# redisson/src/main/java/org/redisson/misc/RedissonPromise.java
|
7 years ago |
Nikita
|
27ade05294
|
RedissonRedLock couldn't be locked in some cases. #1175
|
7 years ago |
Nikita
|
3c63cbbd42
|
Promises with listeners should not be removed during weak reference collection process. #1185
|
7 years ago |
Nikita
|
b4cc6f9941
|
Fixed - RedissonRedLock couldn't be locked in some cases. #1175
|
7 years ago |
Nikita
|
dd8ac6c1a2
|
Merge branch 'master' into 3.0.0
# Conflicts:
# redisson/src/main/java/org/redisson/RedissonReactive.java
# redisson/src/main/java/org/redisson/reactive/RedissonMapReactiveIterator.java
# redisson/src/main/java/org/redisson/reactive/SetReactiveIterator.java
|
7 years ago |
Nikita
|
b9d9f87043
|
Fixed - IP address renew process. #1178
|
7 years ago |
Nikita
|
ecd78802b2
|
ResolverProvider removed. #1187
|
7 years ago |
Nikita
|
e7bc7904ed
|
Renamed codecProvider and redissonReferenceEnabled Config properties #1186
|
7 years ago |
Nikita
|
9b5fb39a4b
|
Fixed - DNSMonitor fails on bootstrap with custom event loop. #1188
|
7 years ago |
Nikita
|
a309aa4b58
|
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
|
7 years ago |
Nikita
|
02c7bfabaf
|
timeout should be applied to response queue
|
7 years ago |
Nikita
|
d9537b5a74
|
NPE fixed
|
7 years ago |
Nikita
|
2b8ec9520c
|
RExecutorFuture and RScheduledFuture shouldn't be tracked if they weren't stored. #1185
|
7 years ago |
Nikita
|
590e2c737f
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
57884dd8fa
|
[maven-release-plugin] prepare release redisson-3.5.6
|
7 years ago |
Nikita
|
528506634e
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
c0ca42c9ea
|
[maven-release-plugin] prepare release redisson-2.10.6
|
7 years ago |
Nikita
|
2d027c947a
|
Compilation fixed
|
7 years ago |
Nikita
|
76c64473b4
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
a5c26a13dc
|
Scheduled tasks memory consumption reduced. #1158
|
7 years ago |
Nikita
|
6d39a91a55
|
netty updated
|
7 years ago |
Nikita
|
0ef6657f11
|
new test added
|
7 years ago |
Nikita
|
547573e7ee
|
RedissonInputStream.seek method added
|
7 years ago |
Nikita
|
2ed066355c
|
Script encoding fixed. #1172
|
7 years ago |
Nikita
|
a98118221f
|
Fixed MapLoader hangs if loaded value is null. #1170
|
7 years ago |
Nikita
|
353f9aa24d
|
ScheduledFuture memory allocation optimization. #1158
|
7 years ago |
Nikita
|
4c8f966713
|
Memory consumption reduced during scheduled tasks processing #1158
|
7 years ago |
Nikita
|
8661de67f1
|
javadocs fixed
|
7 years ago |
Nikita
|
156be4dab6
|
ExecutorService memory consumption optimization. #1158
|
7 years ago |
Nikita
|
044ebebbf2
|
pingConnectionInterval setting added. #946
|
7 years ago |
Nikita
|
447f0633f8
|
Added sync on key for JCache.invoke method
|
7 years ago |
Nikita
|
959cca4fe1
|
Fixed Out of memory problem during RedissonExecutorService usage. #1158
|
7 years ago |
Nikita
|
84f5629143
|
ReconnectionStrategy and SyncStrategy were added to LocalCachedMapOptions. #1157
|
7 years ago |
Nikita
|
9ccdb318a5
|
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
|
7 years ago |
Nikita
|
f034500825
|
compilation fixed
|
7 years ago |
Nikita
|
e4b752a339
|
Fixed NPE in BaseRemoteService #1146
|
7 years ago |
Nikita
|
42c62d4ff0
|
Fixed SnappyCodec can't handle data more than 32K #1145
|
7 years ago |
Nikita
|
a05ba3f769
|
SecureRandom replaced to ThreadLocalRandom in RandomLoadBalancer
|
7 years ago |
Nikita
|
9db9db8a25
|
refactoring
|
7 years ago |
Nikita
|
ec4f2cb518
|
refactoring
|
7 years ago |
Nikita
|
fa8c6bd91e
|
RSetMultimapReactive added
|
7 years ago |
Nikita
|
2d85018431
|
refactoring
|
7 years ago |
Nikita
|
2e8145046d
|
final added
|
7 years ago |
Nikita
|
87b29ff5f1
|
test fixed
|
7 years ago |
Nikita
|
5a8c7a06bc
|
RSetMultimapReactive object added. #1138
|
7 years ago |
Nikita
|
2e513c6383
|
refactoring
|
7 years ago |
Nikita
|
41548bf6e0
|
Fixed - Failed to continue poll remote responses if current waiting for response has been canceled. #1137
|
7 years ago |
Nikita
|
16d83e4438
|
Fixed SSL support for cluster mode #1135
|
7 years ago |
Nikita
|
b2a1f6b89d
|
Fixed - task with longer start time shouldn't overlap current task with shorter start time. #1112
|
7 years ago |
Nikita
|
941937e69f
|
RListMultimapReactive object added. #1131
|
7 years ago |
Nikita
|
8716e66fb7
|
redis:// prefix removed
|
7 years ago |
Nikita
|
d3d6424983
|
DNSMonitor optimization
|
7 years ago |
Nikita
|
40aaaaf3c6
|
refactoring
|
7 years ago |
Nikita
|
45db5cbea4
|
ReadMode should be taken in account #1124
|
7 years ago |
Nikita
|
3bb5ed6f6d
|
Slaves should be added without freeze state. #1078
|
7 years ago |
Nikita
|
3904aa002b
|
Merge branch 'master' of github.com:redisson/redisson
|
7 years ago |
Nikita
|
9c19eda01d
|
Master should be disabled if any slave up. #1121
|
7 years ago |
Jose Duraes
|
f25f12f844
|
add missing condition for tentatively unfreezing node
|
7 years ago |
Nikita
|
30f0f72804
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
1e640ea04e
|
[maven-release-plugin] prepare release redisson-3.5.5
|
7 years ago |
Nikita
|
d228d47404
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
cbf441b24a
|
[maven-release-plugin] prepare release redisson-2.10.5
|
7 years ago |
Nikita
|
178c32c99b
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
afa5f04fb6
|
Compilation fixed
|
7 years ago |
Nikita
|
d66e1bdf45
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
2899d15ece
|
Checking for failed masters reverted
|
7 years ago |
Nikita
|
08d72ea856
|
projectreactor updated
|
7 years ago |
Nikita
|
2b3b4ccac6
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
65f8d22b23
|
Compilation fixed
|
7 years ago |
Nikita
|
aef7c49482
|
Added binary codec for messages used in LocalCachedMap object #1117
|
7 years ago |
Nikita
|
146d87c7e5
|
Added checking for failed masters during Redisson startup in Cluster mode #1116
|
7 years ago |
Nikita
|
89eff3861e
|
Refactoring
|
7 years ago |
Nikita
|
1a11c3047e
|
In case of RedisLoadingException handling, make a new attempt to reconnect with 1 second delay. #1075
|
7 years ago |
Nikita
|
e21b5a1444
|
Added RedisLoadingException handling during re-connection process. #1075
|
7 years ago |
Nikita
|
9b30082558
|
Fixed RedisClient can't be shutdown properly. #1076
|
7 years ago |
Nikita
|
3c63f97f2a
|
Fixed timeout drift for RFairLock. #1104
|
7 years ago |
Nikita
|
cce0cf3809
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
901b491106
|
refactoring
|
7 years ago |
Nikita
|
ea933127c5
|
awaitility updated to 3.0.0
|
7 years ago |
Nikita
|
cbda17c682
|
Fixed expiration handling of reentrant write lock. #1110
|
7 years ago |
Nikita
|
48ea96f2fe
|
RReadWriteLock doesn't work in cluster. #1098
|
7 years ago |
Nikita
|
b3c3fa3884
|
Blocking queues are't rethrow exceptions. #1096
|
7 years ago |
Nikita
|
bcc7fb4eba
|
Merge branch 'master' into 3.0.0
# Conflicts:
# redisson/src/main/java/org/redisson/misc/RedissonPromise.java
|
7 years ago |
Nikita
|
7ccf53a6a4
|
refactoring
|
7 years ago |
Nikita
|
8ffedea173
|
Fixed out of connections problem on high load during RemoteExecutorService/ExecutorService usage. #1087
|
7 years ago |
Nikita
|
dcbfe3b51d
|
refactoring
|
7 years ago |
Nikita
|
99d515c19b
|
race-condition during RedisConnection.forceFastReconnectAsync invocation
|
7 years ago |
Nikita
|
f070392afa
|
RedissonClient interface should be used in RedissonNode
|
7 years ago |
Nikita
|
33de0e9e91
|
HashedWheelTimer should be stopped first. #1090
|
7 years ago |
Nikita
|
eb9e52241d
|
FST codec bundled with redisson-all module
|
7 years ago |
Nikita
|
48351f8823
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
e79b22c6fe
|
DefaultChannelGroup initialization fixed
|
7 years ago |
Nikita
|
8105c192fa
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
903215d6d1
|
pingConnection, keepAlive, tcpNoDelay settings were added. #1088
|
7 years ago |
Nikita
|
8f1c3202e3
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
a22deac08b
|
Unnecessary codecs removed
|
7 years ago |
Nikita
|
956b459807
|
Test added
|
7 years ago |
Nikita
|
830b9a1c0e
|
RMapCache.getAll doesn't support large keySet. #1089
|
7 years ago |
Nikita
|
11ccec323e
|
GlobalEventExecutor usage removed. #599
|
7 years ago |
Nikita
|
aafae001c6
|
Merge branch 'master' into 3.0.0
# Conflicts:
# redisson/src/main/java/org/redisson/command/CommandReactiveBatchService.java
# redisson/src/main/java/org/redisson/reactive/RedissonBatchReactive.java
|
7 years ago |
Nikita
|
2a24ad85b9
|
Test fixed
|
7 years ago |
Nikita
|
d273cb8fc1
|
Comments fixed
|
7 years ago |
Nikita
|
3e9e642169
|
Comments fixed
|
7 years ago |
Nikita
|
3e72d1fe71
|
Slaves synchronization support during RBatch/RBatchReactive execution. #317
|
7 years ago |
Nikita Koksharov
|
a6d9a65549
|
Merge pull request #1085 from jackygurui/issue-#1084
Issue #1084
|
7 years ago |
Nikita
|
79bcea3ba7
|
netty updated
|
7 years ago |
Nikita
|
9581ec611b
|
Tests compilation fixed. #1086
|
7 years ago |
Nikita
|
1cc59c6337
|
Migration to Project Reactor 3.1.0. #958
|
7 years ago |
Rui Gu
|
9edbb5efde
|
parameter renamed to avoid confusion
|
7 years ago |
Rui Gu
|
b2aace3de9
|
Better collection handling for RedissonReference #1084
|
7 years ago |
Nikita
|
d705fbe050
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
063dcabc8c
|
MasterSlaveConnectionManager#getEntry(java.net.InetSocketAddress) optimization. #1081
|
7 years ago |
Nikita
|
a41d7dbff7
|
Data encoding should be executed on client thread only #1083
|
7 years ago |
Nikita
|
e622e8dbf7
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
99827db2f0
|
[maven-release-plugin] prepare release redisson-3.5.4
|
7 years ago |
Nikita
|
c45fbdebe8
|
[maven-release-plugin] prepare for next development iteration
|
7 years ago |
Nikita
|
f0abd5bf12
|
[maven-release-plugin] prepare release redisson-2.10.4
|
7 years ago |
Nikita
|
871a7b188e
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Nikita
|
65247d52b5
|
Spring version fixed
|
7 years ago |
Nikita
|
5c381654a2
|
Merge branch 'master' into 3.0.0
|
7 years ago |
Xavier FACQ
|
196e39c3a5
|
Try and AcquireConnection when ClientConnectionsEntry is FreezeReason.SYSTEM not only for MASTER
|
7 years ago |
Nikita
|
df7de8b432
|
Fixed ArrayIndexOutOfBoundsException in RedissonSessionRepository
|
7 years ago |
Nikita
|
5519fdec48
|
RedissonSpringCacheManager Map instantiation fixed. #1073
|
7 years ago |
Nikita
|
ad2b010574
|
Merge branch 'master' of github.com:redisson/redisson
|
7 years ago |
Nikita
|
1212b39f5b
|
Remove listeners during slave down process handling. #945
|
7 years ago |
Rui Gu
|
d9fb14051b
|
To fix issue #998
|
8 years ago |
Nikita
|
4cd534d045
|
Add maxSize setting for SpringCacheManager #1067
|
8 years ago |
Nikita
|
221bca7593
|
Make MapCacheEvictionTask execution only once in period of time. #1064
|
8 years ago |
Nikita
|
515931532a
|
Eviction task parameters adjustments
|
8 years ago |
Nikita
|
64c887fa17
|
refactoring
|
8 years ago |
Nikita
|
d368c94262
|
Cancel write operation for commands belong to disconnected connection. #1013
|
8 years ago |
Nikita
|
c387f8ecc9
|
Merge branch 'master' of github.com:redisson/redisson
|
8 years ago |
Nikita
|
f30351f94b
|
Fixed possible race-condition during write operation cancellation. #1061
|
8 years ago |
Nikita
|
9e4767690c
|
NPE checking
|
8 years ago |
Nikita
|
8f30949927
|
refactoring
|
8 years ago |
Nikita
|
6327511772
|
MapCacheEvictionTask optimization
|
8 years ago |
Nikita Koksharov
|
a209dcb1ab
|
Merge pull request #1056 from sdjacobs/bugfix-is-accessor
Bugfix: accessor methods in Live Objects break if they start with 'is'
|
8 years ago |
Simon Jacobs
|
379aabf084
|
Bugfix: accessor methods in Live Objects break if they start with 'is'
|
8 years ago |
Nikita
|
0bb9115df2
|
Enchantments to Redis commands processing core.
|
8 years ago |
Nikita
|
86229ed1cc
|
Compilation fixed
|
8 years ago |
Nikita
|
cdb13cf502
|
Merge branch 'master' of github.com:redisson/redisson
|
8 years ago |
Nikita
|
a55545558a
|
MapReduce Collator couldn't be executed if timeout was defined. #1053
|
8 years ago |
Simon Jacobs
|
d6979d436b
|
Allow LiveObjectService to work with classes that inherit from REntities
|
8 years ago |
Nikita
|
c7f327d95d
|
RedisNodeNotFoundException should be supplied to Failed Promise. #1048
|
8 years ago |
Nikita
|
be1ac4b304
|
Fixed NPE in RedissonKeys #1039
|
8 years ago |
Nikita
|
77b43d6b1f
|
CancellationException handling during RemotePromise cancellation
|
8 years ago |
Nikita
|
10be68bd3b
|
RedisNodeNotFoundException should be supplied to Failed Promise. #1048
|
8 years ago |
Nikita
|
7f60643fc1
|
[maven-release-plugin] prepare for next development iteration
|
8 years ago |
Nikita
|
8ae18f3544
|
[maven-release-plugin] prepare release redisson-3.5.3
|
8 years ago |
Nikita
|
8b6abfecf9
|
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
|
b9106619bb
|
[maven-release-plugin] prepare for next development iteration
|
8 years ago |
Nikita
|
827ac452b1
|
[maven-release-plugin] prepare release redisson-2.10.3
|
8 years ago |
Nikita
|
a45a476bd3
|
ByteBufs are not released properly in SnappyCodec and LZ4Codec #1046
|
8 years ago |
Nikita
|
17d75c5dad
|
[maven-release-plugin] prepare for next development iteration
|
8 years ago |
Nikita
|
02adb6ec5a
|
[maven-release-plugin] prepare release redisson-3.5.2
|
8 years ago |
Nikita
|
45236c4b4d
|
[maven-release-plugin] prepare for next development iteration
|
8 years ago |
Nikita
|
e244b8a6c3
|
[maven-release-plugin] prepare release redisson-2.10.2
|
8 years ago |
Nikita
|
8beb6fd991
|
Merge branch 'master' into 3.0.0
|
8 years ago |
Nikita
|
90e397d44c
|
Merge branch 'master' into 3.0.0
|
8 years ago |
Nikita
|
db8e340d86
|
RMapCache var name fixed
|
8 years ago |
Johno Crawford
|
e4cc154823
|
Correct var names, improve documentation.
|
8 years ago |
Nikita
|
bad837f664
|
Merge branch 'master' into 3.0.0
|
8 years ago |
Nikita
|
cf1a190594
|
RMapCacheTest fixed
|
8 years ago |
Nikita
|
097eb32cd6
|
RMapCache.setMaxSize method added. #1027
|
8 years ago |
Nikita
|
1ab3cb3052
|
Command logging fixed. #1035
|
8 years ago |
Nikita
|
727c4523cb
|
RedissonMapCache bug fixes #1027
|
8 years ago |
Nikita
|
deea34a82f
|
unnecessary ByteBuf.release invocation during last attempt to write execution
|
8 years ago |
Nikita
|
8021dc923f
|
writeFuture should be canceled on last attempt.
|
8 years ago |
Nikita
|
dc30a14b3e
|
ButeBuf.release method invocation was missed in some RedissonLocalCachedMap methods
|
8 years ago |
Nikita
|
2b3ed70949
|
Merge branch 'master' into 3.0.0
|
8 years ago |
Nikita Koksharov
|
1f4e4db9b3
|
Merge pull request #1033 from sulake/addAndGetRevRankAsync
Add methods to add item and get rank for RedissonScoredSortedSet
|
8 years ago |
Nikita
|
6043b1f7c1
|
RMapCache.trySetMaxSize method added. #1027
|
8 years ago |
Zun
|
d451c4ecb4
|
fix java doc
|
8 years ago |
Zun
|
72d929f80f
|
add methods to add item and get rank
|
8 years ago |
Nikita
|
39c4b29565
|
Fixed NPE in LoadBalancerManager. #1031
|
8 years ago |
Nikita
|
f6facf08a8
|
Fixed NPE in LoadBalancerManager. #1031
|
8 years ago |
Johno Crawford
|
d7b7fecbb5
|
Revert changes to StringCodec and fix script compilation.
|
8 years ago |
Johno Crawford
|
4a25fab9df
|
Add support for bounded Redisson map cache (max size configuration).
Currently RedissonMapCache creates an unbounded set in Redis which may cause problems in certain cache implementations.
|
8 years ago |
Nikita
|
dfe7a9fbb5
|
Merge branch 'master' into 3.0.0
|
8 years ago |
Nikita Koksharov
|
215a235357
|
Revert "Add support for bounded Redisson map cache (max size configuration). "
|
8 years ago |
Nikita
|
3d40e2bc0c
|
DefaultNamingScheme minor optimization
|
8 years ago |
Nikita
|
717ec51ede
|
ByteBuf alloc optimization
|
8 years ago |
Nikita Koksharov
|
93473bbefe
|
Merge pull request #1025 from sulake/bytebuf_cleanup
Ensure bytebufs are released if various encoders throw exception.
|
8 years ago |
Johno Crawford
|
822f8c8529
|
Ensure bytebufs are released if various encoders throw exception.
Performance boost for utf8 string encoding.
|
8 years ago |
Nikita
|
41840e6619
|
iterator by pattern method added to RSet objects #1024
|
8 years ago |
Nikita
|
ecbc0b751d
|
keySet, values and entrySet methods with pattern added to RMap objects. #978
|
8 years ago |
Nikita
|
7fb7462df7
|
compilation fixed
|
8 years ago |
Nikita
|
1e7d9cc505
|
addScoreAndGetRank and addScoreAndGetRevRank methods added to RScoredSortedSet object. #987
|
8 years ago |
Nikita
|
4867eff2a4
|
Connection could be in closed state during reconnection process for blocking queue #1021
|
8 years ago |
Nikita
|
8fccb51dd1
|
ByteBuf should be released properly. #1018
|
8 years ago |
Nikita
|
820579b541
|
compilation fixed
|
8 years ago |
Nikita
|
75f8dea252
|
fireChannelActive should be invoked on successful connection establishment
|
8 years ago |
Nikita
|
e354c4a135
|
netty updated
|
8 years ago |
Nikita
|
3050949cfa
|
refactoring
|
8 years ago |
Nikita
|
ee0ecce55c
|
test added
|
8 years ago |
Nikita
|
418f32f6ad
|
RAtomicDouble.decrementAndGet() fixed #1020
|
8 years ago |
Nikita
|
98aa72d046
|
refactoring
|
8 years ago |
Nikita
|
da3c5df4b9
|
ByteBuf should be released once it successfully written to channel. #1018
|
8 years ago |
Nikita
|
06706d42f5
|
Compilation fixed
|
8 years ago |
Nikita
|
0f05261db1
|
Memory allocation during encoding process optimization #1018
|
8 years ago |