vulsio / go-exploitdb

Tool for searching Exploits from Exploit Databases, etc.
MIT License
249 stars 56 forks source link

fix(redis): pipe cannot take err except for pipe.Exec #68

Closed MaineK00n closed 2 years ago

MaineK00n commented 2 years ago

What did you implement:

Since pipe can't get err except for pipe.Exec, I modified the code.

Type of change

How Has This Been Tested?

Checklist:

You don't have to satisfy all of the following.

Is this ready for review?: YES

Reference