Sha256: 0a206d1a0732f6ef807fc66228c6c42dae00b325696ff1c703470d4cd07a5361
Contents?: true
Size: 199 Bytes
Versions: 2
Compression:
Stored size: 199 Bytes
Contents
require 'redis' r = Redis2.new puts p 'incr' r.del 'counter' p r.incr('counter') p r.incr('counter') p r.incr('counter') puts p 'decr' p r.decr('counter') p r.decr('counter') p r.decr('counter')
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis2-namespaced-3.0.7.1 | examples/incr-decr.rb |
redis2-namespaced-3.0.7 | examples/incr-decr.rb |