Method: Redis::Commands::Strings#mapped_mset
- Defined in:
- lib/redis/commands/strings.rb
#mapped_mset(hash) ⇒ String
Set one or more values.
154 155 156 |
# File 'lib/redis/commands/strings.rb', line 154 def mapped_mset(hash) mset(hash.flatten) end |