Method: Redis::Distributed#hrandfield

Defined in:
lib/redis/distributed.rb

#hrandfield(key, count = nil, **options) ⇒ Object



843
844
845
# File 'lib/redis/distributed.rb', line 843

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