redis / hiredis-rb

Ruby wrapper for hiredis
BSD 3-Clause "New" or "Revised" License
319 stars 90 forks source link

Does not work with fakeredis #68

Closed hashwin closed 4 years ago

hashwin commented 4 years ago

Tests still use my local redis connection when hiredis is included, not the fake store created by fakeredis. Using the regular redis gem or redis-rails does not have this problem.

byroot commented 4 years ago

That would be something to report to the fakeredis project.