nrk / redis-lua

A Lua client library for the redis key value storage system.
MIT License
733 stars 239 forks source link

workaround for socket / socket.unix conflict #19

Closed catwell closed 12 years ago

catwell commented 12 years ago

See https://gist.github.com/3803669 - Always require-ing socket before socket.unix is the best workaround I could find.

nrk commented 12 years ago

Never noticed this issue, thanks for spotting it!