lp / ObjCHiredis

Hiredis with Objective-C Interface
162 stars 22 forks source link

MGET crash on iOS #9

Open istarchenkov opened 10 years ago

istarchenkov commented 10 years ago

MGET crash app if some of its keys doesn't exist in db, however it should return null for not existing keys.

istarchenkov commented 10 years ago

the reason of crash is that you have to use [NSNull null] against nil while you add it into mutable array, make patch