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

moteus / lua-lluv-redis / 13 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 17 Mar 2015 09:37AM UTC
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

17 Mar 2015 08:40AM UTC coverage: 94.144% (+0.9%) from 93.269%
LUA=lua5.1

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

Source Files on job 13.1 (LUA=lua5.1)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13
  • Travis Job 13.1
  • 074f566c on github
  • Prev Job for LUA=lua5.1 on master (#12.1)
  • Next Job for LUA=lua5.1 on master (#15.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