Commit Graph

1078 Commits (9bd6a0387bf633b3cc25ceac4f5a8a48e6f96bc2)

Author SHA1 Message Date
Nikita 73452d9974 RemoteService implemented. #434 9 years ago
Nikita 9c33b274f9 Ability to cancel BRPOP and BLPOP async command execution. #446 9 years ago
Nikita 950308956a small refactoring 9 years ago
Nikita dc9d1776a4 test enhansments 9 years ago
Nikita 3720a71c55 few fixes 9 years ago
Nikita bc55b700e6 ByteBuffer switched to netty ByteBuffer 9 years ago
Nikita a941a7f3a1 Config params validation added. #431 9 years ago
Nikita 3207687300 RuntimeExeception replaced with IllegalArgumentException 9 years ago
Nikita 419168951e RedissonListMultimapCache added. #428 9 years ago
Nikita f10fb06257 Few comments added 9 years ago
Nikita 021b826aff EvictionScheduler added to RedissonSetMultimapCache. #428 9 years ago
Nikita d2c441a0ad testCluster commented out 9 years ago
Nikita e9077dd9cc testRetainAll tuned 9 years ago
Nikita dbc0149da2 RSetMultimapCache added. #428 9 years ago
Rui Gu b22468172d Introducing the launchOptions with more elegant way
Thanks to @mrniko
9 years ago
Rui Gu dddad4d4d7 introducing launchOptions local var 9 years ago
Rui Gu c40168ed89 RedisRunner mods
* removed the need to do String aggregation on parameters.
* fixed ```invalid parameter``` error on windows environment.
9 years ago
jackygurui 83c459185a Merge remote-tracking branch 'mrniko/master' into feature/RedisRunner_with_params 9 years ago
jackygurui 4caa8f4829 Completed RedisRunner mods
* RedisRunner now able to launch redis-server using command line
options.
* Added RedisProcess class which wraps Process class and ensures
unified exit code value in both windows and Mac/Unix/Linux.
* Removed argLine configuration from surefire plugin in pom.xml because
it shadows the command line options.
* Changed test files to launch redis-server programmatically.
9 years ago
Nikita 2ca0f2d008 revRank and revRankAsync methods added. #433 9 years ago
Nikita Koksharov 95f1a5d9ce Revert "Untie tests from Windows absolute paths" 9 years ago
jackygurui 6ef404b278 WIP update 9 years ago
jackygurui c1695e0ac8 WIP update 9 years ago
Dmitry Bobrov 225f2bd78a Untie tests from Windows absolute paths 9 years ago
Nikita f5c41d0a79 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita d53ebb1153 Publish/Subscribe exhausted connection poll error message fixed. #438 9 years ago
Dmitry Bobrov d9c97a881e Stop HashedWheelTimer after exception in constructor 9 years ago
jackygurui 76c5ece35a changed existing test code to use runRedisWithConfigFile method 9 years ago
jackygurui 5b1818516b added all the redis v3.0.7 config options as enum type 9 years ago
Nikita 424758bed4 few comments added 9 years ago
jackygurui 0e18dd96f5 Make RedisRunner Accepts redis-server cli options
WIP
9 years ago
jackygurui 996e436dab Use string builder for building search range values. 9 years ago
Nikita c7b8ee9a62 compilation fixed 9 years ago
Nikita 9dfb503ce4 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 15574ea0c7 RLock.tryLockAsync NPE fixed. #423 9 years ago
jackygurui 42f316b501 Merge remote-tracking branch 'mrniko/master' into issue-#426 9 years ago
jackygurui 2e679b222e added support for Double.NEGATIVE_INFINITY and Double.POSITIVE_INFINITY as score range parameter
referring to #426. tests included too.
9 years ago
Nikita cd5c219eaf redis_oom_test.conf added 9 years ago
Nikita 893a15ec33 refactoring 9 years ago
Nikita b819d2421c Compilation fixed 9 years ago
Nikita 095ae8ff0b Version NPE fixed. #422 9 years ago
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