gosexy / redis

Redis client for Go that maps the full redis command list into equivalent Go functions.
MIT License
167 stars 44 forks source link

when I was build in centos, told me fdev not define, but it`s ok in MAC #24

Closed ctwyw closed 9 years ago

ctwyw commented 10 years ago

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go install qiutask

src/github.com/gosexy/redis/fd.go:121: undefined: fdev src/github.com/gosexy/redis/fd.go:122: undefined: fdev

xiam commented 9 years ago

This is no longer valid, as we have removed the CGO dependency.