Nikita
|
e4c82c4298
|
Netty threads shutdown after connection error. #421
|
9 years ago |
Nikita
|
39e8ffcd18
|
RedissonBucketTest fixed
|
9 years ago |
Nikita
|
62f36c9686
|
RedissonBitSetReactive refactoring
|
9 years ago |
Nikita
|
8119065f86
|
Logging errors came from PubSub channel.
|
9 years ago |
Nikita
|
8388372e89
|
RedissonListMutimapTest.testValues improvements
|
9 years ago |
Nikita
|
a365d3551c
|
Multimaps added to RBatch objects. #404
|
9 years ago |
Nikita Koksharov
|
e5b3f64d7a
|
Merge pull request #412 from jwils/master
Add a constructor to StringCodec that allows for a supplied codec.
|
9 years ago |
Nikita
|
85de796763
|
old methods removed
|
9 years ago |
Nikita
|
169064daf5
|
Throw RedisOutOfMemoryException when OOM error from Redis server occurs. #413
|
9 years ago |
Nikita
|
dbfa76a3be
|
RListMultimap implementation added. #404
|
9 years ago |
Josh Wilson
|
1d03eb3a8f
|
Add a constructor to StringCodec that allows for a supplied codec.
The UTF-8 codec does not work well for arbitrary binary data. For
binary data, it might be good to use a codec like ISO_8859_1.
|
9 years ago |
Nikita
|
9c67999d1a
|
MultiMap renamed to Multimap. #404
|
9 years ago |
Nikita
|
ca0e53bece
|
RSetMultiMap object added. #404
|
9 years ago |
Nikita
|
a3b6bdacf0
|
Node type added. #399
|
9 years ago |
Nikita
|
7ff02e4118
|
testCompareAndSetZero enhancements
|
9 years ago |
Nikita
|
6be03cf858
|
RAtomicLong.compareAndSet fixed.
|
9 years ago |
Nikita
|
402a6e0aca
|
RedissonSpringCacheManager Sentinel compatibility fixed. #405
|
9 years ago |
Nikita
|
2c8ad49088
|
RScoredSortedSet.valueRangeReversed methods added. #406
|
9 years ago |
Nikita
|
d79708ffc2
|
reverted. #402
|
9 years ago |
Nikita
|
eb0a8363a8
|
Code formatting
|
9 years ago |
Nikita
|
5cca26e526
|
RedissonListReactive refactoring
|
9 years ago |
Nikita
|
0bbc332e37
|
Cancel command retry if Redisson in shutdown mode. #402
|
9 years ago |
Nikita
|
359bb0ecd3
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
7d5dd8ebc3
|
Code cleanup
|
9 years ago |
jackygurui
|
da08fb79f2
|
fix "diamond operator is not supported in -source 1.6" error.
|
9 years ago |
Nikita
|
838febf3c5
|
RedissonMapReactive refactored
|
9 years ago |
Nikita
|
4ed56f86c3
|
union, unionAsync, readUnion and readUnionAsync methods were added to RSet object. #398, #368
|
9 years ago |
Nikita
|
25ed6d59bb
|
Script error fixed during RSetCache.toArray or RSetCache.readAll invocation.
|
9 years ago |
Nikita
|
1a646d29a5
|
hamcrest imports removed from RedissonSetTest
|
9 years ago |
Nikita
|
1c0f006bd1
|
Hamcrest classes removed from RedissonSetCacheTest
|
9 years ago |
Nikita
|
7b6d50fd69
|
RBatch comment added
|
9 years ago |
Nikita
|
027c347003
|
RMapCache.fastRemove doesn't work with keys amount more than 5000. Fixed
|
9 years ago |
Nikita
|
edb3bfaf35
|
readAll and readAllAsync methods added to RSetCache
|
9 years ago |
Nikita
|
0bee589df9
|
redis logging deleted from RedissonKeys.deleteByPatternAsync
|
9 years ago |
Nikita
|
349f9e9efb
|
Sentinel doesn't support AUTH command. #393
|
9 years ago |
Nikita
|
e81f14818a
|
testStringCodec added
|
9 years ago |
Nikita
|
b0e3eb8364
|
RMap iterator fixed. #394
|
9 years ago |
Nikita
|
13b956eef2
|
new test added
|
9 years ago |
Nikita
|
87f5746706
|
refactoring
|
9 years ago |
Nikita
|
f05299dc1e
|
RMap filter methods are deprecated
|
9 years ago |
Nikita
|
f843275b7f
|
Minimal connections amount initialization fixed. #375
|
9 years ago |
Nikita
|
01be3348b5
|
error msg fixed
|
9 years ago |
Nikita
|
85a0257d48
|
Version logging added
|
9 years ago |
Nikita
|
4e8450361a
|
RedissonKeysReactive refactored
|
9 years ago |
Nikita
|
b728aff3d7
|
RKeys.deleteByPattern throws an error in cluster mode. Fixed
|
9 years ago |
Nikita
|
cffd15bcbb
|
error msg fixed
|
9 years ago |
Nikita
|
7bd8998575
|
RKeys.delete execution optimization in non cluster mode
|
9 years ago |
Nikita
|
7583397694
|
RKeys.deleteAsync wasn't worked in cluster mode. Fixed.
|
9 years ago |
Nikita
|
0697b278ee
|
SlaveConnectionPool added
|
9 years ago |
Nikita
|
b23b6adc03
|
Connection pool refactoring
|
9 years ago |
Nikita
|
ba18a3c5a7
|
code cleanup
|
9 years ago |
Nikita
|
e061d1c7d7
|
Redisson failed to start when one of sentinel servers is down. Fixed.
|
9 years ago |
Nikita
|
c619e5634a
|
Empty result handling for RedisCommands.SENTINEL_SLAVES command fixed. #391
|
9 years ago |
Nikita
|
e95b6d6a80
|
Cluster slave nodes up/down state discovery fixed
|
9 years ago |
Nikita
|
f43f48f33f
|
logging fixed
|
9 years ago |
Nikita
|
3e4f8af512
|
compilation fixed
|
9 years ago |
Nikita
|
1743ca6212
|
Sentinel slave can't stay freezed when it just added
|
9 years ago |
Nikita
|
897f4cc524
|
Sentinel offline slaves handling during Redisson start. #391
|
9 years ago |
Nikita
|
1723e68bed
|
RedissonCacheManager renamed to RedissonSpringCacheManager. More params added to constructor. #388
|
9 years ago |
Nikita
|
5b625d3b2e
|
readAllKeySet, readAllValues, readAllEntry methods with async variation added to RMap. #389
|
9 years ago |
Nikita
|
5ab7c73691
|
SELECT command can't be executed with Sentinel node. #387
|
9 years ago |
Nikita
|
e2d2861eb3
|
last changes rolled back. New tests for failed connection exception added
|
9 years ago |
Nikita
|
39dc3579cf
|
Connection timeout error message fixed
|
9 years ago |
Nikita
|
34812e3ce7
|
RedisConnectionException should be throw if Redisson can't connect to servers. Fix for single server and master slave modes #343
|
9 years ago |
Nikita
|
cfa8872bc0
|
Database setting removed from cluster configuration
|
9 years ago |
Nikita
|
a854d79b19
|
System.out removed
|
9 years ago |
Nikita
|
6cdc12d317
|
Comments added
|
9 years ago |
jackygurui
|
bbbf16c59a
|
fixed compilation issue: variables referred by anonymous inner class has to be marked as final.
|
9 years ago |
Nikita
|
77d54658b4
|
new methods added to RedissonMultiLock
|
9 years ago |
Nikita
|
d9ce5998ff
|
multilock test configs added
|
9 years ago |
Nikita
|
f6feb6ef28
|
Add lock subscription release hook if subscription
has not been executed during await timeout.
|
9 years ago |
Nikita
|
d8beeab912
|
compilation fixed
|
9 years ago |
Nikita
|
ade8ef7a05
|
ReadMode.MASTER_SLAVE added. #380
|
9 years ago |
Nikita
|
91e4d7e4e4
|
Cluster slave discovery regression since 2.1.5 fixed
|
9 years ago |
Nikita
|
e3cd3755b9
|
Sentinel slave discovery regression since 2.1.5 fixed
|
9 years ago |
Nikita
|
06ea921e9c
|
readMode setting introduced. #380
|
9 years ago |
Nikita
|
9969a92a85
|
Added RedissonCacheManager constructor with Redisson instance. #346
|
9 years ago |
Nikita
|
6e96d9d337
|
Config YAML format support
|
9 years ago |
Nikita
|
eabfc460e3
|
Spring cache YAML config format support. #346
|
9 years ago |
Nikita
|
90e8fed310
|
Spring cache config simplified. #346
|
9 years ago |
Nikita
|
0eaba2ac59
|
code cleanup
|
9 years ago |
Nikita
|
9b4a20cd71
|
Ability to read Spring config cache from JSON format. #346
|
9 years ago |
Nikita
|
fef863ea4c
|
Ability to config Spring cache. #346
|
9 years ago |
Nikita
|
0cc1f11ec1
|
error msg fixed
|
9 years ago |
Nikita
|
053630895f
|
tests enhancements
|
9 years ago |
Nikita
|
4ad621999e
|
few comments added
|
9 years ago |
Nikita
|
19b3130475
|
trim and trimAsync methods added to RList. #364
|
9 years ago |
Nikita
|
a921cb009d
|
readAll and readAllAsync methods added to RList. #374
|
9 years ago |
Nikita
|
cdcf1bdfa1
|
readAll and readAllAsync methods added to RSet. #374
|
9 years ago |
Nikita
|
fac707f840
|
refactoring
|
9 years ago |
Nikita
|
45914284a2
|
code cleanup
|
9 years ago |
Nikita
|
ae11a1c4e6
|
Password configuration handling fixed
|
9 years ago |
Nikita
|
3e0f02cbf8
|
Cluster configuration with password handling. ClusterConnectionManager optimization. #379
|
9 years ago |
Nikita
|
2143f1eb79
|
RedissonMultiLock implementation. #376
|
9 years ago |
Nikita
|
1865c05a64
|
loadBucketValues & saveBuckets cluster restrictions removed. #378
|
9 years ago |
Nikita
|
17d9a71a43
|
Config.toJSON added
|
9 years ago |
Nikita
|
4762e19730
|
More Config.fromJSON method variations added. #351
|
9 years ago |
Nikita
|
ab33a099d5
|
license header added
|
9 years ago |
Nikita
|
1bdcf06f66
|
fromJSON and toJSON methods were added to Config object. #351
|
9 years ago |
Nikita
|
702498628e
|
comments added
|
9 years ago |
Nikita
|
e1746b4b00
|
Connection pool error msg details added
|
9 years ago |
Nikita
|
ea0db454f3
|
RedissonCountDownLatchAsync implemented #306
|
9 years ago |
Nikita
|
b6e7cdd062
|
RList.subList implemented. #60
|
9 years ago |
Nikita
|
b37e988ebd
|
RList optimization. #67
|
9 years ago |
Nikita
|
de5b988045
|
code cleanup
|
9 years ago |
Nikita
|
dcc4c4d909
|
RSetCache entry eviction optimization
|
9 years ago |
Nikita
|
3cac42263b
|
hasOwnGroup status prop added to RedisClient
|
9 years ago |
Nikita Koksharov
|
87c67b1115
|
Merge pull request #337 from Felix0114/master
fix Low level Redis client shutdown issue: eventloopgroup won't be s…
|
9 years ago |
Nikita
|
e97ba8ef26
|
put methods with maxIdleTime param added to RMapCache. #372
|
9 years ago |
Nikita
|
f356a53a10
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
9feaae3543
|
ByteBuf read position fixed in all codecs based on StringCodec. #370
|
9 years ago |
Thomas Rausch
|
f225b3533d
|
Support for SMOVE command in RSet, RSetAsync, RSetReactive. #366
|
9 years ago |
Nikita
|
8791954dec
|
RedissonSemaphoreTest fixed
|
9 years ago |
Nikita
|
4edab22a33
|
testExpiredIterator fixed
|
9 years ago |
Nikita
|
55c650c688
|
RMapCache iterator fixed
|
9 years ago |
Nikita
|
9daaea1102
|
RedissonScoredSortedSet.getScoreAsync result fixed
|
9 years ago |
Nikita
|
535bd0a464
|
flushdb and flushall methods are moved to RKeys. #334
|
9 years ago |
Nikita
|
4a3f378ab5
|
RBucket.compareAndSet & getAndSet optimization
|
9 years ago |
Nikita
|
8e06adb95d
|
AtomicDouble comment fixed
|
9 years ago |
Nikita
|
c8df95d172
|
RBloomFilter comment fixed
|
9 years ago |
Nikita
|
dd1b9f3488
|
RAtomicDouble implementation added. #359
|
9 years ago |
Nikita
|
696884c9ca
|
testBatchNPE added. #361
|
9 years ago |
Nikita
|
04b21e92a1
|
RedissonAtomicLong.getAndSetAsync & RedissonAtomicLong.getAndAddAsync optimization. #360
|
9 years ago |
Nikita
|
8558d3416e
|
command execution attempt logging added
|
9 years ago |
Nikita
|
776d4e08e4
|
RMapCache.scanIteratorReactive fixed
|
9 years ago |
Nikita
|
9e3a1a308d
|
RMapReactive possible infinity loop during iterator usage. #357
|
9 years ago |
Nikita
|
084d368cfa
|
RMap iterator state comparison fixed. #357
|
9 years ago |
Nikita
|
f5ec498f6b
|
RMap.fastPutIfAbsent & RMap.fastPutIfAbsentAsync methods added. #358
|
9 years ago |
Nikita
|
1bd5c687a3
|
wrong RBatch execution timeout used
|
9 years ago |
Nikita
|
24cd7c181f
|
comments added
|
9 years ago |
Nikita
|
c5847c8a78
|
ScoredSortedSet.addAll and ScoredSortedSet.addAllAsync methods added. #354
|
9 years ago |
Nikita
|
1c37f6bfc6
|
RScoredSortedSet.tryAdd and RScoredSortedSet.tryAddAsync added. #353
|
9 years ago |
Nikita
|
fd4e3ef8aa
|
Cluster logging misprints fixed.
|
9 years ago |
Nikita
|
3446ec6962
|
connection handling when isReadFromSlaves = false fixed. #345
|
9 years ago |
Nikita
|
968b7f2148
|
connection releasing logging added
|
9 years ago |
Nikita
|
ffee2d93fb
|
RBitSetReactive index type changed to long
|
9 years ago |
Nikita
|
4fee847dd8
|
Spring Cache integration. #346
|
9 years ago |
Nikita
|
aaea0e6984
|
RBucket.compareAndSet and RBucket.getAndSet methods added. #348
|
9 years ago |
Nikita
|
2fc7d7cf93
|
RMap.addAndGetAsync key encoding fixed. #350
|
9 years ago |
Nikita
|
b5977c9eaf
|
Topic.removeListener fixed
|
9 years ago |
Nikita
|
8c96970bf0
|
pollLastAndOfferFirstToAsync does not block properly. #349
|
9 years ago |
Nikita
|
cde8082493
|
RBucket.trySet and RBucket.trySetAsync with TTL support added.
|
9 years ago |
Nikita
|
d7842136f3
|
RBucket.trySet & RBucket.trySetAsync methods added
|
9 years ago |
Nikita
|
3b6e35f512
|
RMap.putIfAbsent optimization
|
9 years ago |
Nikita
|
43534cd4bb
|
RBloomFilter.tryInit optimization
|
9 years ago |
Nikita
|
7c4bbd6c02
|
RBitSet cardinality and length type replaced to long
|
9 years ago |
Nikita
|
dcab532b84
|
RBloomFilter added. #190
|
9 years ago |
Nikita
|
a95185afdd
|
RBatch errors handling
|
9 years ago |
Nikita
|
32ca15c590
|
BitSet index range extended to Integer.MAX_VALUE*2
|
9 years ago |
Nikita
|
36142c08e5
|
code cleanup
|
9 years ago |
Nikita
|
bd09db8f56
|
code cleanup
|
9 years ago |
Nikita
|
6b6f67cbdb
|
Redisson.saveBuckets added. #336
|
9 years ago |
Nikita
|
9dfa71ce78
|
ConnectionListener moved to NodesGroup
|
9 years ago |
Nikita
|
e195642a45
|
Topic listeners should return identity hash code
|
9 years ago |
Nikita
|
73f26357f0
|
RKeys.count test added. #331
|
9 years ago |
Nikita
|
d4719b45d7
|
RKeys.count method added. #331
|
9 years ago |
Nikita
|
4584710913
|
master server duplication among slaves in Sentinel mode fixed
|
9 years ago |
Nikita
|
76eebdd45a
|
Connections restore with Sentinel servers fixed.
|
9 years ago |
Nikita
|
c20e550dae
|
shutdownLatch.release not invoked in some cases
|
9 years ago |
Nikita
|
55a2df687b
|
WeightedRoundRobinBalancer added. #344
|
9 years ago |
Nikita
|
bcde8ca15e
|
RedisConnectionException should be throw if Redisson can't connect to servers. #343
|
9 years ago |
Nikita
|
d3b2cb3213
|
TTL value checking
|
9 years ago |
Nikita
|
a766513874
|
Code cleanup
|
9 years ago |
Nikita
|
729046db88
|
RMapCache.fastPut with TTL added
|
9 years ago |
Nikita
|
6454ec28d4
|
Batch executor optimization
|
9 years ago |
Nikita
|
396fa641f2
|
if ttl = 0 then entry stored infinitely
|
9 years ago |
Nikita
|
4c94081724
|
RedissonBlockingDeque refactoring
|
9 years ago |
Nikita
|
52a8a1091a
|
Redis servers restart handling in Sentinel mode fixed.
|
9 years ago |
Nikita
|
4c897806f6
|
Connection leak fixed. #338
|
9 years ago |
Nikita
|
b70dd92b6d
|
compilation fixed
|
9 years ago |
Nikita
|
f99cda5232
|
messageDecoder removed from AsyncDetails
|
9 years ago |
Nikita
|
fac418e9f6
|
Memory allocation optimization. #338
|
9 years ago |
Nikita
|
f45244b979
|
Fixed message format of sentinel absence warn at startup
|
9 years ago |
Nikita
|
087dd40f1b
|
Code cleanup
|
9 years ago |
Nikita
|
cbb35e707e
|
RedissonLexSortedSet non string codec can't be used.
|
9 years ago |
Nikita
|
ae72c05b93
|
Sentinel connection optimization. #338
|
9 years ago |
Nikita
|
3587015180
|
Minor optimization. #338
|
9 years ago |
Nikita
|
7a64333f0f
|
CommandsQueue object allocations optimization. #338
|
9 years ago |
Nikita
|
ca6be04b0e
|
SuccessFuture allocation optimization. #338
|
9 years ago |
Nikita
|
e17a9ce303
|
Success\Failed Future listener notification optimization. #338
|
9 years ago |
Nikita
|
b0d9803593
|
Object allocation optimization. #338
|
9 years ago |
Nikita
|
9468dd6fc0
|
MapKeyDecoder and MapValueDecoder called in wrong order. #258
|
9 years ago |
Nikita
|
b9df357760
|
RedissonSemaphoreTest improvements
|
9 years ago |
Nikita
|
18e5051c82
|
RSemaphore optimization. #207
|
9 years ago |
Nikita
|
80a1ea194c
|
refactoring
|
9 years ago |
Nikita
|
c3dd888b96
|
RSemaphore improvements and tests. #207
|
9 years ago |
Nikita
|
aef3214d23
|
ConnectionWatchdog throws exception when eventloop in shutdown state
|
9 years ago |
Nikita
|
0c4c0619b3
|
RCountDownLatch comment spelling fixed
|
9 years ago |
Nikita
|
98de5e3c61
|
tests fixed
|
9 years ago |
Felix
|
edfc6195a4
|
fix Low level Redis client shutdown issue: eventloopgroup won't be shutdown.
The eventloopgroup should be shutdown gracefully
|
9 years ago |
Nikita
|
42fa838e1d
|
RSemaphore implementation. #207
|
9 years ago |
Nikita
|
73553bdabd
|
RLock minor improvements
|
9 years ago |
Nikita
|
465fecb8d4
|
comment fixed
|
9 years ago |
Nikita
|
9c444268ea
|
minor improvement
|
9 years ago |
Nikita
|
2ca2358abe
|
RedissonLock refactoring
|
9 years ago |
Nikita
|
41ee17d2e1
|
ReadWriteLock forceUnlock fixed
|
9 years ago |
Nikita
|
ee3704356b
|
RedissonWriteLock forceUnlockAsync fixed
|
9 years ago |
Nikita
|
615eedd580
|
RedissonWriteLock forceUnlock fixed
|
9 years ago |
Nikita
|
062b5b59bc
|
ClusterConfig check in loadBucketValues added
|
9 years ago |
Nikita
|
364fb2360f
|
RBlockingDeque added to RBatch. #320
|
9 years ago |
Nikita
|
74d7f0d8bc
|
RBlockingDeque implemented. #320
|
9 years ago |
Nikita
|
8de1f5ebe7
|
BlockingQueue comments fixed
|
9 years ago |
Nikita
|
1d2461ec25
|
Refactoring
|
9 years ago |
Nikita
|
868d0916d0
|
CROSSLOT errors fixed for RReadWriteLock in cluster mode
|
9 years ago |
Nikita
|
2420cb6238
|
comments added
|
9 years ago |
Nikita
|
67a3a84d55
|
Revert "ConnectionListener renamed to ServerListener"
This reverts commit ba7d96316d .
|
9 years ago |
Nikita
|
ba7d96316d
|
ConnectionListener renamed to ServerListener
|
9 years ago |
Nikita
|
785232e261
|
Some details added to ConnectionPool error message
|
9 years ago |
Nikita
|
54e8cc5529
|
RLock expiration renewal task scheduling fixed (again). #329
|
9 years ago |
Nikita
|
0b8d1ae74d
|
comments added
|
9 years ago |
Nikita
|
4848d118f3
|
loadBucketValues method added. #330
|
9 years ago |
Nikita
|
365d1fe63b
|
RedissonSortedSet NPE fixed. #328
|
9 years ago |
Nikita
|
3e5ea61ade
|
getBuckets deprecated, use findBuckets
|
9 years ago |
Nikita
|
576310dfdd
|
More details added to info of exhausted ConnectionPool cause
|
9 years ago |
Nikita
|
acac8e6b18
|
license added
|
9 years ago |
Nikita
|
53d8ba3743
|
ConnectListener added. #299
|
9 years ago |
Nikita
|
867273d33c
|
failedAttempts and reconnectionTimeout can't be set for singleServer config.
|
9 years ago |
Nikita
|
f98f2801fd
|
connectListener renamed to ConnectionInitializer
|
9 years ago |
Nikita
|
f57a474b55
|
isShuttingDown and isShutdown methods added. #323
|
9 years ago |
Nikita
|
faa0ed2a60
|
RLock expiration renewal task scheduling fixed
|
9 years ago |
Nikita
|
c67605f39f
|
RedissonSetCacheReactiveTest added
|
9 years ago |
Nikita
|
b03a34f20b
|
RSetCacheReactive added. #321
|
9 years ago |
Nikita
|
44f255c0b0
|
RedissonExpirable.expireAsync timeUnit precision fixed. #324
|
9 years ago |
Nikita
|
8fe2033129
|
EvictionScheduler refactored
|
9 years ago |
Nikita
|
b5e28106b0
|
compilation fixed
|
9 years ago |
Nikita
|
ec53659eec
|
Checking enough connections amount according settings during Redisson start.
|
9 years ago |
Nikita
|
15838bbfa5
|
license added
|
9 years ago |
Nikita
|
339c6e9154
|
Expired values clean task "flooding" with many requests amount
|
9 years ago |
Nikita
|
c96776c551
|
RLexSortedSet, RList, RSetCache value encoding with codec different from jsonCodec fixed
|
9 years ago |
Nikita
|
9049529d56
|
RScoredSortedSet & RScoredSortedSetReactive values encoding fixed
|
9 years ago |
Nikita
|
ded01b31ee
|
zset should contains some `tag` value if cache marked as expired
|
9 years ago |
Nikita
|
30835aa838
|
RedissonBucketReactiveTest fixed
|
9 years ago |
Nikita
|
9e9e12c8aa
|
minor optimization
|
9 years ago |
Nikita
|
d7ab7f8fd4
|
RSetCache value encoding optimization. #319
|
9 years ago |
Nikita
|
0c287c9099
|
compilation fixed
|
9 years ago |
Nikita
|
8b080e4be0
|
RSetCache with TTL added. #319
|
9 years ago |
Nikita
|
02ea5da718
|
Comments fixed
|
9 years ago |
Nikita
|
4cc478576e
|
RCacheReactive implemented. #318
|
9 years ago |
Nikita
|
c6255fa9b5
|
RedissonReadWriteLockTest added. #206
|
9 years ago |
Nikita
|
0a577fed44
|
RLock.unlock not thrown IllegalMonitorStateException. BooleanReplayConvertor fixed.
|
9 years ago |
Nikita
|
0dd60b3fd6
|
RList refactored
|
9 years ago |
Nikita
|
5095ba39b5
|
RedisCommand regression fixed
|
9 years ago |
Nikita
|
2447a4558a
|
ReadWriteLock implementation added. #206
|
9 years ago |
Nikita
|
2436dcc52f
|
RCountDownLatch and RLock refactoring.
|
9 years ago |
Nikita
|
d84b98627d
|
RedissonBucketReactiveTest fixed
|
9 years ago |
Nikita
|
0287372ce0
|
RObjectReactive.isExists added. #316
|
9 years ago |
Nikita
|
52a0c62477
|
RObject.isExists and RObject.isExistsAsync added. #316
|
9 years ago |
Nikita
|
c9dd0229f1
|
Config.use** methods with config param added
|
9 years ago |
Nikita
|
863acb0823
|
RBatch.getCache added. Comments added. #195
|
9 years ago |
Nikita
|
d3a39298a9
|
RedissonCacheEvictScheduler failed future handling. #195
|
9 years ago |
Nikita
|
f6e7545c41
|
few comments
|
9 years ago |
Nikita
|
59ee030461
|
RCache expire methods adopted. #195
|
9 years ago |
Nikita
|
f89653c01c
|
RCache hscan with expiration checking. #195
|
9 years ago |
Nikita
|
74726be715
|
RedissonCacheTest added. #195
|
9 years ago |
Nikita
|
2eb3aac3d3
|
RedissonCache evition scheduler added. #195
|
9 years ago |
Nikita
|
91d1bfd9ea
|
RCache.fastRemoveAsync and RCache.containsKeyAsync fixed. #195
|
9 years ago |
Nikita
|
3226186311
|
RCache.getAll optimization. #195
|
9 years ago |
Nikita
|
e4cf8189c3
|
RCache.containsValueAsync optimization. #195
|
9 years ago |
Nikita
|
0693c3b090
|
RCache optimization. #195
|
9 years ago |
Nikita
|
a07e4d4ebd
|
RMap.values(), RMap.keySet(), RMap.entrySet() implemented as "live view" of RMap
|
9 years ago |
Nikita
|
319218a3bc
|
RCache minor optimization
|
9 years ago |
Nikita
|
5fda96c0ea
|
RCache delete fixed
|
9 years ago |
Nikita
|
aa480757df
|
RCache added. #195
|
9 years ago |
Nikita
|
628d4c99c2
|
RBatchReactive.getKeys added
|
9 years ago |
Nikita
|
9ce5c6a788
|
Redisson.createReactive fixed
|
9 years ago |
Nikita
|
e6b7b894e0
|
RScoredSortedSet.pollFirst, RScoredSortedSet.pollLast, RScoredSortedSetReactive.pollFirst, RScoredSortedSetReactive.pollLast methods added. #310
|
9 years ago |
Nikita
|
e7057531cd
|
RCountDownLatch minor optimization
|
9 years ago |
Nikita
|
0385443b56
|
RLock.delete result fixed. #305
|
9 years ago |
Nikita
|
a9055f1c3b
|
comments added
|
9 years ago |
Nikita
|
1f4ecff8cd
|
new comments added
|
9 years ago |
Nikita
|
8c3ef0694d
|
system.out removed
|
9 years ago |
Nikita
|
8022640051
|
Merge branch 'master' into 2.2.0
|
9 years ago |
Nikita
|
57ba5d4dff
|
license added
|
9 years ago |
Nikita
|
00302d37ed
|
RedissonList equals & hashCode methods implemented. #301
|
9 years ago |
Nikita
|
45e934e7b4
|
useMasterSlaveConnection and useSentinelConnection are deprecated. Use useSentinelServers and useMasterSlaveServers instead. #298
|
9 years ago |
Nikita
|
785d5c0361
|
RandomAccess interface added
|
9 years ago |
Nikita
|
7bcd476d65
|
Deprecated methods were removed
|
9 years ago |
Nikita
|
4d4eabdb3a
|
RMap.getAllAsync added. #302
|
9 years ago |
Nikita
|
b187b10376
|
EXPIRE replaced to PEXPIRE, EXPIREAT replaced to PEXPIREAT, TTL replaced to PTTL. #288
|
9 years ago |
Nikita
|
e4a325824b
|
RCollectionReactive.addAll from Publisher source added. #210
|
9 years ago |
Nikita
|
f4424a39e0
|
RList.addAllAsync added
|
9 years ago |
Nikita
|
bcb307b3e7
|
RedissonListReactive.addAll fixed
|
9 years ago |
Nikita
|
914892f534
|
code cleanup
|
9 years ago |
Nikita
|
010a8fccae
|
isShuttingDown check fixed
|
9 years ago |
Nikita
|
3c132084ff
|
shutdown check in ConnectionWatchdog.channelInactive added. #307
|
9 years ago |
Nikita
|
51c8664b11
|
org.redisson.api package introduced
|
9 years ago |
Nikita
|
ec3b9fadee
|
Code cleanup. #210
|
9 years ago |
Nikita
|
f47006a903
|
RKeysReactive.findKeysByPattern added. #210
|
9 years ago |
Nikita
|
66b31a4af0
|
RKeysReactive added. #210
|
9 years ago |
Nikita
|
e48cae2571
|
RedissonKeysTest added
|
9 years ago |
Nikita
|
4d9c84b727
|
RBatchReactive added. #210
|
9 years ago |
Nikita
|
bf4897793e
|
RScriptReactive added. #210
|
9 years ago |
Nikita
|
9a4311e844
|
RBitSetReactive added. #210
|
9 years ago |
Nikita
|
fcbdfd0dea
|
RAtomicLongReactive added. #210
|
9 years ago |
Nikita
|
b480ea79f0
|
pollLastAndOfferFirstTo with object removed
|
9 years ago |
Nikita
|
a1d3f2cf4b
|
RDequeReactive added. #210
|
9 years ago |
Nikita
|
f376c74b2b
|
RBlockingQueueReactive added. #210
|
9 years ago |
Nikita
|
8eed10c39d
|
few comments fixed
|
9 years ago |
Nikita
|
d183846ffb
|
RedissonQueueReactive added. #210
|
9 years ago |
Nikita
|
48ce2698c0
|
RedissonPatternTopicReactive added. #210
|
9 years ago |
Nikita
|
c59d627891
|
command package added
|
9 years ago |
Nikita
|
9cdcac4183
|
license header added
|
9 years ago |
Nikita
|
1cc0b2fa1a
|
RTopicReactive added. #210
|
9 years ago |
Nikita
|
1802228a5e
|
RedissonLock switched to LongCodec
|
9 years ago |
Nikita
|
316ee3268a
|
Publish/subscribe refactoring
|
9 years ago |
Nikita
|
b02d901fa3
|
RedisPubSubListener extends MessageListener
|
9 years ago |
Nikita
|
789e5a4e03
|
listener methods removed from RTopicAsync
|
9 years ago |
Nikita
|
3ad12cb416
|
RLexSortedSetReactive added. #210
|
9 years ago |
Nikita
|
b7cf9cf824
|
RScoredSortedSetReactive added. #210
|
9 years ago |
Nikita
|
b083d66d30
|
RedissonSetReactiveTest added. #210
|
9 years ago |
Nikita
|
29a335c693
|
RedissonSetReactiveTest added. #210
|
9 years ago |
Nikita
|
5092e8116b
|
Merge branch 'master' into 2.2.0
|
9 years ago |
Nikita
|
58fb78fd9a
|
ClusterNode.info fixed
|
9 years ago |
Kindrat
|
d7b112ebfc
|
Threat connection failure as ping failure
|
9 years ago |
Nikita
|
ea75fcb6ea
|
Merge branch 'master' into 2.2.0
|
9 years ago |
Nikita
|
3d507c4fec
|
Ping fails if requirePass is set. #304
|
9 years ago |
Nikita
|
e56c6e0075
|
Initial RedissonSetReactive support. #210
|
9 years ago |
Nikita
|
2e47569ce9
|
RedissonMapReactiveTest added. #210
|
9 years ago |
Nikita
|
8444cb85e4
|
RMapReactive added. #210
|
9 years ago |
Nikita
|
029f5dca02
|
Migrated from RxJava to ReactiveStreams. #210
|
9 years ago |
Nikita
|
c646c91d19
|
print timeout amount in error
|
9 years ago |
Nikita
|
4729762eaa
|
RedissonListReactiveTest added. Few bugs fixed. #210
|
9 years ago |
Nikita
|
0197be6c71
|
RedissonBucketReactiveTest & RedissonHyperLogLogReactiveTest added. #210
|
9 years ago |
Nikita
|
ce060ef651
|
Waiting for connection pool init at startup
|
9 years ago |
Nikita
|
4b56c2488d
|
RBucketReactive, RHyperLogLogReactive, RListReactive implemented. #210
|
9 years ago |
Nikita
|
48ed3e9eca
|
Waiting for connection pool init at startup
|
9 years ago |
Nikita
|
531a753f57
|
Idle connection condition fixed. #262
|
9 years ago |
Nikita
|
a8ae0b892b
|
Code cleanup
|
9 years ago |
Nikita
|
bbef215c11
|
ConnectionPool.get should return failed future in case of free connection absence. #262
|
9 years ago |
Nikita
|
60cccc033b
|
small optimization
|
9 years ago |
Nikita
|
35c8d49fea
|
Comments fixed
|
9 years ago |
Nikita
|
9e00be8c3c
|
code formatted
|
9 years ago |
Nikita
|
57a4777ea0
|
RBatch.getBitSet method added
|
9 years ago |
Nikita
|
d22f862fcb
|
new params renamed
|
9 years ago |
Nikita
|
68f5d604a5
|
throws RedisException for RBatch.execute method. #293
|
9 years ago |
Nikita
|
98eb437750
|
RBlockingQueue.pollFromAny should include queue own name. #292
|
9 years ago |
Nikita
|
7212849b72
|
idleConnectionTimeout param introduced. #234
|
9 years ago |
Nikita
|
556b0b2a79
|
SubscribesConnectionEntry renamed
|
9 years ago |
Nikita
|
24574fb822
|
RBlockingQueue.pollFromAny and RBlockingQueue.pollFromAnyAsync methods added. #292
|
9 years ago |
Nikita
|
1460b8cfad
|
RBlockingQueue.take fixed
|
9 years ago |
Nikita
|
673fac3cc0
|
timeout logging fixed
|
9 years ago |
Nikita
|
80cbb0e039
|
RTopic test fixed
|
9 years ago |
Nikita
|
e26beab46f
|
RBatch.execute and RBatch.executeAsync errors handling fixed. #293
|
9 years ago |
Nikita
|
5a236826e7
|
timeout improvements. #262
|
9 years ago |
Nikita
|
f3a3a4a82d
|
SubscribesConnectionEntry refactoring
|
9 years ago |
Nikita
|
2c5d7be8cf
|
RedissonLexSortedSetTest added
|
9 years ago |
Nikita
|
b6b2ac5c79
|
RedissonBitSetTest added
|
9 years ago |
Nikita
|
b6c0e48ebf
|
ConnectionEntry & SubscribesConnectionEntry merged
|
9 years ago |
Nikita
|
b0c79a9fa0
|
LoadBalancer refactored
|
9 years ago |
Nikita
|
7d971e9a52
|
topic test fixed
|
9 years ago |