Method: Redis::Distributed#hrandfield
- Defined in:
- lib/redis/distributed.rb
#hrandfield(key, count = nil, **options) ⇒ Object
881 882 883 |
# File 'lib/redis/distributed.rb', line 881 def hrandfield(key, count = nil, **) node_for(key).hrandfield(key, count, **) end |