Z-Push-contrib icon indicating copy to clipboard operation
Z-Push-contrib copied to clipboard

Redis::hGetAll return with array, not string

Open Takika opened this issue 8 years ago • 0 comments

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.

Takika avatar Jun 17 '16 12:06 Takika