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

How to set and get struct to/from redis? #20

Closed AlexLuya closed 10 years ago

AlexLuya commented 10 years ago

Can you provide an example for get/set golang struct?

xiam commented 10 years ago

Closing, this is not a gosexy/redis issue.

You could try to use gobson http://godoc.org/labix.org/v2/mgo/bson.