facundoolano / redis-lru

Redis-backed LRU cache for Node.js
96 stars 13 forks source link

test against actual redis #10

Closed facundoolano closed 5 years ago

facundoolano commented 6 years ago

travis allows setting up a redis instance https://docs.travis-ci.com/user/database-setup/#it

we could remove the mock client and test against that, both with redis and ioredis

facundoolano commented 5 years ago

closed by #17