Commit Graph

951 Commits (b0e3eb8364ae6eea6ded05c04a36d3c9cf077c80)

Author SHA1 Message Date
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