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

resp: Unsupported conversion: error to int64 #38

Closed swkms closed 9 years ago

swkms commented 9 years ago

var err error client := redis.New() client.Connect("127.0.0.1", 5010) _, err = client.RPush("mylist", 1) fmt.Println(err)