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

Dbsize return: Unsupported conversion: integer to uint64 #46

Open paulyangyu opened 7 years ago

paulyangyu commented 7 years ago

Change ret to int64 resolve the issue.