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

All methods between Multi() and Exec() return panic #47

Open toby3d opened 6 years ago

toby3d commented 6 years ago

The Redis documentation specifies that when executing ordinary commands in the Multi mode, the string QUEUED or an error, if any, is returned. Despite this, there is sometimes a need to check for errors in this mode, but this is not possible due to panic like this:

Unsupported conversion: status to int64
Unsupported conversion: status to slice
Unsupported conversion: status to bool