Get all the fields in a hash.
907 908 909
# File 'lib/redis/distributed.rb', line 907 def hkeys(key) node_for(key).hkeys(key) end