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

Update main.go #10

Closed forrestsun closed 11 years ago

forrestsun commented 11 years ago

fix hdel bug args := make([][]byte, len(fields)+2)

fist use pull reques