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

mp911de / lettuce / 854 / 1
92%
master: 92%

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

27 May 2016 08:42PM UTC coverage: 91.968% (+0.02%) from 91.946%
PROFILE=netty-40

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));

9034 of 9823 relevant lines covered (91.97%)

0.92 hits per line

Source Files on job 854.1 (PROFILE=netty-40)
  • Tree
  • List 0
  • Changed 7
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 854
  • Travis Job 854.1
  • 4aab5024 on github
  • Prev Job for PROFILE=netty-41next on master (#852.2)
  • Next Job for PROFILE=netty-40 on master (#855.1)
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