lp / ObjCHiredis

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

db select iOS #10

Open istarchenkov opened 10 years ago

istarchenkov commented 10 years ago

DB selection in init method doesn't work if you have password on server, you should use select command after AUTH to make it work properly. I think you should add init method with AUTH field, for secure connection