class Redis::Distributed

def hrandfield(key, count = nil, **options)

def hrandfield(key, count = nil, **options)
  node_for(key).hrandfield(key, count, **options)
end