• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mp911de / lettuce / 1178
92%

Build:
DEFAULT BRANCH: master
Ran 18 Oct 2016 09:27AM UTC
Jobs 1
Files 252
Run time 13s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1178

push

travis-ci

mp911de
Fix RedisAdvancedClusterAsyncCommandsImpl.msetnx return value #376

MSETNX on RedisAdvancedClusterAsyncCommandsImpl returns now only true if all distributed MSETNX operations returned true. MSETNX has still a caveat when run on multiple cluster nodes:
MSETNX executed on a single node with a mixed set of existing and non-existing keys will not set the non-existing keys if a key of the operation already exists. That's different with the MSETNX cluster operation. It can't guarantee atomicity so some keys might get set on one node while another node does not set any keys at all.

4 of 4 new or added lines in 2 files covered. (100.0%)

10431 of 11234 relevant lines covered (92.85%)

0.93 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
13
100.0
src/main/java/com/lambdaworks/redis/protocol/RedisStateMachine.java
Jobs
ID Job ID Ran Files Coverage
2 1178.2 (PROFILE=netty-41) 18 Oct 2016 09:27AM UTC 0
92.85
Travis Job 1178.2
Source Files on build 1178
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1178
  • b0f1d373 on github
  • Prev Build on master (#1172)
  • Next Build on master (#1182)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc