reswifq / redis-client-vapor

Adapter to use vapor/redis with reswifq.
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Added needed imports to sample code #2

Closed jlalvarez18 closed 7 years ago

jlalvarez18 commented 7 years ago

I lost 20 minutes of my life wondering why try TCPClient(hostname: "127.0.0.1", port: 6379) was failing until I realized it was in the Redis dependency ;)

codecov[bot] commented 7 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #2   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          33     33           
=====================================
  Hits           33     33

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c86fb69...5949dc6. Read the comment docs.

valeriomazzeo commented 7 years ago

Thanks, if you need a full working example I suggest you to have a look at the demo repository https://github.com/reswifq/demo