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

ggaaooppeenngg / cachemap / 9 / 1
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 13 Nov 2016 01:36PM UTC
Files 3
Run time 0s
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

13 Nov 2016 01:34PM UTC coverage: 52.842% (+1.9%) from 50.905%
9.1

Pull #5

travis-ci

web-flow
Add ResetExpiration and GetTTL functions

Add ResetExpiration and GetTTL functions
```go
func (c *cache_tpl) ResetExpiration(k string, d time.Duration) error
```
Usage Likes Redis' EXPIRE command

```go
func (c *cache_tpl) GetTTL(k string) (int64, bool)
```
Usage likes Redis' TTL command  but returns nano seconds.
It returns -2 if the key does not exist; returns -1 if the key exists
but has no associated expire.

Both functions past tests.
Pull Request #5: Add ResetExpiration and GetTTL functions

251 of 475 relevant lines covered (52.84%)

17.0 hits per line

Source Files on job 9.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9
  • Travis Job 9.1
  • a55c12d5 on github
  • Prev Job for on master (#8.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