Method: Redis::Distributed#hmset

Defined in:
lib/redis/distributed.rb

#hmset(key, *attrs) ⇒ Object

Set multiple hash fields to multiple values.



857
858
859
# File 'lib/redis/distributed.rb', line 857

def hmset(key, *attrs)
  node_for(key).hmset(key, *attrs)
end