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

moteus / lua-lluv-redis / 13
98%

Build:
DEFAULT BRANCH: master
Ran 17 Mar 2015 09:37AM UTC
Jobs 1
Files 2
Run time 1min
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
13

push

travis-ci

moteus
Add. `decoder` argument to command
Change. `pipeline` API

To support pipeline command we need associate cb/decoder for each
command in pipeline. Also we need to monitor command to which we get
response to support transaction.

```Lua
-- This can be wrapped in separate class/function

-- 1. We create several pipelined command
--   both argument may be treat as opaque data
local cmd1, task1 = stream:pipeline_command({"ECHO", "HELLO"}, PASS)
local cmd2, task2 = stream:pipeline_command("PING", PASS)

-- 2. We call pipeline passed array of commands and array of task
stream:pipeline({cmd1, cmd2}, {task1, task2})
```

209 of 222 relevant lines covered (94.14%)

18.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13.1 (LUA=lua5.1) 17 Mar 2015 09:37AM UTC 0
94.14
Travis Job 13.1
Source Files on build 13
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #13
  • 074f566c on github
  • Prev Build on master (#12)
  • Next Build on master (#15)
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