BinaryRedis.hkeys

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

class BinaryRedis
Set!(const(ubyte)[])
hkeys
(
const(ubyte)[] key
)

Meta