Method: Redis::Commands::Strings#mset
- Defined in:
- lib/redis/commands/strings.rb
#mset(*args) ⇒ String
Set one or more values.
140 141 142 |
# File 'lib/redis/commands/strings.rb', line 140 def mset(*args) send_command([:mset] + args) end |