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

mp911de / lettuce / 827
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: 5.x
DEFAULT BRANCH: master
Ran 12 May 2016 07:06PM UTC
Jobs 2
Files 222
Run time 7min
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
827

push

travis-ci

mp911de
Expose DNS Resolver #236

Adds a DnsResolver API for looking up hostnames. Two DNS resolvers are provided: JVM-default, which remains also default and DirContextDnsResolver. The JVM-default resolver retains the current behavior and uses JVM DNS caching.

DirContextDnsResolver allows to using either the system-configured DNS server or specifying one or more DNS servers to perform lookups. The results are not cached. Every connect/reconnect attempt will try to resolve the hostname into a IPv4/IPv6 address considering IP stack preferences. Supports A, AAAA and CNAME attributes.

142 of 142 new or added lines in 9 files covered. (100.0%)

8593 of 9290 relevant lines covered (92.5%)

1.85 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/main/java/com/lambdaworks/redis/cluster/RedisClusterClient.java
1
100.0
src/main/java/com/lambdaworks/redis/resource/DefaultClientResources.java
1
100.0
src/main/java/com/lambdaworks/redis/resource/SocketAddressResolver.java
3
100.0
src/main/java/com/lambdaworks/redis/RedisClient.java
28
100.0
src/main/java/com/lambdaworks/redis/resource/DirContextDnsResolver.java
Jobs
ID Job ID Ran Files Coverage
1 827.1 (PROFILE=netty-40) 12 May 2016 07:06PM UTC 0
92.41
Travis Job 827.1
2 827.2 (PROFILE=netty-41next) 12 May 2016 07:14PM UTC 0
92.4
Travis Job 827.2
Source Files on build 827
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #827
  • c1c1e9e8 on github
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