Commit Graph

1613 Commits (7e1e95d9936285315afd7d269a72f5732178b8db)
 

Author SHA1 Message Date
Nikita Koksharov 871484f07e Merge pull request #435 from ML-Works/master
Stop HashedWheelTimer after exception in constructor
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 9f664bbaba Merge remote-tracking branch 'mrniko/master' 9 years ago
Nikita Koksharov 53884ef0aa Update README.md 9 years ago
Nikita Koksharov 43e2d85384 Merge pull request #432 from jackygurui/issue-#426
using stringbuilder for building search range values.
9 years ago
jackygurui 996e436dab Use string builder for building search range values. 9 years ago
jackygurui 1dfc335be5 Merge remote-tracking branch 'mrniko/master' into issue-#426 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
Nikita Koksharov b577a3ded6 Merge pull request #427 from jackygurui/issue-#426
Issue #426
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 Koksharov 9a86382d76 Update README.md 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 8e70598164 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita e4c82c4298 Netty threads shutdown after connection error. #421 9 years ago
Nikita Koksharov 99871befba Update README.md 9 years ago
Nikita Koksharov b4c3d5fe9f Update README.md 9 years ago
Nikita Koksharov 30b4be945b Update README.md 9 years ago
Nikita Koksharov 3002ad9b8c Update README.md 9 years ago
Nikita caca8f73a3 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 39e8ffcd18 RedissonBucketTest fixed 9 years ago
Nikita 62f36c9686 RedissonBitSetReactive refactoring 9 years ago
Nikita Koksharov 76e9ffa0e3 Update README.md 9 years ago
Nikita c0d381c03b Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 8119065f86 Logging errors came from PubSub channel. 9 years ago
Nikita Koksharov 26b51cf3b3 Update CHANGELOG.md 9 years ago
Nikita Koksharov 8815604a8f Update README.md 9 years ago
Nikita cd61fe50e4 [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita 865e47037b [maven-release-plugin] prepare release redisson-2.2.9 9 years ago
Nikita 8388372e89 RedissonListMutimapTest.testValues improvements 9 years ago
Nikita Koksharov 04d5a35874 Update README.md 9 years ago
Nikita Koksharov 39794d6309 Update README.md 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 893121981f Merge branch 'master' of github.com:mrniko/redisson 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 Koksharov 5cda147d29 Merge pull request #411 from smigfu/dynamic_import
Add DynamicImport-Package to OSGi headers
9 years ago
Philipp Marx d25739e1d8 Add DynamicImport-Package to OSGi headers
If you cache domain models (i.e. via the Serialization-Codec) within an
OSGi-environment and want to retrieve those back you will hit
ClassNotFoundException as the Redis-Bundle doesn't import the
appropriate packages. One way to avoid this would be the additional
"<DynamicImport-Package>*</DynamicImport-Package>" declaration for the
OSGi headers,
9 years ago