Method: Redis::Distributed#incr
- Defined in:
- lib/redis/distributed.rb
#incr(key) ⇒ Object
Increment the integer value of a key by one.
276 277 278 |
# File 'lib/redis/distributed.rb', line 276 def incr(key) node_for(key).incr(key) end |