BinaryRedis.hvals

Return all the 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 values contained into a hash.

class BinaryRedis
List!(const(ubyte)[])
hvals
(
const(ubyte)[] key
)

Meta