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

Support bool type in redis reply #6

Closed syhpoon closed 11 years ago

syhpoon commented 11 years ago

Now it crashes with error: Unsupported conversion: redis string to bool when running HSet inside MULTI

https://github.com/syhpoon/redis/commit/e990d91febc0bc0199f70f9880a27e95459a1f5e

syhpoon commented 11 years ago

I guess it was something wrong with my setup.

xiam commented 11 years ago

Oh sorry, I forgot to comment on the issue but I actually merged your request: https://github.com/gosexy/redis/commit/e990d91febc0bc0199f70f9880a27e95459a1f5e

Thanks!