BinaryRedis.hgetAll

Return all the fields and associated values in a hash. <p> <b>Time complexity:</b> O(N), where N is the total number of entries @param key @return All the fields and values contained into a hash.

class BinaryRedis
Map!(const(ubyte)[], const(ubyte)[])
hgetAll
(
const(ubyte)[] key
)

Meta