mloughran / em-hiredis

Eventmachine redis client
MIT License
221 stars 63 forks source link

Correct inactivity check example #45

Closed bmxpert1 closed 8 years ago

bmxpert1 commented 9 years ago

The example in the readme is wrong. Should be redis.configure_inactivity_check(...) instead of configure_inactivity_timeout.

BenV commented 8 years ago

:+1: just got bit by this one