Z-Push-contrib
Z-Push-contrib copied to clipboard
Redis::hGetAll return with array, not string
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.