Method: Oxblood::Commands::Strings#incrby
- Defined in:
- lib/oxblood/commands/strings.rb
#incrby(key, increment) ⇒ Integer
Increment the integer value of a key by the given amount
140 141 142 |
# File 'lib/oxblood/commands/strings.rb', line 140 def incrby(key, increment) run(:INCRBY, key, increment) end |