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

mp911de / lettuce / 854
92%

Build:
DEFAULT BRANCH: master
Ran 27 May 2016 09:20PM UTC
Jobs 2
Files 238
Run time 40s
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
854

push

travis-ci

mp911de
Add simple interface for custom command invocation for sync/async/reactive APIs #245

lettuce now supports command dispatching on the synchronous, asynchronous and reactive APIs. Providing this API allows users to invoke commands in a simplified manner:

Utf8StringCodec utf8StringCodec = new Utf8StringCodec();

redis.dispatch(CommandType.INFO, new StatusOutput<>(utf8StringCodec));

redis.dispatch(CommandType.SET, new StatusOutput<>(utf8StringCodec),
                new CommandArgs<>(utf8StringCodec).addKey(key).addValue(value));

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

9042 of 9823 relevant lines covered (92.05%)

1.84 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/main/java/com/lambdaworks/redis/AbstractRedisReactiveCommands.java
Jobs
ID Job ID Ran Files Coverage
1 854.1 (PROFILE=netty-40) 27 May 2016 09:20PM UTC 0
91.97
Travis Job 854.1
2 854.2 (PROFILE=netty-41next) 27 May 2016 09:21PM UTC 0
92.03
Travis Job 854.2
Source Files on build 854
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #854
  • 4aab5024 on github
  • Prev Build on master (#852)
  • Next Build on master (#855)
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