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

Implement byteValue() #1

Closed titanous closed 11 years ago

xiam commented 11 years ago

I was planning to eventually use this https://github.com/gosexy/to/blob/master/to.go to handle conversions, it considers integer/float cases too, it's not ready yet, so this change fits perfectly while the other lib is finished.

Pull merged.

Thanks for your fix.