## Not run:
# redisSet('x',charToRaw('5')) # Note the value must be a raw string!
# redisIncr('x')
# redisIncrBy('x','3')
# redisIncrBy('x',3) # also works
# redisIncrByFloat('x',pi)
# redisDecr('x')
# redisDecrBy('x',3)
# ## End(Not run)
Run the code above in your browser using DataLab