fmbiete / Z-Push-contrib

Z-Push fork with changes that I will try to contrib
GNU Affero General Public License v3.0
134 stars 61 forks source link

Redis::hGetAll return with array, not string #277

Open Takika opened 8 years ago

Takika commented 8 years ago

The official phpredis documentation says: https://github.com/phpredis/phpredis#hgetall

Description: Returns the whole hash, as an array of strings indexed by strings. We don't have to unserialize if we get an array.