Commit Graph

741 Commits (52a0c624772cc7944c9df28f3e3736db5165275e)

Author SHA1 Message Date
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
Nikita 963a363824 CommandBatchExecutorService logging enhancements 9 years ago
Nikita c298483768 RedisCommands.INFO_PERSISTENCE added 9 years ago
Nikita dce8df4938 RBlockingQueue.poll timeout handling fixed. 9 years ago
Nikita 853a0c2803 CommandBatchExecutorService timeout handling improvements 9 years ago
Nikita 4066886edd RSet.iterator fixed 9 years ago
Nikita 97ac6b4faa RList.addAllAsync fixed 9 years ago
Nikita 2301b3f6ab few fixes 9 years ago
Nikita 28532a6ec7 tryAcquireConnection fixed 9 years ago
Nikita 3ea1931271 Connection timeout handling reimplemented. #262 9 years ago
Nikita b030d88101 command future cancel state checking fixed 9 years ago
Nikita 8c59eca279 canceled command future checking 9 years ago
Nikita ea22f59060 shutdown case handling 9 years ago
Nikita b5590c9e5d promises order fixed 9 years ago
Nikita 15f67851c2 Data map parsing fixed 9 years ago
Nikita 3614ca9c63 connectAsync bug fixed & disconnected master case handling. #262 9 years ago
Nikita 323ab1e57e 'slaveSubscriptionConnectionMinimumIdleSize', 'slaveConnectionMinimumIdleSize' and 'masterConnectionMinimumIdleSize' params were added. #234 9 years ago
Nikita 7515e3b5d1 RKeys.getSlot method added. #289 9 years ago
Nikita 477c2ceb3c connectTimeout param added. #287 9 years ago
Nikita 4b95ed4d70 cleanup 9 years ago
Nikita 9792e2ff09 RBitSetAsync interface implemented. #270 9 years ago
Nikita f9498c0fd9 few comments added 9 years ago
Nikita 7aad922e73 new BitSet methods added. #270 9 years ago
Nikita a8d0614d5c Check failedAttempts value in tryAcquireConnection. #262 9 years ago
Nikita 28205954de setFailure replaced with tryFailure 9 years ago
Nikita 505e871fcc license added 9 years ago
Nikita 883df40971 Reconnection handling improvements. #262 9 years ago
Nikita 7c255bc7d4 Unnecessary logging removed 9 years ago
Nikita 564d5e2d82 LOADING response handling. #286 9 years ago
Nikita 7a9bb8be3e RedisTimeoutException message fixed 9 years ago
Nikita ef10f0fecb compilation fixed 9 years ago
Nikita Koksharov 450fe6f4bd Revert "Revert "lexRange related methods with limit options and zrangebyscore support"" 9 years ago
Nikita Koksharov 4ab9833536 Revert "lexRange related methods with limit options and zrangebyscore support" 9 years ago
jackygurui 6f029c8b89 added zrangebyscore command support 9 years ago
jackygurui 74e75def39 added lexRange methods with limit options 9 years ago
jackygurui f48681cb23 Merge branch 'mrniko/master' 9 years ago
Nikita ddbd94f17f RBitSet initial implementation. #270 9 years ago
Nikita f70d6fc9f3 RMap.entryIterator, RMap.keyIterator, RMap.valueIterator methods added. #281 9 years ago
Nikita 1facd18948 test improvements 9 years ago
Nikita 8d388d6559 Kryo codec test fixed 9 years ago
Nikita 1bdd0a59d7 LZ4 codec added. #267 9 years ago
Nikita 590d097d10 MsgPack codec added. #279 9 years ago
Nikita fb7cbd7ae0 Fst and snappy codecs added. #245 9 years ago
Nikita 080b29b2b2 closeConnectionAfterFailAttempts deprecated 9 years ago
Nikita dd7ee19569 Comment added 9 years ago
Nikita f4d05237a8 NPE fixed 9 years ago
Nikita 1ea9161052 LPUSH conversion position fixed. #280 9 years ago
Nikita 9174a33994 Cluster MOVED response handling. #273 9 years ago
Nikita 055ddcc8c1 Shutdown checking added 9 years ago
Nikita 4b70c3f138 minor improvement 9 years ago
Nikita 557c2e6e31 Sentinel info decode fixed 9 years ago
Nikita 90c77f9d1c Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 3f8e4d765a iterators infinity scroll fixed. #277 9 years ago
Nikita Koksharov 510887582a Merge pull request #257 from mattcg/patch-1
Make the iterator method public
9 years ago
Nikita 6065a7a8e0 license header added 9 years ago
Nikita 9b89c1a12c SCAN iterator position handling #277, #230 9 years ago
Nikita fe824978c1 SCAN iteration on same node fixed. #277 9 years ago
Nikita 14262bd25e Redirect exceptions refactoring 9 years ago
Nikita deece43ea4 RBlocking excess interface methods removed 9 years ago
Nikita 29ad6bc0fa Sentinel connection checking during startup 9 years ago
Nikita 7ddf605385 PubSub message decoding under heavy load fixed. #276 9 years ago
Nikita 73520b2049 Config.slaveFailedAttempts and Config.slaveReconnectionTimeout params added. #262 9 years ago
Nikita 24e2a8818e More info about slave up/down in logs 9 years ago
Nikita 59d94f8a0c Few exception details fixed 9 years ago
Nikita aaf343e66a error text fixed 9 years ago
Nikita 0afc82049f errors text fixed 9 years ago
Nikita 46138c7f14 Async reconnection to channel. #274 9 years ago
Nikita 8410d6f620 license added 9 years ago
Nikita 68f617880a ClusterServersConfig.readFromSlaves param added. #272 9 years ago
Nikita 8f1d045422 Cluster slaves change monitoring. #271 9 years ago
Nikita 6563a03c4e Connect to nodes during cluster scan from Cluster Nodes info, not from initial config. #268 9 years ago
Nikita 8279398720 ASK handling. #264 9 years ago
Nikita f8d3b5612e Seamless slots migration across nodes. #264 9 years ago
Nikita 070fff876a Slot changes discovery optimization. #264 9 years ago
Nikita 2323e9bc02 Cluster slots handling & master change discovery improvements. #264 9 years ago
Nikita 4ef7df4d4f RMap.putAll fixed. #265 9 years ago
Nikita b12f49b416 parsing cluster nodes info fixed 9 years ago
Nikita ddf1eaa7c8 Skip repeated SUBSCRIBE/UNSUBSCRIBE handling. #253 9 years ago
Nikita df928fe20f Connection pool further optimization. #223 9 years ago
Nikita 6bde9d2509 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 161dd1c2d2 minor fixes 9 years ago
Nikita 1ceb5a1a1c Correct shutdown handling 9 years ago
lefay 3c932ff263 Merge branch 'master' of https://github.com/mrniko/redisson 9 years ago
lefay 62ae0a3c6c Add support for cbor (http://cbor.io/) codec by jackson-dataformat-cbor, cbor it's like JSON. but fast and small. 9 years ago
Nikita dab99e363a additional assertions 9 years ago
Nikita 2f5f8e6fdf minor improvements 9 years ago
Nikita 3f09bcb4cb pull connection in async way. #223 9 years ago
Matthew Caruana Galizia 51f185c900 Make the iterator method public
The `iterator` method in RedissonSet is public. It would be useful to make the RedissonMap iterator public, too, enabling iteration over hashes with millions of keys without memory issues.
9 years ago
jackygurui 922e68470d Merge branch 'mrniko/master' 9 years ago
Oleg Ternovoi 0349e5c3b0 fix issue EOFException when I use RLock with SerializationCodec #254 9 years ago
jackygurui 8b587cf16b Merge branch 'mrniko/master' 10 years ago
Nikita d05f8c154d RedissonCountDownLatch & RedissonLock internal subscribe/unsubscribe sync simplified 10 years ago
Rui Gu 1f3796b79a Merge branch 'mrniko/master' 10 years ago
Nikita 5dccc2ebdd timeout pubsub test added 10 years ago
Rui Gu 61ecf7f1f3 Merge branch 'mrniko/master' 10 years ago
Nikita fbef4ee89a Codec's encoder/decoder instances caching 10 years ago
Nikita 40af48f4ae resubscribe to channel-patterns during slave down 10 years ago
Nikita 387343e304 RedisPubSubConnection channel resubscribe. #248 10 years ago
Rui Gu 11f53363a2 Merge branch 'mrniko/master' 10 years ago
Nikita 51542946d0 reconnect wrapped Channel in RedisConnection when RefreshConnectionAfterFails has been reached. #198 10 years ago
Nikita d484c19598 Ability to define Codec for each object. #134 10 years ago
Rui Gu a427464685 Merge branch 'mrniko/master' 10 years ago
Nikita 8468b6c098 few comments added 10 years ago
Nikita Koksharov bd7469d7fb Merge pull request #244 from scubasau/elasticacheMasterSlave
Master / Slave configuration for ElastiCache Replication Group
10 years ago
Nikita 2fe0290a08 first and last methods added. #143 10 years ago
Steve Ungerer 53d4ff826b non-functional; correct javadoc 10 years ago
Nikita ca7a504c3e ZREMRANGEBYLEX support added. #143 10 years ago
Nikita bc0431a4b6 ZREMRANGEBYSCORE added. #143 10 years ago
Nikita 55c8534d8f ZREMRANGEBYRANK support added #143 10 years ago
Steve Ungerer 985499bceb https://github.com/mrniko/redisson/pull/244
Non-functional; rename config and connection manager class names
10 years ago
Nikita 1bfc3a7a13 RLexSortedSet object introduced. #135 10 years ago
Nikita 3ab7e1afc8 lexCountTail & lexCountHead methods added. #143 10 years ago
Nikita 4877152190 lexRange, lexRangeHead and lexRangeTail methods added. #135 10 years ago
Nikita 803ca44348 RScoredSortedSet rank and lexCount functions added. #143 10 years ago
Steve Ungerer ad24fed86b no need to invoke slaveDown(). also some non-functional cleanup 10 years ago
Nikita 664e8904f7 minor update 10 years ago
Nikita 0715a5489c RBatch.getScoredSortedSet added 10 years ago
Nikita ff6d92d298 minor fix 10 years ago
Nikita 7e31aad67a closeConnectionAfterFailAttempts. #198 10 years ago
Steve Ungerer 3c5346f97e Elasticache Replication Group server configuration
Uses "INFO replication" to determine which node is master and which are
slaves.
10 years ago
Steve Ungerer 4e77922ff3 DNS monitoring
Resolves the single server endpoint at a configurable interval to
determine if the endpoint has been changed to point at a new master
node. 

Designed for use with AWS ElastiCache replication group.

Inspired by https://github.com/mrniko/redisson/issues/241
10 years ago
Nikita 1cc497e17a RedissonScoredSortedSetTest added. #143 10 years ago
Nikita a0f3bc9d06 iterator.remove wrong state checking added 10 years ago
Nikita af773c3713 new RScoredSortedSet object added. #143 10 years ago
Rui Gu 42ec7fb9f7 Merge branch 'mrniko/master' 10 years ago
Nikita e0814eb73f Commands decoding during reconnection fixed. #198 10 years ago
Nikita 429eb6691a init reconnected channel. #198 10 years ago
Nikita 3aced8e178 license added. #198 10 years ago
Nikita 043b2c2e09 channel configuration during reconnection. #198 10 years ago
Nikita 48dea3709e Subscription connection leak in PubSubConnectionEntry::removeListener
& unsubscribe process optimization. #237
10 years ago
Rui Gu bea0d9219a Merge branch 'mrniko/master' 10 years ago
Nikita 2f99a27103 license added 10 years ago
Nikita f77034bb02 possible NPE during watchdog reconnection fixed. #235 10 years ago
Nikita 481b2e969c executeAsync freeze fixed. #233 10 years ago
Nikita 8bdd6cf67a use same node for SCAN/SSCAN/HSCAN during iteration. #230 10 years ago
Nikita 0f663f0c3e masterEntry change possible race-condition 10 years ago
Nikita 5018a3c31c BlockingQueue.peek race-condition fixed. #106 10 years ago
Rui Gu 533da7bea3 Merge branch 'mrniko/master'
Conflicts:
	src/main/java/org/redisson/connection/SentinelConnectionManager.java
10 years ago
Nikita 4ffd260b6c Merge branch 'master' of github.com:mrniko/redisson 10 years ago
Nikita dcef393089 command data added to RedisException message 10 years ago
Nikita 052e459bbf Empty sentinel list handling. #226, #227 10 years ago
Oleg Grishin 43a0ccbfce Add clientName to MasterSlaveServersConfig in SentinelConnectionManager 10 years ago
Rui Gu 663d6a217f SentinelConnectionManager fails to instantiate
When the redis master has no slave connected, SentinelConnectionManager
fails to instantiate.
10 years ago
Nikita 15bd810f2b Cluster nodes connection caching added. #222 10 years ago
Nikita 265cc94f50 Skip disconnected sentinels during startup. Slave discovery which has been down since start fixed. #41 10 years ago
Nikita 96c9e5c118 sentinel up/down discovery. #221 10 years ago
Nikita 920c71d1f9 Activate master as slave when no more slaves online. #41 10 years ago